linux console

  1. Andy

    How to disable (or enable) GUI on boot in Ubuntu 21.04 (Hirsute Hippo) (works on all systemd Linux)

    The following article will show you how to disable the GUI on boot in Ubuntu 21.04 (Hirsute Hippo) Desktop Linux Areas covered: How to disable GUI on bootHow to enable GUI on bootHow to start GUI from the console The following command will disable GUI on boot, and therefore upon the system...
  2. Andy

    MX Linux post-install GRUB & Console Tweak

    I use MX Linux as my Linux daily driver, and I found it's perfect for me, and the out of the box experience is excellent. However, there are couples of things that I tweak, particularly on the GRUB and Console (since I love to work from the console and not from the GUI) And here are my tweaks...
  3. Andy

    How to clear bash history without leaving any trace

    In some occasion, if you don't want to leave any trace on what you've done on your Linux bash console or terminal or SSH client, use the following command: history -c && history -w && exitThe command above clears any history, writes an empty value of history (since it was cleared) and exits the...
Back
Top