About 215 results
Open links in new tab
  1. How to Reboot Linux Server from Command Line - 3 Unique …

    Aug 18, 2022 · Here learn how to reboot a Linux computer from command line. Restarting a Linux Server is a significant part of the Linux system administration.

  2. How to Permanently add Static Route in Linux - LinuxOPsys

    Jun 17, 2022 · Here learn how to add permanent static routes in Linux distributions such as CentOS Stream and Ubuntu. Here routes needs be added to config file for this purpose.

  3. How to Force fsck on Reboot - LinuxOPsys

    Aug 17, 2022 · Learn here how to force fsck on reboot to check for filesystem errors. Learn force fsck in in systemd, using tune2fs and forcefsck.

  4. Ubuntu Change Hostname + Make it Permanent - LinuxOPsys

    Jun 6, 2022 · Here learn how to change the hostname in the Ubuntu Linux system. In distributions using systemd you can easily computer name without reboot.

  5. Grub Rescue Commands to Fix Boot Issues - LinuxOPsys

    Jun 14, 2022 · This tutorial will go through some scenarios that make the GRUB unbootable and how to use GRUB commands in order to rescue your Linux OS from boot.

  6. Guide to Scan New LUNs on Linux - LinuxOPsys

    Jun 28, 2022 · Here explains how to scan and detect the newly added storage luns in Linux. Shown with example the commands used to rescan scsi to display disks.

  7. Linux shutdown Command Explained [ With 5 Examples]

    Aug 19, 2023 · Learn how to use Linux shutdown command-line utility with practical examples. Use it shutdown the system immediately or at a specific time.

  8. How to Shrink Root Partition without Live CD/USB

    Apr 11, 2023 · --reuse-cmdline: This option tells kexec to reuse the same command-line parameters that were used to start the current kernel. Use systemctl kexec to reboot the …

  9. How to Enable Automatic Updates on Ubuntu 22.04 - LinuxOPsys

    Aug 16, 2022 · As a workaround, configuring automatic updates on a Linux server comes highly recommended. In this guide, we walk you through how to enable automatic updates on Ubuntu …

  10. Shell Script to Check Linux Server Health - LinuxOPsys

    Nov 15, 2022 · This tutorial shows a shell script to monitor server health which collects hostname, kernel version, uptime, cpu, memory and disk usage.