How to install and setup Docker on Linux/Ubuntu 18.04
Docker is an open source application similar to a virtual machine. It is used to simplify the process of automation of applications deployment with its runtime dependencies within Linux (more…)
Docker is an open source application similar to a virtual machine. It is used to simplify the process of automation of applications deployment with its runtime dependencies within Linux (more…)
Sometimes on Linux Ubuntu/Debian, we want to know in advance what version would we obtain before actually installing a specific package. Using simple tools like aptitude and apt-get makes this very easy to achieve. (more…)
Developers nowadays are using Git to help them control and manage their ever changing source code versions as well as to keep track of potential code changes. Git enables developers and (more…)
Updated on January 8th, 2023 – In this article, we will introduce you to processes in Linux and will discuss simple aspects of process handling and management using simple commands. (more…)
Carpal Tunnel Syndrome or CTS is a commonly suffered, expensive and painful illness amongst grown-ups who are mainly employed. (more…)
We tend to expel less energy while we are sitting down than if we were to move around or stand. Studies have found that numerous negative health effects are linked to sitting down for long periods of time. (more…)
Oftentimes you need to run a command every X seconds on Linux. Granted you can use cron but unfortunately, it does not handle time granularities of less than a minute. (more…)
Back in 1964, Douglas C. Engelbart created the wildly popular computer mouse. The design was simple, consisting of a wooden body complete with a circuit board and two metal wheels to (more…)
Sometimes when users try to install an application by executing the usual apt command on Ubuntu, they get the following error: (more…)
Many users, beginners and advanced are sometimes confused on how the PATH environment variable is handled on Linux. Why there are so many files .bash_profile, .bashrc,.profile , .bash_login ? (more…)