ubuntu_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu_notes [2019/01/26 12:12] – juckins | ubuntu_notes [2021/02/21 11:09] (current) – juckins | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Ubuntu Notes ==== | + | ==== VirtualBox running |
| - | [[http:// | + | |
| - | [[https:// | ||
| - | |||
| - | Release info: | ||
| - | < | ||
| - | lsb_release -a | ||
| - | </ | ||
| - | |||
| - | ---- | ||
| - | |||
| - | Ubuntu 18.04 LTS | ||
| - | * After initial login, change preferences in terminal and remove undesired favorites | ||
| - | * [[https:// | ||
| - | * Allow Virtualbox guest additions: | ||
| - | < | ||
| - | sudo apt-get update | ||
| - | sudo apt-get install build-essential gcc make perl | ||
| - | sudo apt-get install vim | ||
| - | sudo apt install gnome-software | ||
| - | sudo apt-get install openssh-server | ||
| - | reboot | ||
| - | </ | ||
| - | |||
| - | * [[https:// | ||
| - | * [[Install UniFi on Ubuntu|Install UniFi on Ubuntu]] | ||
| - | |||
| - | __26 Jan 2019__ | ||
| - | |||
| - | Logging into Desktop GUI only gives a blank screen: | ||
| - | * Tried updating VirtualBox Guest Additions to v5.2-5.2.24 but no change | ||
| - | * Tried updating packages using commands below | ||
| - | |||
| - | Use these commands to update packages, as it allows interactive use to answer questions: | ||
| - | < | ||
| - | sudo apt update | ||
| - | sudo apt upgrade | ||
| - | </ | ||
| - | |||
| - | Very slow using Ubuntu GUI now - check [[https:// | ||
| - | |||
| - | Installing mysql: | ||
| - | |||
| - | < | ||
| - | sudo apt install mysql-client-core-5.7 | ||
| - | sudo apt install mysql-server | ||
| - | sudo / | ||
| - | </ | ||
| - | |||
| - | Then login with this: | ||
| - | sudo mysql -u root -p | ||
| - | | ||
| - | See notes at [[https:// | ||
| - | |||
| - | Other SQL commands/ | ||
| - | |||
| - | |||
| - | CREATE USER ' | ||
| - | GRANT ALL PRIVILEGES ON *.* TO ' | ||
| - | CREATE DATABASE dbname; | ||
| - | SET PASSWORD FOR ' | ||
| - | ---- | ||
| - | |||
| - | Ubuntu 14.04.5 LTS Notes | ||
| * sudo apt-get install linux-headers-generic | * sudo apt-get install linux-headers-generic | ||
| * sudo apt-get install apache2 | * sudo apt-get install apache2 | ||
ubuntu_notes.1548522772.txt.gz · Last modified: by juckins
