Big clock

Comments (in chronological order):

Reply to the article

Name:

Your comment:


Enter this:

Seán Mac said:...
# just a quick job
while true; do clear; figlet -c `date +%T`; sleep 1;done
2/27/2022 5:17
Anonymous said:...
If you need the font, it's not in every distro.
https://www.zap.org.au/projects/console-fonts-distributed/psftx-centos-7.5/drdos8x8.psfu

gzip it, change the source in the script to point to the psfu.gz

Great scripts bruxy. Much to learn about bash here.
1/12/2023 5:36
Anonymous said:...
I sometimes like to have system stats in terminal, not interfering with other operation - background this one
https://0x0.st/-Rtb.sh

You can also put system stats in the title bar of your xterm window
https://0x0.st/o7Wr.sh
1/12/2023 5:41