Install the default kernel:
sudo apt install linux-generic- Find entrance from
/boot/grub/grub.cfg- Get the $menuentry_id_option:
| # Tested on Ubuntu 16.04 and X11, 2019 | |
| # 1. Download NVIDIA driver as a .run file | |
| # 2. Stop X-Server | |
| sudo service lightdm stop | |
| # 3. Blacklist Nouveau driver | |
| sudo nano /etc/modprobe.d/blacklist-nouveau.conf |
Replace your proxy hostname and port number instead of webcache.cs.bham.ac.uk:3128 below.
Set the following in your .bashrc file:
export HTTP_PROXY=http://webcache.cs.bham.ac.uk:3128
export HTTPS_PROXY=http://webcache.cs.bham.ac.uk:3128
export FTP_PROXY=http://webcache.cs.bham.ac.uk:3128