-
Notifications
You must be signed in to change notification settings - Fork 2
/
HOWTO-SETUP
39 lines (31 loc) · 1.11 KB
/
HOWTO-SETUP
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
apt-get install perl-tk libio-stty-perl
apt-get install ttf-mscorefonts-installer
# How to get fonts
http://downloads.sourceforge.net/corefonts/andale32.exe
http://downloads.sourceforge.net/corefonts/arial32.exe
http://downloads.sourceforge.net/corefonts/arialb32.exe
http://downloads.sourceforge.net/corefonts/comic32.exe
http://downloads.sourceforge.net/corefonts/courie32.exe
http://downloads.sourceforge.net/corefonts/georgi32.exe
http://downloads.sourceforge.net/corefonts/impact32.exe
http://downloads.sourceforge.net/corefonts/times32.exe
http://downloads.sourceforge.net/corefonts/trebuc32.exe
http://downloads.sourceforge.net/corefonts/verdan32.exe
http://downloads.sourceforge.net/corefonts/webdin32.exe
TMP=`mktemp -d`
cd $TMP
grep Url: /usr/share/package-data-downloads/ttf-mscorefonts-installer | awk '{print $2}' | xargs -n 1 wget
sudo /usr/lib/msttcorefonts/update-ms-fonts $TMP/*
cd -
rm -rf $TMP
###
mkdir ~/.fonts
cp /usr/share/fonts/truetype/msttcorefonts/* ~/.fonts
cd ~/.fonts
mkfontscale
mkfontdir
xset +fp $HOME/.fonts
###
apt-get purge modemmanager
screen /dev/ttyUSB0 19200
# add user to group dialout