-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathApps
executable file
·316 lines (307 loc) · 7.63 KB
/
Apps
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
*Guia de inicialização Ubuntu*
- 'Minimize on Click'
--------------------
1.
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Tema
--------------------
Yaru - Software Ubuntu
1.
sudo add-apt-repository ppa:communitheme/ppa
2.
sudo apt update
3.
sudo apt install ubuntu-communitheme-session
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Icones
--------------------
Suru
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Aplicativos
--------------------
Gnome Tweak Tool
1.
sudo apt install gnome-tweak-tool
3.
sudo apt install -f
--------------------
Chrome
1.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2.
sudo dpkg -i google-chrome-stable_current_amd64.deb
--------------------
Spotify
1.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
2.
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
3.
sudo apt update
4.
sudo apt install spotify-client
--------------------
Odio
1.
sudo snap install odio
2.
sudo apt update
3.
(https://snapcraft.io/odio)
--------------------
Sublime
1.
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
2.
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
3.
sudo apt update
4.
sudo apt install sublime-text
--------------------
Gimp
1.
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
2.
sudo apt update
3.
sudo apt install gimp
--------------------
MuseScore
1.
sudo add-apt-repository ppa:mscore-ubuntu/mscore3-stable
2.
sudo apt update
3.
sudo apt install musescore3
--------------------
--------------------
VLC
1.
sudo add-apt-repository ppa:videolan/master-daily
2.
sudo apt update
3.
sudo apt install vlc
--------------------
Google Earth Pro
(https://www.google.com/earth/download/gep/agree.html)
1.
wget -O google-earth64.deb http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
2.
sudo dpkg -i google-earth64.deb
3.
rm google-earth64.deb
--------------------
FileZilla
1.
sudo apt update
2.
sudo apt install filezilla
--------------------
Oracle VB
--------------------
Stacer
1.
sudo add-apt-repository ppa:oguzhaninan/stacer -y
2.
sudo apt update
3.
sudo apt install stacer -y
1.
wget https://github.com/oguzhaninan/Stacer/releases/download/v1.1.0/stacer_1.1.0_amd64.deb -O stacer.deb
2.
sudo dpkg -i stacer.deb
3.
sudo apt install -f
--------------------
Stellarium
1.
sudo add-apt-repository ppa:stellarium/stellarium-releases
2.
sudo apt update
3.
sudo apt install stellarium
--------------------
Git
1.
sudo apt install git
--------------------
XSane
--------------------
Ukuu
--------------------
Ubuntu Cleaner
--------------------
gparted
--------------------
Okular
--------------------
Skype
1.
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
2.
wget https://repo.skype.com/data/SKYPE-GPG-KEY
3.
sudo apt-key add SKYPE-GPG-KEY
4.
sudo apt install apt-transport-https
5.
sudo apt update
6.
sudo apt install skypeforlinux
--------------------
Rambox
--------------------
Franz
(https://meetfranz.com/#download)
--------------------
Synaptic
1.
sudo apt update
2.
sudo apt install synaptic
3.
ubuntu-restricted-extras
--------------------
UFW (Firewall)
1.
sudo apt install ufw
2.
sudo ufw enable
--------------------
RCLONE BROWSER
1.
sudo add-apt-repository ppa:nilarimogard/webupd8
2.
sudo apt update
3.
sudo apt install rclone-browser
--------------------
SciDAVis
1.
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/hpcoder1/xUbuntu_19.04/ /' > /etc/apt/sources.list.d/home:hpcoder1.list"
2.
wget -nv https://download.opensuse.org/repositories/home:hpcoder1/xUbuntu_19.04/Release.key -O Release.key
3.
sudo apt-key add - < Release.key
4.
sudo apt update
5.
sudo apt install scidavis
--------------------
TimeShift
1.
sudo add-apt-repository -y ppa:teejee2008/ppa
xkz1234*fl
2.
sudo apt update
3.
sudo apt install timeshift
(https://www.youtube.com/watch?v=tQY5IHOnK9E)
--------------------
LAMP
1. Apache
sudo apt install -y apache2
2.
sudo ufw app list
3.
sudo ufw allow in 'Apache Full'
sudo ufw allow in 'OpenSSH'
4. MySQL
sudo apt install -y mysql-server
5.
sudo mysql_secure_installation
y
2
'new password'
're-enter new password'
y
y
y
y
y
6. PHP
sudo apt install -y php libapache2-mod-php php-mysql
7.
sudo nano /etc/apache2/mods-enabled/dir.conf
8.
sudo systemctl restart apache2
sudo systemctl status apache2
9. PHPMyAdmin
sudo apt install -y phpmyadmin
apache2
sim
https://www.techsupportpk.com/2019/04/how-to-install-lamp-stack-ubuntu-1904.html
https://support.rackspace.com/how-to/install-mysql-server-on-the-ubuntu-operating-system/
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Extenções
--------------------
GNOME Shell Extensions
1.
//sudo apt install gnome-shell-extensions
2.
sudo apt install chrome-gnome-shell
--------------------
Coverflow alt-tab
CustomCorner
Dash to Dock
Desktop Icons
Dynamic panel transparency
//GSConnect
//native window placement
//netspeed
Openweather
refresh wifi connections
//removable drive menu
Sound Input & output deice chooser
suspend button
user themes
//Volume Mixer
WindowOverlay Icons
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Barra de Favoritos
--------------------
1. Arquivos
2. Chrome
3. Firefox
4. Spotify
5. Odio
6. Sublime
7. Musescore
8. Gimp
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Impressoras
--------------------
LSB
1.
sudo apt install lsb
--------------------
EPSON L375
1.
http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
- Fontes
--------------------
Fontes Microsoft
1.
sudo apt install ttf-mscorefonts-installer
--------------------
(https://raw.githubusercontent.com/hotice/webupd8/master/install-google-fonts)
----------------------------------------------------------------------------------------------------
- Local da pasta /home
1.
abrir local onde quer que seja a /home
2.
criar links
sudo ln -sr * ~/
https://linuxdicasesuporte.blogspot.com/2017/11/usando-mesma-particao-de-dados-para.html
----------------------------------------------------------------------------------------------------