0 07/03/2021
How To Add Google Fonts to Ubuntu/Debian Linux System
Download Google Fonts from: github.com Create a .fonts directory in home using the terminal and the command: mkdir ~/.fonts Unzip the contents of the downloaded file (approx....
Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in three editions: Desktop, Server, and Core for Internet of things devices and robots. All the editions can run on the computer alone, or in a virtual machine. Wikipedia
Find out more: ubuntu.com | github.com/ubuntu | twitter.com/ubuntu | canonical.com | facebook.com/ubuntulinux | linkedin.com/company/234280
0 07/03/2021
Download Google Fonts from: github.com Create a .fonts directory in home using the terminal and the command: mkdir ~/.fonts Unzip the contents of the downloaded file (approx....
0 07/03/2021
SWAP is virtual memory outside of installed physical memory (RAM). Check the system to see if SWAP information already exists: free -h sudo swapon --show Check free space on the...