Welcome To Snipplr
Everyone's Recent Snippets Tagged linux
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Setup default ignores, aliases, colors, completion and bash prompt in Git
These are to be run from Terminal.
1
1099
posted 15 years ago by alvarezrilla
r : recursive
v: verbose
--progress : shows progress with percentage
0
1102
posted 15 years ago by godstroke
Quick and dirty took me 2hours to find. The Xlib Documentation sucks. Have Fun\r\n\r\nnote: U need the Xlib -(Ubuntu)-> sudo apt-get install python-xlib
0
1437
posted 15 years ago by simlan
Code for a Rake task that allows compiles all LESS stylesheets (.less) contained within a single directory.
0
1120
posted 16 years ago by brettbergeron
When using `ln` to create a link in a different directory, the semantics of creating hard and symbolic links differ. That is because a hard link contains a direct reference to its target's data, while a symbolic link is just a string containing a (p...
1
1209
posted 16 years ago by deepsoul
You must have already setup your /etc/init.d/some_binary file and it should have the chkconfig line in it that specifies the on/off run levels and start/stop priorities.
0
1180
posted 16 years ago by jturmel
Assuming you have a set of svn project folders inside a parent (only folders in parent) you can do a simple backtick `ls` to get the folder names for svn...
0
1260
posted 16 years ago by jasonm23
Ideal if you have a laptop. If someone steals it, he will not be able to read all your mails and documents with precious information (about passwords, accounts, credit cards, private stuffs, etc...).
This snippet is considering that you are using...
0
984
posted 16 years ago by Dorgendubal