How to change tty virtual console font (Alt+Ctrl+F1) in ubuntu linux

TTY consoles(virtual consoles) are accessed by Ctrl+Alt+F1 or Ctrl+Alt+F2

1.
Type the following command in your regular terminal(gnome-terminal..etc) or the TTY console itself, to launch configuration menu for tty.

sudo dpkg-reconfigure console-setup

Read more »

Comments

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter