Tag Archives: centos

Linux: Booting in single-user mode

Sometimes it might be necessary to start in single-user mode to do some administration work, or even reset an existing password. Normally this can be achieved via the GRUB boot loader. CentOS / RedHat (with root account enabled) Switch on your system. Press Esc until the GRUB menu shows up. This will bring up the… Read More: Linux: Booting in single-user mode »

Linux: Configure locale and keyboard layout when remotely accessing from a Mac

At work I have to remote into several different Linux systems from a Mac and there is always the pain of having to handle different keyboard layouts if using Synergy or VMs. The conversion from a Mac keyboard layout doesn’t translate correctly when the Linux system has the keyboard configured as a PC. First find… Read More: Linux: Configure locale and keyboard layout when remotely accessing from… »

Linux: Adding a GUI to headless/server installs

Server and minimal installs are normally headless and have no graphical interface. If needed you can add a GUI manually. The process is slightly different depending on the distro. RedHat / CentOS 7.x RedHat / CentOS 8.x Ubuntu 18.04.x LTS Debian 9.x Debian 10.x All the above distros use systemd as their init system and… Read More: Linux: Adding a GUI to headless/server installs »