Tag Archives: Linux

How to to do parental control to keep track of kids time on Linux Mint Debian Edition Computer using timekpr application

timekpr is a nice GUI application to keep track of your kids time on Computer. Here is what this application claims – “This program will track and control the computer usage of your user accounts. You can limit their daily usage … Continue reading

How to fix NVidia HDMI Audio in Ubuntu 12.04

I get HDMI video working fine with my Sony 32″ LCD TV as external screen. But audio has been a problem for long time. Here is a simple technique to enable audio through HDMI so that you can enjoy the … Continue reading

How to get LIRC (Infrared Remote Control) working in Debian 6.0 (Squeeze)

Recently I was trying to install LIRC (Linux Infrared Remote Control) software in my Debian 6.0 (Squeeze) Stable release.  But it didn’t do well with my remote’s kernel module. The module called lirc_mceusb (for my Remote control hardware designed for … Continue reading

How to get Scheduled Power On feature working in Debian GNU/Linux on QNAP TS-110 Server?

QNAP TS-110 SOHO Server does support Scheduled Power ON feature with default QNAP firmware. But the Debian ARM Linux for QNAP device does not support this feature. While hacking further on kernel code and internet, I came to know that … Continue reading

U-Boot tools for Debian ARM Linux in QNAP Server

Here is a small note on how to install U-Boot tools to manage boot loader from linux environment. This will provide a tool for printing environment for the bootloader U-Boot (fw_printenv) and modifying the same (fw_setenv). 1. Install the necessary … Continue reading

How to build and install custom linux kernel for QNAP Server based on ARM Kirkwood platform?

Recently I had to install a custom kernel for my Home server based on ARM kirkwood platform powered by Debian GNU/Linux. Here I have documented this for my future reference and also for your reference. Hardware System QNAP Home Server … Continue reading

How to prepare anaconda updates image for Red Hat Enterprise Linux and Fedora

Anaconda is the installer tool for Red Hat Enterprise Linux and Fedora. This tutorial is applicable for their derivatives like CentOS and Scientific Linux also. This tutorial empowers you to fix the bugs or missing features in installer without waiting … Continue reading

Tata Photon+ USB Modem (12d1:1446) configuration in Red Hat Enterprise Linux 5 and Legacy Fedora

This post details out the usage of Tata Photon+ USB Broadband Modems in Red Hat Enterprise Linux 5.X and legacy Fedora Linux. It should be applicable for other derivatives of Red Hat like CentOS and Scientific Linux also. This USB … Continue reading

HOWTO: Damn simple backup script in Linux based on rsync and NFS share

M Home network setup is like this: A small NAS Box from QNAP (TS-110) powered by Debian (Here is how I setup this server) connected with network along with my laptop and Home PC. Laptop is powered by Linux Mint … Continue reading

How to get rid of “Enter password to unlock your login keyring” in Linux Mint Debian Edition (LMDE)

Recently I switched over to Linux Mint Debian Edition (LMDE). Here is my review on LMDE. There are some minor glitches I found while working on this system. I encounter Enter password to unlock your login keyring prompt dialog box once … Continue reading

Review: Linux Mint Debian Edition (LMDE)

I always see the Debian as distro born for Linux, with its top class package management, stable system performance, huge repository, less customization of applications and easier configuration. Once it was my main development system at home. When Ubuntu was … Continue reading

How to fix GRUB rescue prompt without Live CD? (For GRUB2)

Recently most of the leading Linux distributions have moved to GRUB2 Boot loader. It has a long list of features. Given that it has some learning curve also. Since it is a boot loader, not an user space application, we … Continue reading

How to get a productive desktop based on xmonad and xmobar?

I am very poor in handling multiple windows in a desktop. And also my logic in getting a useful windows layout is pathetically low. Linux allows us to experiment with different window managers. So I experimented different window managers and … Continue reading

How to find a PCI device in linux kernel module?

Last few days I am reading about PCI system. A part of this, I thought of getting my hand dirty by experimenting with PCI device specific code in linux kernel module. I expect the reader should have some fundamental knowledge … Continue reading