|
Linux Logo November 03, 2024 06:20PM |
Admin Registered: 14 years ago Posts: 19,916 |
apt-get install linuxlogo
/usr/bin/linuxlogo -a -s -L 19 -F "#O Version #V, Compiled #C by bodhi\n #N #M #X #T Processor#S, #R RAM\n #U\n `dmesg | grep -i machine | cut -c40-120`\n #H"
/usr/bin/linuxlogo -a -s -L 19 -F "#O Version #V, Compiled #`uname -v` by bodhi\n #N #M #X #T Processor#S, #R RAM\n #U\n `dmesg | grep -i machine | cut -c40-120`\n #H"There is a know bug documented by the linuxlogo author: the OS_Revision (#C formatted string) got truncated to 40 chars. This is not long enough for a SMP PREEMPT kernel.
_sudZUZ#Z#XZo=_ DDDD EEEEEE BBBB IIIIII AAAA NN NN
_jmZZ2!!~---~!!X##wa DD DD EE BB BB II AA AA NNN NN
.<wdP~~ -!YZL, DD DD EEEEE BBBBB II AAAAAA NNNN NN
.mX2' _%aaa__ XZ[. DD DD EE BB BB II AA AA NN NNNN
oZ[ _jdXY!~?S#wa ]Xb; DDDD EEEEEE BBBBB IIIIII AA AA NN NN
_#e' .]X2( ~Xw| )XXc
..2Z` ]X[. xY| ]oZ(
..2#; )3k; _s!~ jXf` Linux Version 6.12.6-kirkwood-tld-1, Compiled #1 PREEMPT Thu Dec 19 14:57:30 PST 2024 by bodhi
1Z> -]Xb/ ~ __#2( One 1GHz Marvell Feroceon 88FR131 Processor, 256M RAM
-Zo; +!4ZwaaaauZZXY' Uptime 1 day 6 hours 13 minutes
*#[, ~-?!!!!!!-~ ZyXEL NSA310S
XUb;. tldPlug
)YXL,,
+3#bc,
-)SSL,,
~~~~~
|
Re: Linux Logo November 05, 2024 02:06PM |
Registered: 8 years ago Posts: 202 |
|
Re: Linux Logo November 05, 2024 02:16PM |
Admin Registered: 14 years ago Posts: 19,916 |
|
Re: Linux Logo November 05, 2024 06:00PM |
Admin Registered: 14 years ago Posts: 19,916 |
Quote
On a multi-CPU box use this command:
/usr/bin/linuxlogo -a -s -F "#O Version #V, Compiled #`uname -v` by bodhi\n #N #M #X #T Processor#S, #R RAM\n #U\n `dmesg | grep -i machine | cut -c40-120`\n #H"
There is a know bug documented by the linuxlogo author: the OS_Revision (#C formatted string) got truncated to 40 chars. This is not long enough for a SMP PREEMPT kernel.
|
Re: Linux Logo November 05, 2024 09:19PM |
Registered: 10 years ago Posts: 481 |
_,met$$$$$gg. rayk@Netgear-Stora
,g$$$$$$$$$$$$$$$P. ------------------
,g$$P" """Y$$.". OS: Debian GNU/Linux 11 (bullseye) armv5tel
,$$P' `$$$. Host: NETGEAR MS2000 / MS2110 aka Stora
',$$P ,ggs. `$$b: Kernel: 6.2.7-kirkwood-tld-1
`d$$' ,$P"' . $$$ Uptime: 66 days, 23 hours, 28 mins
$$P d$' , $$P Packages: 611 (dpkg)
$$: $$. - ,d$$' Shell: bash 5.1.4
$$; Y$b._ _,d$P' Terminal: /dev/pts/0
Y$$. `.`"Y$$$$P"' CPU: Marvell Kirkwood (Flattened Device Tree) (1)
`$$b "-.__ Memory: 31MiB / 107MiB
`Y$$
`Y$$.
`$$b.
`Y$$b.
`"Y$b._
`"""
|
Re: Linux Logo November 05, 2024 10:25PM |
Admin Registered: 14 years ago Posts: 19,916 |