Very useful Linux desktop tips to make it very pretty and usable.

How to have a transparent rxvt terminal on a Linux desktop Transparent rxvt files. This is a very useful script to create a transparent rxvt terminal for a user who likes a pretty terminal to do day to day tasks in. #!/bin/bash # This is a shell script that provides a more attractive rxvt terminal. … Read more

How to get a graphical window of xterm or rxvt to open over an SSH connection.

To open an xterm window over the network from another computer, use this command. This will open an SSH connection to another machine. Once the password is given, it will open a rxvt window which will appear on your machine and enable you to issue commands. jason@Yog-Sothoth:~$ ssh -YC [email protected] rxvt The authenticity of host … Read more