-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreload.txt
79 lines (75 loc) · 2.9 KB
/
reload.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# ===============================================================
# chrome
# ===============================================================
sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb
sudo apt-get install -f
#run from Search/lock to launcher
#login as [email protected]/std
# ===============================================================
# system settings
# ===============================================================
Appearance->Behavior: Show the menus for a window (In the window's title bar)
[Enable workspaces]
Brightness & Lock: 10 minutes, 1 hour.
# ===============================================================
# terminal settings
# ===============================================================
Edit->Profile Preferences: Initial terminal size 100/50
# ===============================================================
# Facebook
# ===============================================================
waynelwarren/std
# ===============================================================
# thunderbird
# ===============================================================
Create new account: Email
Preferences: Display->Advanced (After displaying for 2147483 seconds
Open messages in: (A new message window)
Close message window/tab on move or delete
# apt-get
# ===============================================================
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y install tmux
sudo apt-get -y install htop
sudo apt-get -y install git
sudo apt-get -y install vim
sudo apt-get -y install default-jre
git config --global user.email "[email protected]"
git config --global user.name "Wayne Warren"
git config --global credential.username "waynelwarren"
git config --global push.default simple
sudo apt-get -y install openssh-server
# Microsoft fonts (for Morty)
sudo apt install ttf-mscorefonts-installer
(accept the agreement)
sudo fc-cache -vr
#docker
sudo apt-get -y install \
apt-transport-https \
ca-certificates \
curl \
software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
sudo apt-get update
sudo apt-get -y install docker-ce
sudo usermod -aG docker wayne
sudo apt-get -y install docker-compose
# RocksDB
sudo apt-get -y install libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev
# ===============================================================
# VS Code
# ===============================================================
wget -O vscode.deb https://go.microsoft.com/fwlink/?LinkID=760868
sudo dpkg -i vscode.deb
code
#install extension, ^P for extensions, search for cpptools.
# [install] [reload]
# lock to launcher