Install the default kernel:
sudo apt install linux-generic- Find entrance from
/boot/grub/grub.cfg- Get the $menuentry_id_option:
| function processBookingEmails() { | |
| // 1. Search for unread booking emails | |
| var threads = GmailApp.search('from:[email protected] is:unread'); // replace the sender email | |
| threads.forEach(function(thread) { | |
| var messages = thread.getMessages(); | |
| messages.forEach(function(message) { | |
| var body = message.getBody(); | |
| // 2. Find first link starting with http://www.sport.ed.ac.uk |
| #!/bin/bash | |
| # Open the crontab file for editing: | |
| # sudo crontab -e | |
| # Add the following line to the crontab file: | |
| # 0 0 * * * /dir/to/backupdir.sh --target_dir /dir/to/backups --n 24 | |
| TARGET_DIR="/media/yan" | |
| MAX_BACKUPS=1 |
| # 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