GNU/Linux Reference documentation

Welcome to GNU/Linux Reference documentation, powered by Gatsby, customized using the theme made by codebushi, and styled under the influence of React documentation pages.

This is a GNU/Linux reference documentation site. You'll find information about different Linux distros, technologies, libraries and frameworks.

🔔️ Important
This documentation is not intended to be used as a tutorial. However, you'll find now and then some step by step instructions along with typical documentation content.

Among distro tips, there is information on Debian, MX Linux, Ubuntu, CentOS, Fedora, Arch Linux and Clear Linux. Also, some information on OpenBSD appears.

In addition, there is information about well known technologies like Wordpress and LAMP/LEMP stacks, and reference for Git, Vim and OpenSSH.

Terminal

  • Ctrl + Alt + t: Launch terminal emulator
  • Ctrl + a: Move cursor to the beginning of the prompt
  • Ctrl + r: Search for commands issued previously. Keep typing Ctrl + R and bash will cycle through previous matching commands.
  • Ctrl + q: Quit search mode
  • sudo !!: Run previous command typed as sudo