Archivio delle Categorie: mac

usare git (anche con dropbox)

creazione progetto e repository git sulla prima macchina installare git (http://git-scm.com/download) creare una cartella per il progetto (ad es. progetto1), contenente file e cartelle che compongono il progetto spostarsi nella cartella della progetto bash$ cd progetto1 inizializzare il repository git … Leggi l’articolo completo

Inserito in IT, linux, mac, sviluppo web, windows | Etichette , , , , , | Lascia un commento

disable HFS+ journaling on Leopard to use disks read/write with linux

this article saved my life… http://castyour.net/node/40 the key was this command: yourcomputer:~ youruser$ sudo diskutil disableJournal force /dev/disk1s10 thanks to Las Ruinas De Gringobamba

Inserito in IT, linux, mac | Etichette , , , , , | Lascia un commento

Tether your iPhone (use it as a modem) before firmware 3.0

I was almost convinced in buying PdaNet for iPhone (about 23€…) when i came across this post on http://digg.com/apple/The_Best_Way_to_Tether_Your_iPhone_to_Your_Laptop_for_Free Here user Bots says that until version 1.33 PdaNet was free. So, if you want version 1.33, do a google search … Leggi l’articolo completo

Inserito in iphone, IT, mac | Etichette , , , | Lascia un commento

Show hidden files in Leopard finder

from Terminal, write defaults write com.apple.Finder AppleShowAllFiles YES to view hidden files and defaults write com.apple.Finder AppleShowAllFiles NO to let files to be hidden Beware that viewing hidden files can confuse, as you will see A LOT of files and … Leggi l’articolo completo

Inserito in IT, mac | Etichette , , , | Lascia un commento

Leopard screenshot shortcuts

Shift-Command-3: full-screen Shift-Command-4: selective screenshot with selective screenshot, a crosshair appears, with coordinates of start point, and then dimension of selected screen portion

Inserito in IT, mac | Etichette , , , | Lascia un commento