Installing Your Own LTSP Server on Ubuntu

Last week I came up with a review of 2X ThinClientOS, a Linux distribution specialized for thin clients. However, you may be on the other side of the problem: you want to have your own thin client server. The simplest way to do that is to use LTSP. It stands for “Linux Terminal Server Project”, … Read more

How to Easily Automount Windows NTFS partition in Ubuntu

There are a great number of Linux users who dual boot their computer with Windows. And in situation like this, one has to make different partitions to separate Windows and Linux partition. Windows usually (not always) uses NTFS file format while Linux is usually (again, not always) installed in Ext3 or Ext4 file format. While … Read more

How to Auto-Mount Box.net to Linux Desktop

If you are one of the lucky few, you might have already received the 50GB storage upgrade to your Box (previously known as Box.net) account by installing its Android app. The next question is, what should you do with the extra storage space? The most logical solution is to install its sync software on your … Read more

How to Disable Mouse Middle Click to Paste Feature in Linux

If you are not aware, in Linux, you can use the mouse middle click to paste content into your text documents. Together with a clipboard manager, this can be a very useful feature that allows you to do things more efficiently, except that it can also be very annoying at times. For those with a … Read more

The Beginner’s Guide to Start Using Vim

Choosing a text editor is a very important decision for a programmer. This is partly because of the plethora of variables: graphical/non-graphical interfaces, different shortcuts, language specializations, plugins, customizations, etc. My advice is not to try to search for the best one. Instead, choose the one that corresponds best to your habits and your tasks. … Read more

Knowing Your Linux System Via the Command Line

Every Linux user will tell you the same thing: know your computer. Mine always works not because there are no bugs, but because I know enough to identify their sources every time and correct them. And one of the best ways to monitor your system is through the command line. There are some great GUI … Read more

How to Check Your Gmail Account with Kmail

Email has changed dramatically over the years. What was once a single program on your computer that occasionally shouted “You’ve got mail” is now on the web, on your smartphone, and probably with you wherever you go. As easy as it is to dismiss the past necessity for having a standalone email client, there are … Read more

How to Install A Perl Module In Linux Without Root Permission

Installing a Perl module is not a genius’ work, but getting it done without root access can be a challenging task (of course not impossible). You may face this situation when you do not have rights to standard directories where a Perl module is installed. In this tutorial we will see how we can install … Read more

How to convert XLS file to CSV in Command Line [Linux]

Converting Microsoft Excel sheet (XLS file) to a Comma Separated file (CSV) is relatively very easy while using an Office product, but it could be a tedious task for programmers to do it in command line. The situation may arrive when you have a XLS file and you need to fill the database from it … Read more