-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLinux.txt
55 lines (27 loc) · 1.33 KB
/
Linux.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
/* -------------------------------------------------- */
Check Linux Version
/* -------------------------------------------------- */
> lsb_release -a
/* -------------------------------------------------- */
Improve Settings for Installing Software
/* -------------------------------------------------- */
Synaptic Package Manager
Consider recommended packages as dependencies
sudo sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends
/* -------------------------------------------------- */
Terminal - Disable Transparency
/* -------------------------------------------------- */
Profile Preferences
Colors > Use transparent background
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */