cron
bash ansi codes to html for html reports from shell script
2017/02/20
How many times you have felt that there was some simple way to convert bash ansi escape sequences ( colors as well in terminal ) to html equivalent so that you can send the same as html report in …
Trello – backup to your linux machine
2017/01/02
Just in case, you are looking for backing up your trello account boards, you can use the following bash script to do so: #!/bin/bash - …
script to get hard disk health in fedora/ubuntu
2014/12/01
First, put this in a script. #!/bin/bash #Change as appropriate HDD=sda export sub="SmartCtl data for HDD" echo 'To: <Your Email> Sub: [Cron] $sub MIME-Version: 1.0 Content-Type: text/html …
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” …
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 …
Home grown mail scheduler with bash script and cron
2013/10/04
If you are using Linux (Fedora/Ubuntu or anything else) then you do get a lot of tools and one of them is cron. Very very useful. Just write some script that can do the task for you, put it in cron …
wordpress blog stats monitoring from remote using curl and bash and send it in mail.
2010/06/25
Here’s something that I had been planning to do for sometime now. I have my blog on wordpress and have Statpress plugin installed. The plugin does give me a good idea of the visits to my …
Checking the links to your site (from affiliates) using cron and bash script.
2010/05/27
If you have some affiliate links and are concerned about their presence then you can setup <a class="zem_slink freebase/guid/9202a8c04000641f80000000045c9c5b" title="Cron" …
Email web statistics from the hosted website using awstats page.
2010/03/08
I want to see the stats for my websites mailed to me directly like Google analytics does. Sure enough I can see them on the hosting cpanel page on awstats, but I dont want to check that everyday. An …
Database of vulnurability at milw0rm.com – udpate and makeindex with cron.
2009/09/08
I am quite regular visitor of milw0rm and generally try to keep up with the vul’s. For doing this I wrote a small scripts rather set of scripts to keep myself update. Here’s what …