How to change the Virtual Terminal font in Debian and Ubuntu easily.

To change the font in the Virtual Terminal in Debian or Ubuntu/Linux Mint, run this command. sudo dpkg-reconfigure console-setupsudo dpkg-reconfigure console-setup This lets you select the various character sets and fonts to customize your virtual terminal. jason@jason-desktop:~$ sudo dpkg-reconfigure console-setup [sudo] password for jason: Your console font configuration will be updated the next time your … Read more

The Linux console in danger of being killed in favor of a userspace option instead?

There are plans afoot to move the Virtual Terminal on Linux to userspace instead of it being a kernel level application. But the main strength of the Virtual Terminal is that it is very reliable and you can always rely on it when your Xorg installation has crashed with an error. This is why we … Read more