Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This will build and install a Dreamweaver CS4 extension automatically and silently. The version number will be taken from the *.mxi file and appended to the packed *.mxp. Set the extensionfile variable to the name of the *.mxi file without the extens...
0
913
posted 14 years ago by s3xym4n
used to copy the contents of one folder into another on mac replacing only the files that are duplicates (like windows)
0
704
posted 14 years ago by ReeceMarsland
This command will email the contents of emailbody.txt to [email protected] with the subject My subject line.
0
934
posted 14 years ago by webonomic
This creates an array of various linux shell names, loops through the array and ouputs a file called shell_locations.txt showing where the shells are located on the linux system.
0
980
posted 14 years ago by webonomic
Bash
Print the number of established and listening connections to your server on port 80 per each IP address
1
1552
posted 14 years ago by tobewan
Change 'username' (twice!) with your imap username,'password'with your imap password, and 'example.com' (twice!) with the url of your imap mailserver.
Works on: Ubuntu with Evolution, sqlite3 and archivemail installed.
Evolution is required beca...
1
960
posted 14 years ago by berkes
Source: Linux Journal
This command downloads the Web site www.website.org/tutorials/html/.
The options are:
* --recursive: download the entire Web site.
* --domains website.org: don't follow links outside website.org....
1
3902
posted 14 years ago by abhiomkar
Great script found on http://www.scrounge.org/linux/rsync.html. Useful for creating boilerplate backup scripts
1
690
posted 14 years ago by nate63179
This was a comment posted by [this person] (http://bit.ly/1o9aIJ) to an article posted [here] (http://bit.ly/7BtLT)
0
624
posted 14 years ago by czapata
OSX 10.6 adds exchange support , but breaks if you use jewish calendar , this will fix it.
0
713
posted 14 years ago by yisreldov
This script creates thumbnail images containing 25 thumbs each and display the EXIF time and date if your version of ImageMagick supports that (some do not).
0
705
posted 14 years ago by deepsoul
Useful if some files already exist at the destination and are newer or would take too long to copy again.
0
629
posted 14 years ago by deepsoul
run the command in a terminal window
restart the computer (... I didn't find another way so that the command take effect)
0
839
posted 14 years ago by yakafokon
export bookmarks.html file, extract links from that file to a list , using the list as INPUT to linkchecker that reports dead links
0
857
posted 14 years ago by rowntreerob