2020년 10월 15일 목요일

How to Install Windows Fonts on Ubuntu

 How to Install Windows Fonts on Ubuntu


    Environment
      PC1 :
        Device : x64
        OS : Windows10
      PC2 :
        Device : Odroid-HC2(or XU4)
        OS : Ubuntu-20.04





1. Upload Windows Truetype Fonts to Ubuntu


Compressed Fonts Files on Windows
> mkdir TTF
> cd TTF
> copy C:\Windows\Fonts\*.ttf .\TTF\
> copy C:\Windows\Fonts\*.ttc .\TTF\

Compress TTF Folder

Copy Compressed File to Ubuntu

2. Install Truetype Fonts on Ubuntu


$ unzip TTF.zip
$ sudo cp -R TTF /usr/share/fonts/truetype/
$ sudo fc-cache -v -f

How To Install Docker on Odroid-C2 (or ARM64)

How To Install Docker on Odroid-C2 (or ARM64) Environment Device : Odroid-C2 OS : Ubuntu-20.04 1. Install Dock...