linux

Unix Command Line Productivity Tips

Unix Command Line Productivity Tips View more presentations from Keith Bennett.


Installing Sun JDK/JRE on ubuntu (10.04 LTS)

It was actually easy till the time i got a message from the new installation of ubuntu that sun-java6-jdk is not found in package list. From last two versions of linux specifically on ubuntu i used to do following for installing java. $ sudo apt-get install sun-java6-jdk This command asks me the root password and [...]


Moving files (Unix/Linux)- Some tips

Moving files from one machine to another machine is the most common activity for system engineer profile. Most common examples are moving backup files, log files and some time moving a large setup files which are created per transaction. Generally these types of files are placed on bug servers and moving them is easy because [...]


error code [1030]; Got error 28 from storage engine

This is quick thing which i wanted to share with you all and also the possible cause of this. This error started coming today afternoon on one of our production servers. We wasted some of the time searching logs and some errors which were irrelevant and finally Google for it. Quickly we got the cause [...]


Change default applications (e-mail client, Web Browser etc) – Ubuntu

How to change my default Web browser which came to my mind when every time konqueror was opening as browser and I wanted to see Mozilla Firefox. Below are the Screen shots for Kubuntu i.e. Ubuntu with KDE and Ubuntu with GNOME. 1) System Settings -> Default Applications: 2) System -> Preferences -> Preferred Applications [...]