Created
January 30, 2019 03:56
-
-
Save ezirmusitua/d636bf3f56b5a4d6f8fdb272d7b40c96 to your computer and use it in GitHub Desktop.
[Set tty font] set tty console font #linux #font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# list available fonts | |
ls /usr/share/kbd/consolefonts | |
# try font | |
setfont lat2-10 | |
# persist font | |
## vim /etc/vconsole.conf | |
FONT=lat2-10 | |
## :wq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment