Category: Linux

  • Debian or Ubuntu

    From: Rahul To: Sunil Mohan Subject: Debian or Ubuntu Some applications which I had backported while using debian etch along with the backporting difficulty level: alltray (simple) ekiga (medium – the etch version was giving problems for IP-to-IP direct calling) ffmpeg / mplayer / avidemux (quite a nightmare … I was trying to backport the…

    Read more

  • Pidgin Master Password Patch

    Pidgin stores the passwords of the accounts in plain text in a xml file (i.e. if you have enabled the “save password” option for the accounts). Anyone who can get read access to this xml file (accounts.xml) will know the passwords of all the accounts for which you have chosen to save the password. This…

    Read more

  • File Encryption Using GPG And Editing Using Vim

    File encryption is a useful feature. Especially if you want to store some sensitive information in a file on your PC or mail someone a file with sensitive data. GPG allows us to encrypt files using either a password or public-private-key pair. Further, a vim plugin is available which allows you to edit the gpg…

    Read more

  • Need for Backup

    Note: See also the follow up to this article about some of the Linux Backup Solutions Some things are learned the hard way and the importance of taking backup was among those. While I will not get into the details about how to take backup I just want to stress on the importance of backups.…

    Read more

  • Mail Retriever

    A mail retriever is used to retrieve mails from remote mail servers. This is especially useful if you want to retrieve mails from remote mail servers and deliver it to your local mail server or store in your local machine. Fetchmail and getmail are mail retrievers which enable you to retrieve mails using the standard…

    Read more

  • Setting Up Mail Server (With MDA, IMAP And Webmail)

    Mail Server Using your own mail server, you can have mails delivered directly. Certain things I looked out for while choosing a mail server for my personal use: – Support for regular operating system accounts (unix logins) – IMAP support (either inbuilt / external) – Webmail support (either inbuilt / external) – Maildir format supported…

    Read more

  • Adding JPEG Comments

    MaPiVi is a photo organizing software which can be used to add comments to JPEG files (always take a backup of your photos as this software works on it directly). However, MaPiVi is no longer being maintained actively. Another graphical tool which can be used for editing JPEG comments is XnViewMP. Originially written for Mac,…

    Read more

  • Shutdown Using Power Button

    Here is a small tip. For configuring the power button to start shut down sequence when pressed, install “acpid” daemon via apt. This will install the necessary event (/etc/acpi/events/powerbtn) and associated action (/etc/acpi/powerbtn.sh) to be performed upon pressing the power button.

    Read more

  • Setting up DHCP Server

    A dhcp server allows you to assign IPs dynamically to your clients. For further information visit, Setting up DHCP server.

    Read more

  • Connecting via PPPoE

    This is especially useful for those who use a username and password to connect to their broadband cable/ADSL connection (such as that provided by BSNL, Airtel and Tata Indicom). For this you need to install pppoeconf package and run the command. # apt-get install pppoeconf # pppoeconf Alternatively, if you are using mepis you can…

    Read more