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
3907
posted 16 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
1682
posted 16 years ago by ReeceMarsland
The first directory listed is the one to copy, the second is where it's copied to.
0
1586
posted 16 years ago by beneberle
this is a way get control on Apple's network interfaces by manually setting options in Terminal
1
1869
posted 16 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
2116
posted 16 years ago by alvarezrilla
* checkout : June 08, 2009
* commit : [34864f01741b1b2bb74072ba404e8b4436c18fe6](http://github.com/AndyA/htop-osx/commit/34864f01741b1b2bb74072ba404e8b4436c18fe6)
0
1961
posted 17 years ago by kmartiin
this will chmod the current directory, and all sub directories and files.
0
2842
posted 17 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
2047
posted 17 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
2234
posted 17 years ago by hotdiggity
Useful to remotely assist another person.
1. Connect to his computer using ssh
2. Execute first command listed below
3. The other person must open a terminal and execute the second command
4. Both are connected to the same terminal "screen"
1
2194
posted 17 years ago by Dorgendubal