Thanks to Raphink Citation: http://serverfault.com/questions/96964/list-of-files-installed-from-apt-package For this insite #################################################### All credit goes to the aforementioned – with some additions by me #################################################### Note: in the following commands, a command beginning with ‘root#’ means it needsRead More…
Script to make TIMELAPSE with mencoder ffmpeg avconv fswebcam etc.
This is a timelapse script, which pretty much explains it self. But what it does it, takes a webcam or a url (a http url that points to a jpeg webcam, whichRead More…
List of SMS & MMS gateways for Phone Companys
I should put this into a nice table but oh well. To get a more updated list google for “sms gateway” or “mms gateways”, thats how I got this list anyways. ItsRead More…
Script Email/Text Current Public IP & email/SMS or MMS text when Public IP Changes
================ Public IP Change ================ Windows Version: Here (Or use CYGWIN with this linux script – not tested) For: Any Linux (Tested on Debian 6) === Some random info === Read More…
Cool PS1 – Cool BASH Prompt
WHATS THIS: Colored Bash Prompt NOTE: for colors there are two ways to add it to the prompt (tput and the long brackets way). First of the prompt is managed by howRead More…
Alias / unalias – Color Bash: aliases that force bash to use colors – Colors for GREP and LS
Whats an alias aliases make life easier by writing long commands for you, if you always write “ls -lisah” you can make the letters lisa do that for you, so instead youRead More…
cgit – HOW TO INSTALL CGIT ON GITSERVER
HOW TO INSTALL CGIT ON GITSERVER (DEBIAN) ########################################## THIS GOES OFF THE ARTICLE OF HOW TO SETUP A GITSERVER: here WHAT IS THIS: CGIT IS A WEB INTERFACE FOR THE GIT SERVERRead More…
git server and clients setup – git tutorial
GIT TUTORIAL ############ ############ Note: the ssh server on www.gitserver1.com is on port 50505 not 22, so if you have port 22 just leave out the part that says ‘-p 50505’ GOODRead More…
WORDPRESS – my “Advanced Post List” settings for My Site Map
If you liked my site map (Can see here), this is how I have those settings: First install the plugin “Advanced Post List” in WORDPRESS Go to Settings -> Advanced Post ListRead More…
LINUX & CYGWIN – RSYNC with Linux Scripts Scheduled Backups in Windows
-Read this through a couple of times first, and it will make more sense- STEP 1) First Download and install CYGWIN its basically a LINUX program for WINDOWS and it givesRead More…