nall – schedule your tasks like a pro

2014/10/06

nall is a utility to run your scripts ( for whatever ) every defined period. Here is description: […] For installation : sudo yum install nall Once done, you can start from terminal as “nall” …

bash – refer the first parameter from last command quickly

2014/09/22

To refer to first parameter from the last command quickly, you can use !^ Note: This can also be referred as “!!:1“

bash refer parameters from the current command

2014/09/15

In bash you can use !# to refer to any parameter from the current command, example:

Download Ticket Service – dl is now on fedora.

2014/09/08

From : http://www.thregr.org/~wavexx/software/dl/ […] “dl” is a file exchange service that allows you to upload any file to a web server and generate a unique ticket for others to download. The …

Debuggging bash cron scripts.

2014/09/01

I have to several times debug scripts that I get complain about working when logging in normally but they do not work when run in cron mode. So, quite a lot of times, redirecting the stderr of the …

ldap search function

2014/08/25

First you will need the ldap search utility. The client for ldap search comes in openldap-clients, so you need to install that first: sudo yum install openldap-clients Now, that you have installed it, …

Apache server-status – better looking

2014/08/18

Apache provides a module to see the server-status. However the page is not too good looking. So, if you want to see a better looking information page, then you can download : …

CACert.org – get free ssl certificates.

2014/07/28

From CACert website : […] CAcert.org is a community-driven Certificate Authority that issues certificates to the public at large for free. CAcert’s goal is to promote awareness and education on …

rfc2html – php script to view rfc with index and links.

2014/07/21

If you have to keep viewing RFC’s and you miss index and links in RFC while viewing rfc, then you should check-out rfc2html. It is scrtip that takes plain text rfc and converts it to html. You can get …

Get status of your servers with perl script.

2014/07/14

Monitoring the servers could be well – “not difficult” but boring and monotonous. And since this is something that you should ideally do on daily basis, so why not have a script for the same. You …

tlp – optimize and maximize your battery power.

2014/06/30

If you are concerned about the battery life on your Linux laptop, then you should consider using tlp. tlp customizes your Linux distribution for maximum battery life and thus helps improving battery …

Backup – simple and intelligent

2014/06/06

However much you stress on the importance of backupm people will forget about keeping it. So, if you do need a completely automated and simple backup then consider using “Back In Time“. Description: …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it