How to add Font

How to add font in arch linux first download font add in this directories As you can see, directories that are scanned for font files are declared using the tag. The following directories are set by default: cd /usr/share/fonts Generating and updating the fonts cache To make the directories where fonts are stored re-scanned, and the font cache be re-created (typically we want to do this after we install a new font), we can use the fc-cache utility....

November 13, 2022 · 1 min · 151 words · Me

How to push Git

Introduction GitHub is a cloud-hosted Git management tool. Git is distributed version control, meaning the entire repository and history lives wherever you put it. People tend to use GitHub in their business or development workflow as a managed hosting solution for backups of their repositories. GitHub takes this even further by letting you connect with coworkers, friends, organizations, and more. In this tutorial, you will learn how to take an existing project you are working on and push it, so it also exists on GitHub....

November 7, 2022 · 3 min · 597 words · Me