-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes
30 lines (24 loc) · 878 Bytes
/
notes
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
If loading boinc, consider linking /var/lib/boinc-client to somewhere on the
big disk.
Skype and Dropbox have to be downloaded by browsing to their
respective web sites. Remember to set whatever browser you use for this
purpose, to ask about download directory instead of defaulting to some place
you don't want it to.
You might want to touch /etc/hosts to point to anything in your network that has
a fixed local address (servers, routers, modems, etc.).
while read f
do
sudo debugfs $f -w -R "ssv max_mnt_count 1"
done <<!
/dev/sda6
/dev/sda8
/dev/sda9
/dev/sda5
!
https://ubuntuforums.org/showthread.php?t=2349421
cd
sudo apt purge ttf-mscorefonts-installer
path=http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts
path=$path/ttf-mscorefonts-installer_3.6_all.deb
wget $path -P ~/Downloads
sudo apt install ~/Downloads/ttf-mscorefonts-installer_3.6_all.deb