Welcome To Snipplr
Everyone's Recent Snippets Tagged linux
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
The -l switch outputs only the names of files in which the text occurs (instead of each line containing the text), the -i switch ignores the case, and the -r descends into subdirectories.
0
884
posted 17 years ago by arunpjohny
Il suffit de créer une page PHP et y placer un phpinfo() ou si vous avez accès au serveur en ligne de commande (Putty, WinSCP, ...), vous pouvez tapez cette commande. Dans l'exemple, nous souhaitons savoir si l'extension openssl est présente et no...
0
873
posted 17 years ago by cyo
Good info here too: http://www.ilisys.com.au/support/linux-password-protect/
2
1731
posted 17 years ago by jonhenshaw
This will open up the 443 port in your firewall to TCP connections. Run as root.
0
673
posted 17 years ago by micmath
Change / to the root directory you wish to search in. Change -7 to +7 for files changed more than a week ago.
1
1357
posted 18 years ago by micmath
With the typical fork+exec method of spawning an application, you are left in the dark about failures in the exec. Once the fork occurs, the "main" process doesn't have any communication channel except waitpid, so it's hard to tell what happened....
1
935
posted 18 years ago by CUViper