Welcome To Snipplr


Everyone's Recent Snippets Tagged unix



« Prev 1 2 3 4 5
cd to directory, then run the line below to change any spaces in a filename to hyphens
0 2113 posted 10 years ago by flatearthcomms
make a cron like: `*/5 * * * * root bash /root/vpn-check.sh`
0 848 posted 11 years ago by dbiesecke
Zip all files in a directory files into separate archives
0 1463 posted 11 years ago by flatearthcomms
Set up a .git repository using terminal
0 1302 posted 11 years ago by flatearthcomms
transparently download from google-drive with command line
1 1198 posted 11 years ago by cinco
DS_Store files are automatically created by Mac OSX Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your comput...
0 972 posted 11 years ago by Haerviu
With this script a new user gets created and gets his own VirtualHost and database. The username is used for building the domain, so the username "test" leads to the domain test.local. The password for the MySQL account used for creating the datab...
1 1254 posted 11 years ago by derbenni
Find and replace contents of files ending in .php with nothing. then append contents of template.php to all files in directory
0 1007 posted 12 years ago by zlincoln
Tests whether the script has been invoked with the correct number of parameters.
0 899 posted 12 years ago by triffel
This example will go get the latest version of wordpress and save it as "wordpress-latest.tar.gz" in the current directory. Note, don't include the protocal (http://) in the url.
0 1002 posted 13 years ago by beneberle
List out all your Zombie processes
0 852 posted 13 years ago by kajinka13
List files in varying detail
0 897 posted 13 years ago by klovera
Add this to your .profile or .bash_rc file, source the file, navigate to the directory and call "rm_whitespace" Based on: http://snipplr.com/view/4468/batch-rename-files-in-directory/
1 1769 posted 13 years ago by licensetoil
See also http://www.gnu.org/software/bash/manual/bashref.html#Bindable-Readline-Commands for the standard bindings and more detailed explanation of what they do.
0 1163 posted 13 years ago by cczona
If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:
0 1043 posted 13 years ago by beneberle
0 938 posted 13 years ago by beneberle
insert this to home directory .bashrc file
0 834 posted 13 years ago by farstar78
OFP is the database environment
0 1242 posted 13 years ago by theonlyalterego
First, find the proper package from http://www.joomla.org/download/ and copy its path. Then, over ssh, navigate to the root of the joomla install and perform these commands. In the case of an upgrade, this will overwrite in place the needed files, an...
0 1090 posted 14 years ago by beneberle
0 987 posted 14 years ago by silviud
A couple of snippets useful for file management. I use these to make sure I understand how many files I'm about to modify, and then rename them.
0 973 posted 14 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0 1046 posted 14 years ago by alassiter
Use by sending a unix timestamp to countTime(timestamp). It will return something like 40 seconds , 2 weeks, 1 hour. Then just format to your needs like we do in our app: Someone was here 10 minutes ago.
0 971 posted 14 years ago by GeorgeL
as you run chown -R user:group dir
0 1523 posted 14 years ago by silviud
this will display the size of a directory as if you run du -sb dir
0 3067 posted 14 years ago by silviud
Come modificare i permessi di tutti i files (senza toccare le cartelle) o viceversa
0 887 posted 14 years ago by tuffo19
Searches down the current directory every file whose name matches (case insensitively) {{file_pattern}} for the regexp {{text}}.
0 916 posted 14 years ago by jarnaldich
« Prev 1 2 3 4 5