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
Category Archives: linux
TAR command
Sharecreate: tar -cvf mystuff.tar mystuff/ tar -czvf mystuff.tgz mystuff/ extracting: tar -xvf mystuff.tar tar -xzvf mystuff.tgz testing/viewing: tar -tvf mystuff.tar tar -tzvf mystuff.tgz Note that .tgz is the same thing as .tar.gz Tar “tars up” a bunch of files into … Continue reading
Posted in apache, linux, server, ssh
Tagged extracting file using tar, linux commands, ssh, ssh commands
Leave a comment
Error installing apache,php on windows vista
ShareI’ve done this before, I’ve installed it several times but how come this time it’s not working with the same settings that needed to be changed… a moment of confusion, annoyance and craziness flashed on my eyes. I’ve exerted every … Continue reading
linux cheat sheet
ShareClick on the image below to view the linux cheat sheet
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