Linux – List installed package/s and its/their details [New Question]

A quick question, answered on Heelpbook, about “Linux – List installed package/s and its/their details”, a useful activity also to extract needed packages installed on Linux and backup the list for future reference. Read More …

How to simulate CPU activity on a Linux system? [New Question]

A quick question, answered on Heelpbook, about “How to simulate CPU activity on a Linux system?”, something that could be useful in some scenarios like testing or development, or just benchmarking with additional tools. Read More …

The Locate command (Linux)

If there is something that is quite vital, on Linux systems in CLI mode (no GUIs, no KDE or Gnome), is to have a simple way to search for specific files/folders on the filesystem. To do this we can install and use the locate utility, on Linux systems. Read More …

Find Apache httpd.conf/apache2.conf Configuration File [New Question]

A quick question, answered on Heelpbook, about how to “Find Apache httpd.conf/apache2.conf Configuration File”. This can save time when there’s need to configure an existing httpd/Apache web server already installed on a Linux system. Read More …

Unable to resolve host {hostname}: Name or service not known (Linux)

The “Unable to resolve host” on Linux systems, while using sudo or apt-get on Terminal or on headless configurations could be annoying. The fix for this kind of scenario is simple and involves the system hostname. Read More …