Welcome To Snipplr
Everyone's Recent Bash Snippets Tagged mac
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
In Snow Leopard, bash treats colors differently. All the color codes that are escaped with \e won't be recognized. The new escape sequence is \033.
The list below works perfectly in Snow Leopard
0
1205
posted 16 years ago by AzizLight
Mac OS X creates files beginning with *._* to Samba shares when files on a Unix/Linux machine are accessed with a Mac. I use [Coda](http://www.panic.com/coda/) to access a Samba share on my development server at work. This is really annoying when c...
1
1879
posted 16 years ago by shaunchapman
`lookupd` doens't exist in Leopard, instead `dscacheutil` should be used.
2
1903
posted 17 years ago by rastersize
Forces a recalcitrant port to install by *uninstalling* it completely first
0
852
posted 17 years ago by cczona
When Apache under OS X throws 'Forbidden' errors on files under the ~/Sites path, and the error log report 'Permission denied: access to /somefile/blah failed because search permissions are missing on a component of the path', check a missing Other E...
1
1687
posted 17 years ago by cczona
To find out how much swap you are using at any given time.
If there's more than 1 swapfile you could benefit from more RAM.
0
1086
posted 17 years ago by cczona
After:
sudo port -v selfupdate
Update outdated ports with:
sudo port upgrade outdated
1
1489
posted 18 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
1106
posted 18 years ago by rhockens
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
1349
posted 18 years ago by capitalist
Over time, your Mac's Mail program can start to feel sluggish because, like any database, over time it needs to optimized.
4
1808
posted 18 years ago by jonhenshaw