Search notes:

Shell command: setfont

setfont loads an EGA/VGA console font into the EGA/VGA character generator.
setfont lat9w-16
https://lampjs.wordpress.com/2014/09/01/arch-linux-easy-install-with-with-windows-dual-boot-for-beginners/comment-page-1/

some fonts

setfont alt-8x8              #  A really small font
setfont cp850-8x8            #  Another small font
setfont drdos8x6             #  An even smaller font
setfont Lat2-Terminus16      #  A very beautiful font
setfont gr928-8x16-thin      #  A thin font
setfont cybercafe            #  A futuristic font
setfont gr737b-9x16-medieval #  A medieval font
setfont iso02-12x22          #  

Iterating over fonts

for font in $(find /usr/share/kbd -type f); do
  font=$(basename $font .gz  )
  font=$(basename $font .uni )
  font=$(basename $font .psfu)
  if setfont $font 2>/dev/null; then
     clear
     echo setfont $font;
     sleep 1
  fi
done

See also

/usr/share/kbd/consolefonts
Fonts on Linux, /usr/share/kbd/consolefonts
Shell commands

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758200476, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/commands/setfont(72): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78