-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Ubuntu
434 lines (306 loc) · 8.98 KB
/
Ubuntu
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
#########################
####DNS####
#########################
Wraeclast
--Fusl's OpenNIC Tier2 DNS Servers East Coast--
Newark
104.237.144.172
Atlanta
74.207.232.103
Orlando
104.245.39.112
104.237.144.172,74.207.232.103,104.245.39.112
#########################
####fstab Tweaks####
#########################
pkexec mousepad '/etc/fstab'
--ext4--
relatime,data=writeback,nobarrier,commit=60
#########################
####EnviromentVariable Tweaks####
#########################
pkexec mousepad '/etc/profile.d/custom.sh'
# Disable Vsync Globally
export vblank_mode=0
# VA-API-to-VDPAU (radeon)
export LIBVA_DRIVER_NAME=vdpau
#########################
####Custom Keyboard Shortcuts####
#########################
Master Password
java -jar /home/espionage724/Documents/masterpassword-gui.jar
Ctrl + Alt + Z
#########################
####mpv Setup####
#########################
mkdir ~/.config/mpv && gedit ~/.config/mpv/mpv.conf
mkdir ~/.config/mpv && mousepad ~/.config/mpv/mpv.conf
hwdec=vdpau
vo=opengl-hq
geometry=50%:50%
#########################
####PPAs####
#########################
---oibaf Graphics---
sudo add-apt-repository ppa:oibaf/graphics-drivers
---wine-staging---
sudo add-apt-repository ppa:pipelight/stable
---HandBrake Snapshots---
sudo apt-add-repository ppa:stebbins/handbrake-snapshots
#########################
####Liquorix Kernel####
#########################
pkexec mousepad '/etc/apt/sources.list.d/liquorix.list'
----
deb http://liquorix.net/debian sid main
deb-src http://liquorix.net/debian sid main
# Mirrors:
#
# Unit193 - France
# deb http://mirror.unit193.net/liquorix sid main
# deb-src http://mirror.unit193.net/liquorix sid main
----
sudo apt-get install apt-get install liquorix-keyring
sudo apt-get install linux-image-liquorix-amd64 linux-headers-liquorix-amd64
#########################
####Allow XOrg Gamma####
#########################
--Global (not needed on Xubuntu)--
sudo systemctl mask colord
#########################
####Graphics (Hammerstorm)####
#########################
pkexec mousepad '/usr/share/X11/xorg.conf.d/99-graphics.conf'
Section "Device"
Identifier "Southern Islands"
Driver "radeon"
Option "SwapBuffersWait" "false"
Option "DRI3" "true"
EndSection
Section "Monitor"
Identifier "DisplayPort-0"
Option "LeftOf" "HDMI-0"
Gamma 0.8
EndSection
Section "Monitor"
Identifier "HDMI-0"
Gamma 0.8
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-0"
Option "RightOf" "HDMI-0"
Gamma 0.8
EndSection
#########################
####Graphics (Spinecrack)####
#########################
pkexec mousepad '/usr/share/X11/xorg.conf.d/99-graphics.conf'
Section "Device"
Identifier "Northern Islands"
Driver "radeon"
Option "SwapBuffersWait" "false"
Option "DRI3" "true"
EndSection
Section "Monitor"
Identifier "eDP"
Gamma 0.8
EndSection
#########################
####Ubuntu Apps####
#########################
--Remove--
sudo apt-get purge xul-ext-ubufox*
--General--
sudo apt-get install aria2 android-tools-adb android-tools-fastboot mesa-vdpau-drivers mpv p7zip-rar mesa-utils handbrake vdpau-va-driver wine-staging-compat openjdk-8-jre mesa-opencl-icd libtxc-dxtn-s2tc0 mediainfo mat
--Xubuntu--
xfce4-sensors-plugin gnome-disk-utility gnome-system-monitor mediainfo-gui
--Ubuntu--
unity-tweak-tool
--Kubuntu--
krita
--Hatebeat + Piety--
openssh-server
#########################
####Thunar Custom Actions####
#########################
Media Info
Displays information about an audio or video file.
mediainfo-gui %f
[x] Use Startup Notification
Icon: mediainfo
File Pattern: *
Appears if selection contains: Audio Files, Video Files
#########################
####Firefox Settings####
#########################
--True--
media.fragmented-mp4.exposed
media.fragmented-mp4.ffmpeg.enabled
media.fragmented-mp4.gmp.enabled
media.mediasource.enabled
media.mediasource.webm.enabled
media.mediasource.ignore_codecs
privacy.trackingprotection.enabled
#########################
####Sensors####
#########################
sudo sensors-detect
--Hammerstorm--
pkexec mousepad '/etc/sensors.d/Hammerstorm'
chip "radeon-pci-0400"
label temp1 "GPU Core"
chip "k10temp-pci-00c3"
label temp1 "CPU Core"
chip "f71889a-isa-0480"
label temp1 "CPU Socket"
label temp3 "Motherboard"
--Spinecrack--
pkexec mousepad '/etc/sensors.d/Spinecrack'
chip "radeon-pci-0100"
label temp1 "dGPU Core"
chip "k10temp-pci-00c3"
label temp1 "APU"
#########################
####Bittorrent Blocklist####
#########################
http://ip2k.com/list.gz
#########################
####HOSTS####
#########################
- Do not use python script to replace HOSTS file (select no when asked)
wget https://github.com/StevenBlack/hosts/archive/master.zip && unzip 'master.zip' && cd 'hosts-master' && chmod +x 'updateHostsFile.py' && python 'updateHostsFile.py' && sudo cp 'hosts' '/etc/hosts' && rm -R ~/hosts-master ~/master.zip && cd ~
pkexec mousepad '/etc/hosts'
127.0.1.1 Hammerstorm
#########################
####Boot Stuff####
#########################
- Don't do elevator if using Liquorix; test if it defaults to bfq, else, set bfq
- Don't do GFXPAYLOAD with Liquorix; test if dm_crypt shows, else, do it
- UEFI shim part only needed on machines with UEFI installations + SecureBoot disabled
sudo apt-get purge shim shim-signed
sudo grub-install
pkexec mousepad '/etc/default/grub'
elevator=bfq rootflags=data=writeback nmi_watchdog=0 pcie_aspm=0
--Add and fix per-computer basis with UEFI--
GRUB_GFXPAYLOAD_LINUX="1600x900"
--Add on Doom--
video=LVDS-0:d
sudo update-grub
#########################
####DeaDBeeF####
#########################
%f = Filename no Path
%F = Filename + Path
Only configure OSD plugin
#########################
####Java Certificate Fix####
#########################
- May not need 2nd command
sudo update-ca-certificates -f
#########################
####Disable Apport####
#########################
pkexec mousepad '/etc/default/apport'
enabled=0
sudo service apport stop
#########################
####Icons####
#########################
~/.local/share/icons/hicolor/
#########################
####Shortcuts####
#########################
~/.local/share/applications
#########################
####Wine Stuff####
#########################
rm '/home/espionage724/Wine Prefixes/EyeQ/drive_c/users/Public/Start Menu/Programs/StartUp/MiniEYE-MiniREAD Launch.lnk'
#########################
####systemd NAS Mount####
#########################
- Needed for Kodi standalone setups
sudo mkdir '/run/media'
sudo mkdir '/run/media/NAS'
sudo nano '/etc/systemd/system/run-media-NAS.mount'
--------------
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.1.157/Espionage724/Media
Where=/run/media/NAS
Options=username=Espionage724,password=CHANGE,rw
Type=cifs
[Install]
WantedBy=multi-user.target
--------------
sudo systemctl enable run-media-NAS.mount
####################################################################################################
################Deprecated################
####################################################################################################
#########################
####PPAs####
#########################
---Kubuntu Backports---
sudo add-apt-repository ppa:kubuntu-ppa/backports
#########################
####Reset Unity/Compiz####
#########################
gconftool-2 –recursive-unset /apps/compiz-1
#########################
####Useful Enviroment Variables####
#########################
WINEDEBUG=-all
vblank_mode=0
#########################
####StepMania Compile####
#########################
sudo apt-get install libpng-dev libxrandr-dev libjpeg-dev libbz2-dev libvorbis-dev libmad0-dev libglew-dev libgtk2.0-dev libpulse-dev
#########################
####Ubuntu Apps####
#########################
sudo apt-get purge libreoffice* empathy*
#########################
####Kill Chrome####
#########################
pkill chrome
#########################
####Heretic FTP####
#########################
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/certs/vsftpd.pem -out /etc/ssl/certs/vsftpd.pem
pkexec mousepad /etc/vsftpd.conf
rsa_cert_file=/etc/ssl/certs/vsftpd.pem
rsa_private_key_file=/etc/ssl/certs/vsftpd.pem
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=YES
ssl_sslv3=YES
#########################
####Ubuntu pkexex Fixes####
#########################
--Nautilus--
wget https://raw.githubusercontent.com/hotice/webupd8/master/org.gnome.nautilus.policy -O /tmp/org.gnome.nautilus.policy
sudo cp /tmp/org.gnome.nautilus.policy /usr/share/polkit-1/actions/
#########################
####DNS####
#########################
OpenNIC: 75.127.14.107,104.237.144.172
PIA: 209.222.18.222,209.222.18.218
--Possible Wine Fix--
p11-kit:i386 p11-kit-modules:i386 libp11-kit-gnome-keyring:i386
#########################
####Ubuntu Apps####
#########################
--Test--
winbind
--Heretic--
cifs-utils
--Extras--
openarena synaptic steam
####END####