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 readingCategory: Command Line
Top 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 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 readingIntroducing txt
I have a small but very useful site called txt. Its a collection of code snippets, Linux commands and other
Continue readingPerl Script to Backup MySQL Databases
A perl script that can be used to backup your databases.
Continue readingScript to Backup Files Over a Network Using Rsync
This script will backup the specified files to another computer on your network. You can also use this to send
Continue reading