Setting up the normal user account on Debian GNU/Linux to use sudo.

Setting up the normal user account on Debian GNU/Linux to use sudo Setting up your normal user account on Debian to use the sudo command instead of the su command is very simple. This is the contents of my /etc/sudoers file. This line: neo ALL=(ALL:ALL) ALLneo ALL=(ALL:ALL) ALL Is the one that defines our normal … Read more

xVideoServiceThief. A good way to download video from websites.

If this program does not work for you in 2019, give this one a go instead, it is working very well on multiple websites: https://securitronlinux.com/bejiitaswrath/how-to-download-videos-from-websites-in-2019/. it is called Clibgrab and does the same job as xVideoServiceThief, but works with Vimeo and Youtube. As well as Dailymotion. The xVideoServiceThief application is a great way to download … Read more

Awesome Linux themes for the KDE and MATE desktops. Some lovely themes to brighten up your desktop.

Here are some awesome themes for the KDE and MATE desktops to brighten up your KDE and MATE desktop experience. Lovely themes for the Linux Mint MATE desktop. Full Flat KDE Plasma theme. A nice flat theme for the KDE 4.9 Plasma desktop. Screenshot: Full Flat theme. Metrosuave. A beautiful Beryl Emerald theme that would … Read more

Getting the clock speed of your machine using the dmidecode command.

Getting the clock speed of your machine using the dmidecode command for Linux This command-line example shows that we are using the dmidecode command to get the current clock speed for our machine. This also shows some creative use of the sed command to parse the output and change the “Current Speed” text string to … Read more

How to list more than one thing at a time with the /bin/ls command for Linux.

The ls command for Linux may be used to list more than one thing at a time. These examples demonstrate this. homer@deusexmachina ~ $ ls -p /opt/ /bin/rm /bin/rm   /opt/: firefox/ mint-flashplugin-11/homer@deusexmachina ~ $ ls -p /opt/ /bin/rm /bin/rm /opt/: firefox/ mint-flashplugin-11/ Here is a more verbose version of this command. With human readable … Read more