Welcome To Snipplr
Everyone's Recent Bash Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The first directory listed is the one to copy, the second is where it's copied to.
0
1598
posted 16 years ago by beneberle
Using svnadmin hotcopy doesn’t require any server downtime, completes in minutes, and replicates server configuration and hook scripts.
1
2123
posted 16 years ago by Mithun
bash 3-line shell script for visualization of java class dependencies with graphviz. Please see my blog post for details and leave comments there.
0
1749
posted 16 years ago by benjamin
bash 3-line shell script for visualization of c++ class dependencies with graphviz. Please see my blog post for details and leave comments there.
0
1762
posted 16 years ago by benjamin
this is a way get control on Apple's network interfaces by manually setting options in Terminal
1
1890
posted 16 years ago by blackthorne
Bash
lists all network protocol connections filtering out column 6 and sorting the unique entries by count
0
1757
posted 16 years ago by tobewan
Bash
all network connections filtering out anything in column 6 that matches '/tcp/' and sorts the unique entries by count
0
2188
posted 16 years ago by tobewan
Setup default ignores, aliases, colors, completion and bash prompt in Git
These are to be run from Terminal.
1
1939
posted 16 years ago by alvarezrilla
Useful when logged in the server via ssh.
In Leopard, the file would be /Library/Preferences/com.apple.ScreenSharing.launchd
0
2135
posted 16 years ago by alvarezrilla
r : recursive
v: verbose
--progress : shows progress with percentage
0
1815
posted 16 years ago by godstroke
Befindet sich die aktuell angezeigte Seite dabei unter den aufgelisteten Seiten, dann erhält dieser Listenpunkt die Klasse class="current_page_item":
0
1924
posted 16 years ago by gabbo
Where:
* 3307 is the local port used to connect to the remote database. You can use 3306, however, this could conflict with your PC’s MySQL installation.
* localhost and 3306 is the MySQL address from the remote server (most people will...
0
1853
posted 16 years ago by danshields
Enable a secure tunnel for safe browsing.
Remember to enable SOCKS proxy. SOCKS host: "localhost" - Port: 9999
0
1582
posted 16 years ago by MatiasD
This is a script for finding a string in files under a current folder in TextMate. It can be very convenient if you know what you are looking is in a particular folder by saving your time searching each file individually or going through a long list...
0
1575
posted 16 years ago by phalkunz
I'm constantly checking to see if a certain program or process is running. This helps reduce the typing and the clutter.
0
1427
posted 16 years ago by kitzelh