My Local Farm Website Creation

1. Get domain from namecheap (mylocalfarm.me)
2. Get hosting from digitalocean
3. Connect to console
  • log in etc (look at past journals to verify steps)
  • ssh root@<ip address> in console from digital ocean
  • ssh root@<ip address> from remote computer
4. install apache: sudo apt-get install apache2
5. install php:
    • sudo apt-get install php-mbstring php7.0-mbstring php-gettext 
      • sudo service apache2 restart
      6. adding a new user
      • useradd userName
      7.adding a new user password
      • passwd userName

      8. sign into the new user
      •  su -l newUser
      8. sign out of new user
      • exit
      9. add new user to sudoers group
      • sudo adduser userName sudo

      10. install fail2ban to avoid ddos attack
      • sudo apt-get install fail2ban 
      11.Okay so apparently this idea has already been made so im going to shift more into learning concepts and put this project on the back burner.  

      Comments

      Popular posts from this blog

      Intro to OpenFlow Tutorial with Ryu Controller

      Snap Assists on Ubuntu 16