roblem: The default webserver (Apache/IIS) does not have some fonts format ‘we’ added to the website This result in the browser, specially firefox to take long time to load the page. The problem is clearly much worst in Firefox, do […]
bash date convert epoch time
Many times you will need to conver Unix/Linux epoch time to a readable date format That is quite simple $ date -d@1363497047 Dom Mar 17 02:10:47 BRT 2013 To get a current epoch time we simply use date command as […]
Check Linux Cluster
A simple nagios/bash script to check if a RedHat/CentOS cluster has failedover.It uses the output from the clustat command. The usage is simple the script name and service, example: check_usage IO_Service It has been tested only with a 2 node […]
linux burn iso to flash drive
I have tried a lot of tools but there is none better then UnetBootin http://unetbootin.sourceforge.net/It is multiplataform, windows, max, linux. UNetbootin can create a bootable Live USB drive, or it can make a “frugal install” on your local hard disk […]
screen
Screen command Screen is a linux tool to help manage connections. “Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells).” Its able to reestablish lost sessions, and to have multiple connections. 1) […]
Amazon WordPress / Lighttpd / Varnish
Amazon WordPress / Lighttpd / Varnish for free #1. Create an AWS Account You can sign up here. You’ll have to provide a credit card and a phone number where you will be called as part of the online registration […]
check_ftp_download script
This is a script that tests the FTP site by downloading a specific file and verifying how long it takes to do so. It also measures the bandwidth. It uses curl PHP library to do the FTP part. More of […]