Category: Linux

  • Pidgin XEP-0136 Plugin

    XEP-0136 is an XMPP protocol extension used for storing and accessing message archives. Daniel Kraic has written a Pidgin plugin for accessing these archived messages. Below are the brief instructions for installing this plugin in Debian and using it. Generic installation instructions can be found in INSTALL file. Installation: Download the plugin (https://github.com/danielkraic/Pidgin-XEP-0136-plugin/tags) and extract…

    Read more

  • Buliding Vim 7.3 RPM packages for 64-bit CentOS 5 / 6

    Vim 7.3 has one really useful built-in feature – Blowfish encryption. With Blowfish encryption, strong encryption of files is now possible using vim. Here is a short tutorial on how to build RPM packages for Vim 7.3 on 64-bit CentOS 5 and CentOS 6. I have built the packages as user ‘root’. However, it is…

    Read more

  • Integrating iJab with Roundcube

    Integrating iJab with Roundcube is a good solution for having web based Mail+XMPP (jabber) client. Steps for configuring iJab can be found on its website. Here I shall mention how you can integrate both of them: Below is a sample html file for loading both iJab and Roundcube together: <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01…

    Read more

  • Installing ZK Spreadsheet in Debian Lenny

    ZK spreadsheet is an online spreadsheet which enables users to import and export excel files and edit excel files within the browser. This can be thought to be similar to Google Spreadsheet. Only that it is open source and can be installed on your own server. Another very similar open source product which I came…

    Read more

  • System Harware Information in Linux

    All-In-One Tools Hardware Lister: Hardware Lister can be used for getting all the hardware information of a system. Some example usage are given below: # apt-get install lshw lshw-gtk # lshw (Displays detailed hardware information) # lshw-gtk (Gives a nice graphical view of the hardware information) # lshw -short (Lists hardware in a compact format)…

    Read more

  • Configuring OpenVPN Client in DD-WRT

    After spending almost a day in trying to configuring my dd-wrt router as an OpenVPN client and reading many complicated guides, I found a really simple way to configure OpenVPN. It is necessary that you have optware set up on your router. For setting up Optware, kindly read Optware, The Right Way. This configuration has…

    Read more

  • Internet Radio Player

    UPDATE: Nightangle is now available for download. Ubuntu PPA repo is available as well . See http://getnightingale.com/all-versions.php. UPDATE: Songbird linux builds are available through contributed builds – http://wiki.songbirdnest.com/Developer/Articles/Builds/Contributed_Builds Long back, when I was in IIIT, I used a small player known as Nitin’s online radio player (runs only on Windows) which used to sit in…

    Read more

  • trash-cli

    There is one feature I often missed in linux console – deleting to Trash. I often do a ‘rm -rf’ and then suddenly realize that I have accidentally deleted something which I shouldn’t have. From now on, I needn’t worry because I have started using trash-cli, a command line interface to the freedesktop.org trashcan. This…

    Read more

  • BackupPC with Lighttpd in DD-WRT

    This tutorial covers the necessary steps to get BackupPC up and running on any device (such as the Linksys router WRT 610N) which has DD-WRT firmware installed on it. In case there are any steps which I have missed, kindly mention them in the comments section, and I will update the main article accordingly. Installing…

    Read more

  • SFTP Console Client with Recursive Download/Upload Support

    I often find it difficult to use ‘scp’ program because I don’t know the exact path to the directory in the destination server and I do not find ‘sftp’ program very useful because it does not support recursive downloads. Here are two programs which offer recursive downloads over sftp protocol: 1. psftp provided by package…

    Read more