tinytiger


Member since 07/06/2012

7 snippets

1837 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

tinytiger's Recent Snippets



« Prev 1 Next »
Using sed to recursively remove malicious code injection form .php files when the injected code follows the pattern <?php>
0 821 posted 11 years ago by tinytiger
How to automatically login with SSH. Also known as “key-based authorization with SSH” or simply “publickey authorization”.
0 639 posted 11 years ago by tinytiger
This function returns the trimmed bounding box of a bitmap which contains all non-transparent pixel which color values are higher than the specified treshold (default 0xFF333333 in ARGB notation).
0 739 posted 11 years ago by tinytiger
If you only want to show directories, replace "-type f" with "-type d".
0 677 posted 11 years ago by tinytiger
How to package a phonegap project for debug and run it on the connected device
0 766 posted 11 years ago by tinytiger
How to redirect stderr to stdout in bash
0 571 posted 11 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 581 posted 11 years ago by tinytiger
« Prev 1 Next »