font.sh
· 198 B · Bash
Sin formato
# https://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console
sudo dpkg-reconfigure console-setup
# UTF-8
# Combined - Latin, ...
# Terminus
# Set Font Size
1 | # https://askubuntu.com/questions/173220/how-do-i-change-the-font-or-the-font-size-in-the-tty-console |
2 | |
3 | sudo dpkg-reconfigure console-setup |
4 | |
5 | # UTF-8 |
6 | # Combined - Latin, ... |
7 | # Terminus |
8 | # Set Font Size |