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 1304 posted 8 years ago by flatearthcomms
make a cron like: `*/5 * * * * root bash /root/vpn-check.sh`
0 373 posted 8 years ago by dbiesecke
Zip all files in a directory files into separate archives
0 724 posted 8 years ago by flatearthcomms
Set up a .git repository using terminal
0 637 posted 8 years ago by flatearthcomms
transparently download from google-drive with command line
1 639 posted 9 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 464 posted 9 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 655 posted 9 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 499 posted 10 years ago by zlincoln
Tests whether the script has been invoked with the correct number of parameters.
0 410 posted 10 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 496 posted 11 years ago by beneberle
List out all your Zombie processes
0 403 posted 11 years ago by kajinka13
List files in varying detail
0 394 posted 11 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 989 posted 11 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 554 posted 11 years ago by cczona
If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:
0 514 posted 11 years ago by beneberle
0 418 posted 11 years ago by beneberle
insert this to home directory .bashrc file
0 374 posted 11 years ago by farstar78
OFP is the database environment
0 665 posted 11 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 525 posted 11 years ago by beneberle
0 437 posted 11 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 461 posted 12 years ago by alassiter
A very simple quick way to count the number of files in a directory.
0 502 posted 12 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 498 posted 12 years ago by GeorgeL
as you run chown -R user:group dir
0 765 posted 12 years ago by silviud
this will display the size of a directory as if you run du -sb dir
0 1701 posted 12 years ago by silviud
0 472 posted 12 years ago by hced
Come modificare i permessi di tutti i files (senza toccare le cartelle) o viceversa
0 405 posted 12 years ago by tuffo19
« Prev 1 2 3 4 5