Other forum posts about terminal apps have rekindled my interest virtual terminals. Some of the apps have been developed for quite a while and have a long usage history, but puppy, being a gui oriented single user OS, does not have a well configured environment for using these apps in a virtual terminal (without X).
Does ctrl-alt F2 bring up a login shell for you? if not
https://forum.puppylinux.com/viewtopic. ... etty#p8353 may be the place to start.
If you have your own bash configs kept at /root/.bashrc, and the prompt you see after you log in is different, your login shell may not be bash. simply type bash
at the prompt and you will drop into a new bash shell.
Make a copy of your /etc/inittab for safe keeping, and add some more ttys like so...
Code: Select all
::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:plogin
tty2::respawn:getty 38400 tty2
tty4::respawn:getty 38400 tty4
tty5::respawn:getty 38400 tty5
tty6::respawn:getty 38400 tty6
tty7::respawn:getty 38400 tty7
tty8::respawn:getty 38400 tty8
tty9::respawn:getty 38400 tty9
::ctrlaltdel:/sbin/reboot
In the above example, tty3 is skipped. On vanilladpup, tty3 is used by X, and ctrl-alt F3 recalls the X session.
console-setup apt install console-setup
found in the debian repos, can be used to reconfigure the fonts. It must be run in the virtual terminal after you log in. At the prompt, run dpkg-reconfigure console-setup
If you find something more to your liking, you can write the config to disk by running setupcon
at the prompt.
mouse support in a virtual terminal is possible with gpm, apt install gpm
It may have already been installed as a "dependency" if you have previously downloaded midnight commander apt install mc
or tilde apt install tilde