All Entries in the "Featured" Category
Basic Linux Commands | usefull for a webdeveloper
List Directory shell>ls Find a file or directory shell>find filename Edit a File shell>vi filename.txt Then file will be open, if you want to save that file then 1. press Esc 2. Type “:” (colon) 3. Type “wq” (w- write,q – quit) | Type “q!” (quit without save/write ) Mysql Prompt shell>mysql -u username [...]
How to create Virtual Hosts PHP | Apache ?
Focus Web Developer should have a requirement to work on various environment . Some projects are in plain php, some are in Framework like CodeIgniter, Symfony .. These all need different configuration and sometime need to use htaccess mode rewrite etc. Those need to be in root folder. We can access each project like http://accommodationcheap.oi [...]


