How to replace a system file on Ubuntu or Linux Mint that was deleted by accident.

If you executed a command on Ubuntu and messed up your system, there is hope. The apt-file utility can search the package repositories for the missing file and then tell you which package contains it. This is a good way to replace a system file that was accidentally deleted. This is impressive, and a good … Read more

How to make the Linux Mint 14 MATE desktop look like Windows XP Luna.

This theme from Gnome-Look will theme your MATE desktop to look just like the Luna theme in Windows XP. if that is what you want that is. Get the theme here: https://www.gnome-look.org/p/1230964/. This theme will not show up in the theme chooser for some reason, just go to the Customise section and select the XPLuna … Read more

Linux is still a good desktop choice and a look at some command-line partitioning utilities.

Linux is still a great desktop option The Linux desktop operating system is still a good choice for a desktop operating system after all these years. Even though the desktop has changed a bit since the first Linux distribution I ever used; Red Hat Linux 6.2; this is still a good choice for a person … Read more

MATE weather applet on Ubuntu 18.04 not working. This is how to fix it.

The MATE weather applet on Ubuntu 18.04 was not working on my Ubuntu 18.04 installation. This is how I fixed it with a simple patch. sudo sed -i ‘s|https://www.aviationweather.gov/adds/dataserver_current/httpparam|https://www.aviationweather.gov/adds/dataserver1_3/httpparam\x0\x0\x0\x0\x0|’ /usr/lib/x86_64-linux-gnu/libmateweather.so.1sudo sed -i ‘s|https://www.aviationweather.gov/adds/dataserver_current/httpparam|https://www.aviationweather.gov/adds/dataserver1_3/httpparam\x0\x0\x0\x0\x0|’ /usr/lib/x86_64-linux-gnu/libmateweather.so.1 The patch above will fix the libmateweather library. Then the applet will work. Log out and back into the MATE desktop … Read more

Some very old but still useful tips for Linux users.

Run the urxvt terminal as a transparent colored terminal window. This is very useful indeed. urxvt -fn "fixed" +sr +st -fg "#FFFFFF" -bg "#000033" -bd "#302c64" \ -ip +sb -title "*-Home-${HOME}-Shell-${SHELL}-Display-${DISPLAY}*" \ -tint DarkSlateGrey -fade 50 -fadecolor redurxvt -fn "fixed" +sr +st -fg "#FFFFFF" -bg "#000033" -bd "#302c64" \ -ip +sb -title "*-Home-${HOME}-Shell-${SHELL}-Display-${DISPLAY}*" \ -tint … Read more

How to list all symbolic links in a directory easily with the shell.

List all symbolic links in a folder is very easy, this is how to find just the symlinks and not bother with any other files. This example shows how to use the find command to do this. 4.4 Tue Feb 04 jason@Yog-Sothoth 0: $ find . -type l ./boom ./chocolate-strife-setup ./LS ./heretic ./doom ./cowthink ./chocolate-doom-setup … Read more

Make the Cinnamon desktop look like Windows 10.

The Cinnamon desktop on Linux is very themeable, I will show you how to install a nice Windows 10 theme on Linux. There is a nice theme available here: https://github.com/B00merang-Project/Windows-10. Download the Windows 10 icons here: https://github.com/B00merang-Project/Windows-10-Icons/archive/master.zip. Install the main theme under your ~/.themes directory, then select it in your Cinnamon themes dialog. If you … Read more

List all drives on your system that are actually mounted.

How to list all drives on your Linux computer that are actually mounted. The findmnt utility can do this for you. It prints a tree listing of all mounted partitions on your Linux machine. The output below is an example. 4.4 Wed Feb 13 jason@Yog-Sothoth 0: $ findmnt TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/fedora-root ext4 … Read more

How to install a lovely Windows 7 GTK theme on Linux Mint or Ubuntu.

A lovely GTK theme that emulates the look of Windows 7. I have just found a very good Windows 7 GTK theme: https://www.gnome-look.org/content/show.php/Win2-7+Pack?content=113264. This is a lovely GTK theme that makes your MATE or Gnome 2.32.2 interface look just like the Windows 7 Basic theme. Windows Vista icon theme: http://www.securitronlinux.com/files/Vista.tar.gz. Install this alongside the Windows … Read more

Manage your user settings easily on Linux Mint or Ubuntu.

Managing your user account on Ubuntu or Linux Mint is very easy with the GUI utilities provided. Under System->Administration->Users and Groups, you have the option to create new user accounts, or modify existing ones. This is the window above, it is ready for the creation of new user accounts. Click any option, and it will … Read more

How to find saved WIFI passwords in Ubuntu easily.

To find all the saved WIFI passwords and Ethernet connection information on your Linux desktop or laptop, navigate to this directory. /etc/NetworkManager/system-connections/etc/NetworkManager/system-connections Here are the connections on my laptop. ┌─[root@parrot]─[/etc/NetworkManager/system-connections] └──╼ #ls -hula total 20K drwxr-xr-x 2 root root 4.0K Aug 24 13:36 . drwxr-xr-x 7 root root 4.0K Aug 24 13:29 .. -rw——- 1 … Read more

An alternative to the wget command for Linux. How to use curl to download files.

How the curl command works on Linux. A good alternative to wget. This shows how to use the curl command to download a file from the Internet. I am retrieving a file from a website which I may then view with my local machine. ubuntu ~ $ curl http://s2.enemy.org/globe.gif > out.gif % Total % Received … Read more

How to use the tweak tool to customise the Linux Mint MATE desktop.

MATE tweak tool for fixing the MINT desktop The MATE tweak tool is used to easily tweak the Linux Mint MATE desktop. Install this easily with the command below. jason@jason-virtual-machine ~ $ sudo apt install mate-tweakjason@jason-virtual-machine ~ $ sudo apt install mate-tweak Now we can tweak our desktop. Here, this is how to disable desktop … Read more

How to download a package on a Debian system without installing it.

On a Debian system, if you wish to download a package on your Linux system without installing it, use these commands. This is very useful if you wish to copy them to a USB drive and put them on another machine with the same Linux distribution. This is the aptitude package manager, this command allows … 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

Linux Mint website compromised once again. This website is really insecure.

The Linux Mint website has been compromised once again. This means that if you download a Linux Mint ISO, it would not be safe to use until this is fixed. The information is here: http://pastebin.com/raw/ZMAqGsyp. This is not a good look for this Linux distribution. That is why I am using Fedora Core 25 instead … Read more