Welcome To Snipplr
Everyone's Recent Snippets Tagged terminal
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
To config Terminal do move (left and right) word-by-word:
- Esc + b (left)
- Esc + f (right)
To configure it to Alt + left and right:
- Open Terminal preferences (command + ,);
- At Keyboard tab, select "control cursor left (or right)" and...
0
2495
posted 14 years ago by nalmeida
used to copy the contents of one folder into another on mac replacing only the files that are duplicates (like windows)
0
713
posted 14 years ago by ReeceMarsland
The first directory listed is the one to copy, the second is where it's copied to.
0
673
posted 15 years ago by beneberle
this is a way get control on Apple's network interfaces by manually setting options in Terminal
1
803
posted 15 years ago by blackthorne
Useful when logged in the server via ssh.
In Leopard, the file would be /Library/Preferences/com.apple.ScreenSharing.launchd
0
967
posted 15 years ago by alvarezrilla
* checkout : June 08, 2009
* commit : [34864f01741b1b2bb74072ba404e8b4436c18fe6](http://github.com/AndyA/htop-osx/commit/34864f01741b1b2bb74072ba404e8b4436c18fe6)
0
848
posted 15 years ago by kmartiin
this will chmod the current directory, and all sub directories and files.
0
1618
posted 15 years ago by beneberle
how to enable or disable spotlight disc indexing from the terminal. all the following work on root "/". to specify another volume, put its path at end of the command
1
756
posted 15 years ago by stiobhart
Handy when web hosts limit database upload size. Create folder in home directory call "mysql_dump", upload and extract mysql file into this directory. Ask web host to enable SSH.
0
973
posted 15 years ago by hotdiggity