Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created January 30, 2019 03:56
Show Gist options
  • Save ezirmusitua/d636bf3f56b5a4d6f8fdb272d7b40c96 to your computer and use it in GitHub Desktop.
Save ezirmusitua/d636bf3f56b5a4d6f8fdb272d7b40c96 to your computer and use it in GitHub Desktop.
[Set tty font] set tty console font #linux #font
# 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