Useful VIM tips when using this editor on Linux.

Some very useful VIM tips when using this editor on Linux. When you open a folder instead of a file in VIM, you get a directory listing and this allows you to select a file. Just scroll down to the file you want to open and press ENTER. " ============================================================================…

Read More

Some very useful resources for classic Linux window managers.

There are a lot of classic Linux desktop environments that emulate the look of other desktop environments or are just very nice to use. Here are some good tips and resources for classic Linux window managers. WindowMaker is one classic desktop environment. This emulates the look of the NextStep operating…

Read More

Using redirection on the UNIX command line.

Using redirection on the command line is very easy to do. The main strength of the UNIX command line is that you may output data from one command-line application to another. Here is one example. ls -hula | lessls -hula | less This is using the pipe character to pipe…

Read More

Linux needs more freedom of choice.

The Linux distributions that are released these days do not give you any choice in desktop environments compared to the old SUSE Linux distribution that came on a DVD image with a heap of different desktop environments to use whenever you desired. Sure, the Debian GNU/Linux distribution and its child…

Read More

The future of the Linux desktop and a look back.

The year of the Linux desktop seems to be getting further and further away, the Linux/UNIX operating system is a super-secure alternative to the leaking and insecure Windows operating system. The powers that be want to make all computers an appliance instead of remaining a fully-fledged desktop workplace. Sure, the…

Read More

Some very old but nice UNIX bitmap wallpapers.

This old archive is a collection of very old UNIX bitmap wallpapers. https://securitronlinux.com/maps/bitmaps.7z. These should be quite useful if you wish to set up a retro desktop and wish to have a retro tiling wallpaper as well. Also, I have a nice collection of all Windows `98 wallpapers. https://securitronlinux.com/linux/maps/Windows98.rar. That…

Read More

Some alternative window managers for Linux and UNIX machines.

The FVWM window manager is a light alternative to the bloated default Ubuntu desktop. This is a window manager like TWM, but with more features. Download a copy and get more information here: http://fvwm.org/. TWM is the default window manager that ships with the Xorg distribution. This is a very…

Read More

Working with permissions on a Linux system.

When you list directories in long format (the -l switch), you’ll be presented with a long list of information. What does it all mean? The first column on the far left represents permissions. The first character is a marker to define what the object is. For example, ‘-’ for a…

Read More