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

Change Password in linux

Change the Password by Linux Command Line First, we will see how a user can change his own password. For that, the passwd command is used followed by the username as shown in the following: passwd <username> First, the user is prompted to provide the current password. Once it is accepted, the user gives the new password. Change the Password for Another User Sudo allows an access as a super user after accepting the password for sudo....

October 2, 2022 · 1 min · 196 words · Me