Category Archives: command line of linux

ubuntu command line for apache

Update your system: sudo apt-get update && sudo apt-get upgrade =-=-=-=-=-=-=-=-=-=-=- remove LAMP sudo apt-get purge mysql-server apache2 php5 ==-=-=-=-=-=-=-=-=-=-=- fully manage your lamp Server database, install phpmyadmin sudo apt-get install phpmyadmin =-=-=-=-=-=-=-=-=-=-=-= Install Apache sudo apt-get install apache2 apache2-doc … Continue reading

Posted in command line of linux, ubuntu | Comments Off on ubuntu command line for apache

scp included TimeStamp/Permission

scp -rvp scp -rvp root@SourceServer:/var/www/html/* root@destinationServer:/var/www/html/

Posted in command line of linux | Comments Off on scp included TimeStamp/Permission