aboutsummaryrefslogtreecommitdiffstats
path: root/coin/pre-provisioning/qtci-linux-Ubuntu-20.04-x86_64/README_MANUAL_INSTALLATIONS
blob: 7501b3e3fb29f690aed0dbdbfacd79007982d61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
### Ubuntu 20.04 ###
Hard Disk: 1TB

Language: English (United States)
Time & Date: Etc/Coordinated Universal Time
Software Selection: Desktop image, minimal install

Language: English (US)
Typing: English (US)
Privacy: Location Services: OFF
Connect Your Online Accounts: Skip


# Configure Settings
 Notifications:
    * Notification Popups: OFF
    * Lock Screen Notifications: OFF
 Privacy:
    * Screen Lock: OFF
    * File History & Rubbish Bin:
       * File History: Off
    * Diagnostics:
       * Send error reports to Canonical: Never
 Power:
    * Blank screen: Never
    * Automatic suspend: Off
 Appearance:
    * Auto-hide the dock: Off
 Devices:
    * Displays: Resolution 1280 x 800
 Details:
    * Time Zone: UTC
       * run "sudo timedatectl set-timezone UTC"
    * Users: Automatic login on

 Software & Updates:
    * Updates:
       * Subscribed to: Security updates only
       * Automatically check for updates: Never
       * Notify me of a new Ubuntu version: Never

# Add user to sudoers
Add 'qt ALL=NOPASSWD: ALL' to /etc/sudoers.d/qt

Add 'GRUB_GFXMODE=1280x800' to /etc/default/grub
run 'sudo grub2-mkconfig'

# Install ssh server
run 'sudo apt install openssh-server'

# Disable firewall
run 'sudo ufw disable'

# Fetch and run coin-setup (in Opennebula)
Download http://coin/coin/binary/linux_amd64/coin-setup
run './coin-setup'

Reboot