Category: Linux
Posted in Linux
UBUNTU SERVER RESOLVE HOST PROBLEM
The problem: Err:1 http://us.archive.ubuntu.com/ubuntu cosmic InRelease Could not resolve ‘us.archive.ubuntu.com’ Solution: /etc sudo nano resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 2001:4860:4860::8888 nameserver 2001:4860:4860::8844 Woala!…
Posted in Linux
Ubuntu Web Server from scratch, free web hosting LAMP, FTP, Webmin, PHPMyAdmin
admin March 20, 2017 Leave a Comment on Ubuntu Web Server from scratch, free web hosting LAMP, FTP, Webmin, PHPMyAdmin
Ubuntu Web Server from scratch, free web hosting LAMP, FTP, Webmin, PHPMyAdmin UBUNTU SERVER Ubuntu Web Server from scratch, free web hosting LAMP, FTP, Webmin,…