Sunday, January 8, 2012

Fixing 'initramfs error' boot Problem in Linux.

Yesterday, I faced initramfs boot error on my Linux Mint 9 box. I don't know what went wrong, but I remember that I forced restart my system, as it was not responding. It hung up in a command line terminal. I changed the terminal (ctrl+alt+[f1-f6]), and then unable to get back to the GUI (ctrl+alt+f7). The screen was showing some weird software error.
Code:
No init found. Try passing init= boot arg
BusyBox v1.10.2 (Ubuntu 1:1.10.2.2ubuntu7) built-in shell (ash)
(initramfs)

Saturday, December 3, 2011

Conky Script to display Weather Forcast on your desktop.

First get the basics of the post from here. Here is a simple script to display weather forecast on your desktop. I'm using yahoo weather to get the xml feed of forecast because it requires no login/registration and can be just use it directly.


Thursday, October 13, 2011

Conky : Ultimate System Monitoring Tool

Conky is the lightweight, super-configurable application, which sits on your desktop or terminal. It is a fork of Torsmo and licensed under the GPL 3.0.
It can also be customized to gather and display almost any type of information on the user's desktop or terminal.

Wednesday, September 21, 2011

VIM Cheatsheet!

Vim users must use this cheatsheet. It's very informative & gives complete information about vim.

Monday, June 20, 2011

DoudouLinux : Linux for kids.

DoudouLinux is a Linux distro meant for kids . It provides tons of applications that suit children from 2 to 12 years old with an environment as easy to use as a gaming console.  The project's version 1.0, code name "Gondwana", is now released.
Standard DoudouLinux is delivered with about fifty applications that have been specially chosen to be accessible for children from 2 years old. These applications cover the following topics:
Education - teach children while having fun.
Fun - have fun with games, easy to access but not necessarily simplistic
Work - write texts, calculate, communicate, etc.
Multimedia - listen to music, watch videos, play or create music, or create animation movies

Sunday, June 19, 2011

Run vlc media player as root.

There's an issue in vlc player that it won't run when you are logged in as root. I don't know the reasons, may be its developers have some security concerns.
Anyways, you can make it run as root by following a simple series of steps, assuming that you have already installed it & it's running in case of other users.
Follow these steps:
  • Login as root.
  • Install ghex/khex (Hex editor for Gnome/KDE environment).