debian8

  1. luckyhemanth

    Tutorial First things to do after getting a VPS (Debian 8) part 2

    Installing ssl certificates is important to get urself a green lock :P -> login to ssh as root ->type the following commands in the same order.. 1) apt-get install sudo 2) echo 'deb http://ftp.debian.org/debian jessie-backports main' | sudo tee /etc/apt/sources.list.d/backports.list 3) sudo...
  2. luckyhemanth

    Tutorial First things to do after getting a VPS (Debian 8) part 1

    1) Install Linux, Apache, MySQL, PHP & phpmyadmin (LAMP) 2)Install SSL Certificates. 3)Clearing cache NOW CLEAR EXPLANATION: 1)apt-get install sudo 2)sudo aptitude update 3)sudo aptitude safe-upgrade 4)sudo aptitude install apache2 apache2-doc 5)sudo aptitude install mysql-server php5-mysql...
Top