How to switch users on Linux/Ubuntu
To switch users in one terminal session, you could use the su command : (more…)
To switch users in one terminal session, you could use the su command : (more…)
In this short article, we will see how to empty buffers and cache on a Linux/Ubuntu system. (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…)
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…)
Sometimes when users try to install an application by executing the usual apt command on Ubuntu, they get the following error: (more…)
To zip all files in a given directory on Linux with the zip tool, you can use * with the zip command. This will take care of files with and without extensions since extensions are not so special on (more…)
Computers nowadays are packed with powerful processors and graphics cards in order to cater for the demanding computations and big screens. This however has some consequences on the hardware: heat . (more…)
In this article we shall discuss how to Google search on Linux using a tool called Googler. Googler, a feature rich and Python based utility, allows users to query Google (Web and News) using the command line on Linux. (more…)
It could happen, as it did to me, that when you open your Virtual box and start your Ubuntu virtual machine, you get the error below : (more…)
In some circumstances you may need to install packages without the need to check the public keys signatures. Here we outline one way to bypass all the signature related checks/ignore of all of the signature errors . (more…)