Random pieces of code and life
>>
Home
>>
Contact
>>
Log in
joshuac.net
Category: Code
mac : Other useful default writes
09/07/10 :
Code
Disable Guest Accounts for Shares on OSX Tigersudo defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool falseDisable Dashboard defaults write com.apple.dashboard mcx-disabled -boolean YES Re…
more »
Permalink
mac : Stop .DS_Store files on network drives
:
Code
com.apple.desktopservices DSDontWriteNetworkStores true
more »
Permalink
mac : fix home and end keys
08/19/10 :
Code
create the file ~/Library/KeyBindings/DefaultKeyBinding.dict { /* home */ "\UF729" = "moveToBeginningOfLine:"; "$\UF729" = "moveToBeginningOfLineAndModifySelection:"; /* end */ "\UF72B" = "moveToEndOfLine:"; "$\UF72…
more »
Permalink
sql : remove character from field
:
Code
UPDATE table SET field = replace(field, "#", "")
more »
Permalink
mac : lock computer app
07/19/10 :
Code
one click program to lock computer with screen saverLock.app.zip
more »
Permalink
::
Next >>
Categories
All
Code
Life
Links
Home
XML Feeds
RSS 2.0:
Posts
Atom:
Posts
Recent comments