JSL Crontab Generator is a GUI application that can be used to create new crontab entries easily. Its a Javascript application – so it will run from your browser – there is no download/install involved. This was created as a demo for my JSL Javascript Library.
Continue readingTop 4 Terminal GUI Applications
Terminal GUI Apps? Does sound oxymoronic doesn’t it? Well, there are GUI apps in the terminal – and here is a tribute to ones that I find most useful…
Continue readingSlow Scrolling in Firefox in Pages With Fixed Backgrounds
I have a unique problem with my firefox – and as far as I know I am the only one who has this issue. Firefox is very slow to scroll pages that has a fixed background image. Ajaxian is an example of such a site. This problem exists in all profiles of Firefox(not a extension issue) – but it works without any issue in other browsers – like Konqueror. Does anyone else have this issue?
Continue readingCustomizing the Terminal: 6 Command Line Tips and Tricks
A few tips and tricks on the terminal to make you more efficient when using it. If you know of any other tips, add it in the comments section.
Continue readingCustomizing the Terminal: 5 Configuration Settings in Bash that makes you a CLI Power User
There are some settings that are very useful if you work on the terminal a lot. Many of the cool ones are not enabled by default – this is a small list of the configuration settings that I use to make my terminal usage more productive.
Continue readingCustomizing the Terminal: Create Useful Aliases
This is part two of the ‘Customizing the Terminal’ series. Part one is ‘Customizing the Terminal: The Prompt‘. In this part, we’ll see how to create aliases to make working in the console easier.
Continue readingCustomizing the Terminal: The Prompt
Most Linux ‘gurus’ spend a lot of time working in the terminal. If you belong to that group, this post is for you. This is a tutorial to configure the terminal prompt to the best possible value for your use. Note: This tutorial is for bash users – these instructions will not work in other shells.
Continue readingFree eBook – Linux 101 Hacks
Ramesh, who blogs at The Geek Stuff have released a free eBook ‘Linux 101 Hacks‘. Go download it – if you haven’t done it already.
Continue readingKDE 4.2: Stable and Shiny
I have upgraded my laptop(Kubuntu 8.10) to KDE 4.2. And all is well. The laptop did not, I repeat, did not explode. As a matter of fact, its been on KDE 4.2 for the last whole week – I never got to write anything about it because of my busy schedule. For the rest of the article, I have to write ‘KDE 4.2’ lots of time. To save some time, I am going to short it to 42. Seems appropriate. So when ever you see ’42’, mentally replace it with ‘KDE 4.2’
Continue readingRecovering Deleted Data in Linux Ext3 Filesystem: Use Trash Can
As most of you know, Ext3 file system don’t have to be defragmented like the FAT32 or NTFS file systems. This is a nice feature – but this has a bad side effect as well. You cannot recover deleted files. This is a good trade-off in a server environment. Its not practical to run a defragmenter on a live server. It might take hours to complete – and disk access will not be allowed in that time. And most server environment have very strong backup mechanisms – so data recovery is not a big issue. But when it comes to the desktop environment, this is a very Bad Thing.
Continue reading