By editor, 27 July, 2016 fstab mount Examples Tags Server Linux Bind #Bind normal www dir and mysql dir to another directory /home/DATA/mysql/ /var/lib/mysql none bind /home/DATA/www/ /var/www none bind
By editor, 26 July, 2016 Internet access via Proxy Tags Server Linux Windows For the examples, IP = 192.168.100.100, Port=3128 Window
By editor, 19 July, 2016 Create a CIFS - SAMBA Network Share on Linux Tags Server Shell Samba Server Simple way to create a cifs on debian linux based systems via command line interface (CLI). 1. If not already insttalled, install SAMBA sudo apt-get update sudo apt-get install samba
By editor, 16 July, 2016 Install and Update Composer Tags Server Composer Linux Install Composer wget https://getcomposer.org/installer php installer unlink installer sudo mv composer.phar /usr/local/bin/composer.phar alias composer='/usr/local/bin/composer.phar'
By editor, 15 July, 2016 Install MAMP. Apache MySQL PHP on Mac Tags Server You can download and install MAMP from https://www.mamp.info/en/ (not tested)
By editor, 15 July, 2016 Install WAMP On Windows Tags Server Windows To install xAMP stack on windows, just download and install WAMP from http://www.wampserver.com/. See also how to install drush, git on windows.
By editor, 13 July, 2016 Mount and fstab on Linux Tags Server Linux Mount & Umount Mount is use to mount and unmount a disk temporally / or for the current session on Linux.
By editor, 9 July, 2016 Add PhpStorm icon To Linux ubuntu Menu Tags Linux Add Icon to the Desktop 1. Locate the PhpStorm and bin folder (Here : /Software/PhpStorm) 2. Create a file on the desktop named PhpStorm.desktop and write following datas
By editor, 6 July, 2016 Command Line Editors on Linux (vim & nano) Tags Linux Shell Vi - Vim Ccommand line editor's Usefull commands vim filename.txt (to create or open a file)
By editor, 6 July, 2016 Linux Apache Settings Tags Server Linux Start linux apache as another user 1.Change all www files owner to the new user sudo chown -R theusername:theusername /var/www