Author: Binny V A

A philosopher programmer who specializes in backend development and stoicism.

Iterate a Text File in Bash

This is how you iterate thru a text file outputting a line at a time in Bash shell scripting.

Closing WhatsApp on Nokia E72

Closing WhatsApp using MobileGuard in Nokia E72.

Convert RAW files to JPEG

Convert RAW files to JPEG in batch. Convert all files in a folder using a command. For this to work, first you must have ‘ufraw’ package installed. sudo apt-get install ufraw or sudo yum install ufraw depending on your OS

Send One Line From a Text File as as SMS Every 10 Mins

This command will send a line from a given text file one every 10 mins as an SMS to a given number.

Send Text Once Every 15 Mins

Command to send a text to any phone once every 15 mins.

Remove Application in Facebook

Facebook has managed to make this as complicated a a linux command. Hence this entry…

Generate Password

Command to generate a random password… openssl rand -base64 6

Watch for Ubuntu 9.10 Launch

This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.

Command to Find Current Ubuntu Version

Run this command to find the installed version of Ubuntu… cat /etc/lsb-release

top in Batch Mode

Run top in batch mode top -b -d 10 -n 3