Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Tag Archives: linux
linux cheat sheet
Share Click on the image below to view the linux cheat sheet
linux command lines
ShareSome command lines I’ve learned from friends. du -bsx * | sort -n =Â will list folders/files along with it’s sizes and sorted asc ls -lst = will list files/folder with dates, modes or in details pwd = will show … Continue reading
Posted in anything under the moonlight, server
Tagged command line, linux, linux command lines, linux commands
Leave a comment
Linux / Unix rmdir command
ShareAbout rmdirDeletes a directory. Syntax rmdir [OPTION]… DIRECTORY… –ignore-fail-on-non-empty ignore each failure that is solely because a directory is non-empty. -p, –parents Remove DIRECTORY and its ancestors. E.g., `rmdir -p a/b/c’ is similar to `rmdir a/b/c a/b a’. -v, –verbose … Continue reading
scp server to server
ShareSOURCE: http://forums.serverbeach.com/archive/index.php/t-2202.html I’ve been looking for this reference and finally found it. Thanks for them who posted it on the link above. I’ll be trying this out Let’s begin and assume the following information: Server A is our host where … Continue reading