Welcome To Snipplr


Everyone's Recent Bash Snippets



One shot verbose expansion.
4 1085 posted 17 years ago by bbhack
-nd do not create a hierarchy of directories (save all recursively retrieved files in the current directory) -r recursive retrieving -l1 set maximum recursion depth to 1 (stay in that folder): set to 2 if necessary --no-parent do not...
3 1487 posted 17 years ago by iblis
If you set the NSObjCMessageLoggingEnabled environment variable to "YES", the Objective-C runtime will log all dispatched Objective-C messages to a file named /tmp/msgSends-.
0 1135 posted 17 years ago by zingo
2 1183 posted 17 years ago by therobot
1 978 posted 17 years ago by therobot
0 907 posted 17 years ago by therobot
1 824 posted 17 years ago by hyperwhat
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2 2057 posted 17 years ago by jonhenshaw
2 921 posted 17 years ago by hyperwhat
Manipulate the names of all the files in a folder in bash
4 1209 posted 17 years ago by benpjohnson
After: sudo port -v selfupdate Update outdated ports with: sudo port upgrade outdated
1 1160 posted 17 years ago by rhockens
After installing MacPorts, try running a selfupdate to grab all the latest MacPorts Portfiles (Portfiles contain information about how to install MacPorts software "ports"). You will need to run this command as an administrator, and it requires root...
0 1000 posted 17 years ago by rhockens
Leave off the final pipe to /bin/sh to do a 'dry run'
3 1849 posted 17 years ago by ches
A one-liner to remove any temporary files modified over one day ago. Removes files from /tmp/ Run without the '-exec rm {} \;' part to check that it is matching the right set of files - this can be dangerous if run by root! If you want to remove fi...
1 1251 posted 18 years ago by wolfie
[quote] Verbose booting shows you the actual process of Mac OS X's startup. You'll see drivers get loaded and services launch. This command should work on any recent (New World) Macintosh: sudo /usr/sbin/nvram boot-args="-v". The -v flag tells the s...
0 1038 posted 18 years ago by rhockens
"...UNIX systems run scheduled maintenance routines — known as maintenance scripts — to clean up a variety of System logs and temporary files. By default, these are executed between 03:15 and 05:30 hours local time, depending on the script. If...
1 1222 posted 18 years ago by rhockens
Useful when your server runs out of disk space
1 1025 posted 18 years ago by benpjohnson
Replace /dev/hda/ with the device path to your disk
0 961 posted 18 years ago by hyperwhat
0 1011 posted 18 years ago by hyperwhat
Run this in a terminal on mac to set your screensaver as your background. (hint: use rss visualizer for a neat effect) Ctrl+C to stop.
1 1028 posted 18 years ago by capitalist
List the current version and installation date of every application on a OS X system, using of Spotlight.
1 1001 posted 18 years ago by zingo
A shell script to install a Rails production stack on Ubuntu
0 898 posted 18 years ago by ctran
From http://www.novell.com/coolsolutions/feature/11251.html
1 1110 posted 18 years ago by micmath
Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.
4 1360 posted 18 years ago by jonhenshaw