Category: Servers
-
Ubuntu server network stops working after moving to another VMware host
Resolved by deleting:/etc/udev/rules.d/70-persistent-net.rules Restart machineThis will update the MAC address
-
Set up Ubuntu Web Server
Install LAMP (Linux-Apache-MySQL-PHP) Select the LAMP option during installation.orsudo tasksel install lamp-server default WWW root folder/var/www To restart apache:sudo /usr/sbin/apache2ctl restart Install PHPMyAdmin sudo aptitude install phpmyadminaddress: http://serverip/phpmyadmin/ If installation was successful, but browsing to the above address you are getting “Not Found” error, try to create a symbolic link phpmyadmin pointing to /usr/share/phpmyadmin your…