Linux Logo November 03, 2024 06:20PM |
Admin Registered: 13 years ago Posts: 19,102 |
apt-get install linuxlogo
/usr/bin/linuxlogo -a -s -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 -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.
_,met$$$$$gg. ,g$$$$$$$$$$$$$$$P. ,g$$P"" """Y$$.". ,$$P' `$$$. ',$$P ,ggs. `$$b: `d$$' ,$P"' . $$$ ,#. $$P d$' , $$P ##: :## :###: $$: $$. - ,d$$' ##' `## `#' $$; Y$b._ _,d$P' __ ## __ ## __ _ __ _ Y$$. `.`"Y$$$$P"' ,####:## ,######. ##.#####. :### ,######. ###.####: `$$b "-.__ ,##' `### ##: :## ###' `### ##' #: `## `###' `##: `Y$$b ## `## ## ## ##' `## ## ___,## ##: `## `Y$$. ## ## #######: ## ## ## .####### ##' ## `$$b. ## ## ##' ## ## ## ##' `## ## ## `Y$$b. ##. ,## ## ## ,## ## ## ## ## ## `"Y$b._ :#:._,### ##:__,## ##:__,##' ,##. ##.__:##. ## ## `"""" `:#### ### ######' `######' #### `#####"## ## ## Linux Version 6.11.4-kirkwood-tld-1, Compiled #1 PREEMPT Sat Oct 19 15:53:48 PDT 2024 by bodhi One 2GHz Marvell Feroceon 88FR131 Processor, 1.8GB RAM Uptime 7 days 21 hours 53 minutes Dell KACE M300 tldDebian6
Re: Linux Logo November 05, 2024 02:06PM |
Registered: 7 years ago Posts: 188 |
Re: Linux Logo November 05, 2024 02:16PM |
Admin Registered: 13 years ago Posts: 19,102 |
Re: Linux Logo November 05, 2024 06:00PM |
Admin Registered: 13 years ago Posts: 19,102 |
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: 9 years ago Posts: 465 |
_,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: 13 years ago Posts: 19,102 |