How to run a command in Linux every x seconds
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…)
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…)
In this article you will learn how to modify the computer name ( hostname ) in ubuntu starting from 14.10 release. (more…)
To be able to use two separate Skype accounts at the same time, without having to switch accounts by logging off and on again, just follow the following short steps : (more…)
If like me, you had accidentally deleted the main partition in your Ubuntu virtual machine and then tried to create a new one after you completely erased the old, you will most likely get the (more…)