Profile
Achievement
tinytiger's Recent SnippetsTagged Bash
- All /
« Prev 1 Next »
Using sed to recursively remove malicious code injection form .php files when the injected code follows the pattern <?php>
0
1059
posted 12 years ago by tinytiger
How to automatically login with SSH. Also known as “key-based authorization with SSH†or simply “publickey authorizationâ€.
0
845
posted 12 years ago by tinytiger
If you only want to show directories, replace "-type f" with "-type d".
0
908
posted 12 years ago by tinytiger
A fast way to delete many files without getting an 'Argument list too long' error as wold be the case with 'rm'.
0
778
posted 12 years ago by tinytiger