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, 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
By editor, 3 July, 2016 Set file Permissions on Linux and ACL Tags Server Shell Linux Using chmod, chown chgrp Change File / Directories permissions. chmod 0777 . -R # chmod g+s /var/www # chmod +x *.sh # Change File / Folder Owner. chown www-data:www-data -R . Change File / Directories Group.
By nuwantha, 2 July, 2016 Install PHP 5 (5.4, 5.5, 5.6) and PHP 7 on Linux Tags Server Shell PHP Via PPA Install PHP 5.4 On linux (Debian, Ubuntu, Mint ...) sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php5-oldstable sudo apt-get update sudo apt-get install -y php5
By editor, 1 July, 2016 Install LAMP On Debian based Linux Tags Linux Shell Server Install Apache 2 server sudo apt-get install apache2 #Test Apache 2 #Open : http://localhost/