How To Stay On IRC Forever Using Linux

IRC is a great way to chat with people all around the world. It’s been around forever and unlike the newer social media services, it isn’t controlled by any one company. As awesome as IRC is, there are a couple of drawbacks. First, if an Internet connection goes down, your connection will be lost. It’s … Read more

How to Set up Nomachine NX between Two Linux Systems

There are a number of ways you can log into one computer to run software from another: ssh for purely command-line work, X11 forwarding for launching GUI applications on the remote machine, VNC for a remote view of your desktop, RDP if you’re stuck (temporarily) in Windows. Nomachine is known for their NX system, which … Read more

How to Increase Virtual Hard Disk Size in Virtualbox

When you first create a virtual machine in your Virtualbox, it will always prompt you to create a new virtual hard disk. While creating the hard disk, most people will opt for the default storage space (20GB). However, if you are using it as frequent as me, you will find that the 20GB of storage … Read more

History of Early Linux Distros

If you haven’t noticed, if you’re looking for a Linux distribution, you’re spoiled for choice. Sites like DistroWatch list hundreds of different Linux distros on the site. But where did they all come from? Since Linux is just a kernel, as Richard Stallman is fond of pointing out, it’s not really that useful by itself, … Read more

How to Integrate Google Services into Your Linux Desktop (Part 1)

Google is (or was, depending on who you ask) a favorite among free software lovers because of their tendency to “don’t be evil.” Whether you feel that way or not, the company still offers some pretty great services, easily accessible via a web browser (and particularly good if accessed via Google’s own Chrome). Maybe I’m … Read more

Understanding The Different Shell In Linux : Zsh Shell

After Bash and Korn, today we shall discover the very popular Zsh shell. In fact, Zsh is so popular that a lot of people has left Bash for him. The main reason behind its popularity is due to an incredible interactivity with the user, and a very comprehensive and powerful auto-completion functionality. History The first … Read more