Binnyva - txt.binnyva.com - txt
General Information:
Latest News:
Compress the Big Files 23 Aug 2012 | 10:45 pm
Compress the big image files
Compress the Big Files 23 Aug 2012 | 10:45 pm
Compress the big image files
Iterate a Text File in Bash 25 May 2012 | 11:01 am
This is how you iterate thru a text file outputting a line at a time in Bash shell scripting.
Iterate a Text File in Bash 25 May 2012 | 07:01 am
his is how you iterate thru a text file outputting a line at a time in Bash shell scripting.
Closing WhatsApp on Nokia E72 16 Mar 2012 | 07:45 am
First install the app called MobileGuard. Its a cool app. I’ll recommend it even if you want to keep whatsapp. Next, open MobileGuard, and go to Clean Spam > Memory Cleaning > Clear in Batch > Select ...
Closing WhatsApp on Nokia E72 16 Mar 2012 | 03:45 am
Closing WhatsApp using MobileGuard in Nokia E72.
Convert RAW files to JPEG 22 Oct 2011 | 07:13 am
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...
Convert RAW files to JPEG 22 Oct 2011 | 03:13 am
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...
Send One Line From a Text File as as SMS Every 10 Mins 12 Aug 2011 | 06:08 am
This command will send a line from a given text file one every 10 mins as an SMS to a given number. Script calls the command ‘sms’ – you can define that command however you want. In my case, its a va...
Send Text Once Every 15 Mins 12 Aug 2011 | 05:11 am
Command to send a text to any phone once every 15 mins. Script calls the command ‘sms’ – you can define that command however you want. In my case, its a variation of this script.