Linux Server Administration Articles
146 results
This section provides articles and resources for Linux server administration. The topics cover server management, security, and optimization.
-
Mount ISO files via IPMI Using a local file (Java method)
Read more: Mount ISO files via IPMI Using a local file (Java method)Mount a local ISO file to your server via IPMI using Java. Learn to install or recover your OS remotely without physical access to the machine.
-
NTP Server Configuration on Linux — CentOS and Ubuntu
Read more: NTP Server Configuration on Linux — CentOS and UbuntuAchieve accurate time synchronization on CentOS and Ubuntu servers with our detailed guide on NTP server installation and configuration for Linux.
-
Overriding php.ini timeout values with your PHP script’s execution time limit
Read more: Overriding php.ini timeout values with your PHP script’s execution time limitLearn how to set the maximum execution time using your PHP script’s execution time limit — overriding the php.ini timeout set with the max_execution_time variable.
-
Package management on Ubuntu
Read more: Package management on UbuntuLearn Ubuntu/Debian package management. This guide covers `dpkg`, `apt`, & `aptitude` for installing, updating, & removing software. Use with care!
-
Performing a Webmin setup on Linux (AlmaLinux)
Read more: Performing a Webmin setup on Linux (AlmaLinux)Webmin setup on AlmaLinux can be done easily. This free, open-source system administration tool enables users to manage Linux systems through a web browser.
-
Puppeteer tutorial — installing Puppeteer on AlmaLinux
Read more: Puppeteer tutorial — installing Puppeteer on AlmaLinuxUse this Puppeteer tutorial to install Puppeteer on AlmaLinux for automating web development, quality assurance, and web scraping tasks by leveraging the Chrome DevTools Protocol (CDP).
-
Restarting Services from the Command Line in Linux
Read more: Restarting Services from the Command Line in LinuxTo address issues or apply configuration changes, it’s often necessary to restart specific server services, like Apache, Exim, FTP, or DNS. This typically involves logging into your server via SSH with root or sudo access.
-
RPM
Read more: RPMRPM is a type of software package for Redhat-based Linux distributions with a command-line utility to manage them.