Welcome To Snipplr


Everyone's Recent Snippets Tagged linux



This will grep through your file structure (LAMP stack assumed) and change directories and files to the correct permissions to work with suPHP.
0 1257 posted 15 years ago by jhafner
from: http://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/
0 1631 posted 15 years ago by edeustace
0 1345 posted 15 years ago by apro2000
Add user foo to group bar
0 1316 posted 15 years ago by smoover
0 1174 posted 15 years ago by pflangan
0 1356 posted 15 years ago by sdeboey
Useful to use with crontab for allowing schedule a process below of the minute scope.
0 1209 posted 15 years ago by wnasich
0 1416 posted 15 years ago by pflangan
1st shows only files and directories bigger than 1 Megabyte 2nd shows only files and directories bigger than 100 Megabyte
0 1305 posted 15 years ago by kossmoss
0 1340 posted 15 years ago by wearetherock
Put this line in your .bashrc. If the user has a directory named 'bin' then that will be added to the PATH. All scripts in that path (wich are executable) will be available as commands to that user.
0 1815 posted 15 years ago by berkes
Lists file sizes and locations on hard drive
0 1093 posted 15 years ago by bionic
0 2357 posted 15 years ago by sukantahazra
0 1284 posted 15 years ago by bionic
0 1202 posted 15 years ago by wnasich
Skeleton daemon process for unix
0 1519 posted 15 years ago by sukantahazra
0 1437 posted 15 years ago by sukantahazra
Uso quando quero pesquisar o histórico de conversas e não lembro qual comunicador estava usando
0 1123 posted 15 years ago by gpupo
modified from branflake2267's post at oooforum.org: http://www.oooforum.org/forum/viewtopic.phtml?t=52942 usage: Paste into the Standard.Module1 macro file. Then, create xls2csv bash script containing: #!/bin/bash file="$(readlink -...
0 3287 posted 15 years ago by softmechanics
This script pulls in files with [rsync](http://samba.anu.edu.au/rsync/), storing them locally with hardlinks for unchanged, and real files for changed -files. * KEY=$HOME/.ssh/id_dsa_passwdless -- an id_rtsa key without a password. --adding this t...
0 1448 posted 15 years ago by berkes
HSH is a cool haskell library that allows you to leverage your shell scripting prowess in haskell programs. In this simple broadcatcher, I use curl for http get, and other standard unix tools for tracking history (so we don't get the same file twice...
1 3562 posted 15 years ago by softmechanics
0 1662 posted 16 years ago by webonomic
This command will count the number of files in the given directory and sub-directories.
0 2646 posted 16 years ago by gdvickery