ShellHacks
Command-Line Tips and Tricks

boot

  • Blog

Reinstall GRUB from Live USB (UEFI + LVM)

Posted on November 25, 2021December 8, 2021by admin

There are many reasons why you may need to reinstall GRUB: corrupted boot partition; GRUB got overridden after Windows installation; some unsupported Linux kernel parameters have been set in a GRUB configuration file and the system is not booting anymore but this can’t be fixed from a GRUB menu as it is not showing up, […]

Read More
No comments yet
  • Blog

The volume “boot” has only 0 bytes disk space remaining

Posted on May 22, 2018July 5, 2018by admin

From time to time, when your operating system (Ubuntu, Linux Mint or similar) tries to install new kernel data you may get the following error message: The volume “boot” has only 0 bytes disk space remaining. This error means that the /boot partition is full (in most cases there are some old kernels). To fix […]

Read More
No comments yet
  • Blog

Ubuntu, CentOS – Enable or Disable Service Autostart in Linux

Posted on December 27, 2016September 17, 2018by admin

Very often it is needed to enable or disable autostart of some services in Linux. There are different init systems exist, but on Ubuntu and CentOS the most common are SysV, Upstart and systemd. Depending on distribution, the behavior of a service during system’s boot in Linux can be configured with systemctl or chkconfig commands. […]

Read More
1 Comment
  • Blog

HowTo: Remount /etc/fstab Without Reboot in Linux

Posted on December 27, 2016February 24, 2017by admin

The configuration file /etc/fstab contains the necessary information to automate the process of mounting partitions. You would normally have to reboot your Linux system, after editing this file. There is a simple way which will remount all the partitions from your /etc/fstab file without restarting the system. Run the following command as root: # mount […]

Read More
10 Comments
  • Blog

Remote Hard Reset of a Linux Server if Reboot Doesn’t Work

Posted on December 27, 2016February 24, 2017by admin

Sometimes, reboot or shutdown -r now, don’t work anymore. That really sucks, especially if you have no access to the server room or you just don’t want to get up. But there is another solution if your Kernel is compiled with CONFIG_MAGIC_SYSRQ (sysrq-trigger). If so, you have the possibility so send binding command. Reset your […]

Read More
6 Comments

Online Tools

  • Base64 Decode
  • Base64 Encode

Tags

access-control anonymity ansible apache archive arduino artifactory bash boot cmd command-line curl dns docker encryption git gitlab helm java jenkins kubernetes linux macos mail mongodb mysql network openssl pdf php powershell prometheus python raspberry pi ssh sublime text systemd telegram telnet text-processing tor tsm windows wordpress yum
  • Telegram
  • Twitter
  • RSS
Privacy
Copyright © 2011-2022 | www.ShellHacks.com