Zum Inhalt springen

Wenzlaff.de – Rund um die Programmierung

mit Java, Raspberry Pi, SDR, Linux, Arduino, Sicherheit, Krypto und Blockchain

  • Startseite
  • Raspberry Pi
  • Reisen
  • Mindmaps
  • Kontakt
  • Impressum
  • Datenschutzhinweis
Veröffentlicht am 17. Dezember 201818. November 2021 von Thomas Wenzlaff

System-Info mit ASCII-Art-Logo nach dem Login auf dem Raspberry Pi anzeigen mit linuxlogo (Version 5.11) und screenfetch (Version 3.6.8)

Wer nach dem Anmelden per SSH auf der Shell ein schönes Logo mit System-Infos sehen will wie z.B diese:

Dazu einmalig die Package installieren:

1
2
3
4
5
6
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linuxlogo screenfetch
 
# Ausgeben aller Möglichkeiten
linuxlogo -f -L list

Liefert dann die Liste

Testweise kann man dann die Logos mit

1
linuxlogo -f -L banner

ausgeben.

Oder wenn man einen zufälligen jedes mal haben will:

1
linuxlogo -f -L random_xy

Damit das Logo dann auch beim Login erscheint, habe ich es in der Datei /home/pi/.bashrc am Ende hinzugefügt:

1
2
# Logo nach dem Login
screenfetch

Dafür nimmt man die Sekunde Verzögerung beim Login gern in kauf 😉

Hier alle Parameter:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
screenfetch --help
Usage:
  /usr/bin/screenfetch [OPTIONAL FLAGS]
 
screenFetch - a CLI Bash script to show system/theme info in screenshots.
 
Supported GNU/Linux Distributions:
ALDOS, Alpine Linux, Amazon Linux, Antergos, Arch Linux (Old and Current
Logos), ArcoLinux, Artix Linux, blackPanther OS, BLAG, BunsenLabs, CentOS,
Chakra, Chapeau, Chrome OS, Chromium OS, CrunchBang, CRUX, Debian, Deepin,
DesaOS,Devuan, Dragora, elementary OS, EuroLinux, Evolve OS, Sulin, Exherbo,
Fedora, Frugalware, Fuduntu, Funtoo, Fux, Gentoo, gNewSense, Guix System,
Hyperbola GNU/Linux-libre, januslinux, Jiyuu Linux, Kali Linux, KaOS, KDE neon,
Kogaion, Korora, LinuxDeepin, Linux Mint, LMDE, Logos, Mageia,
Mandriva/Mandrake, Manjaro, Mer, Netrunner, NixOS, OBRevenge, openSUSE, OS
Elbrus, Oracle Linux, Parabola GNU/Linux-libre, Pardus, Parrot Security,
PCLinuxOS, PeppermintOS, Proxmox VE, PureOS, Qubes OS, Raspbian, Red Hat
Enterprise Linux, ROSA, Sabayon, SailfishOS, Scientific Linux, Siduction,
Slackware, Solus, Source Mage GNU/Linux, SparkyLinux, SteamOS, SUSE Linux
Enterprise, SwagArch, TinyCore, Trisquel, Ubuntu, Viperr, Void and Zorin OS and
EndeavourOS
 
Other Supported Systems:
Dragonfly/Free/Open/Net BSD, Haiku, Mac OS X, Windows+Cygwin and Windows+MSYS2.
 
Supported Desktop Managers:
KDE, GNOME, Unity, Xfce, LXDE, Cinnamon, MATE, Deepin, CDE, RazorQt and Trinity.
 
Supported Window Managers:
2bwm, 9wm, Awesome, Beryl, Blackbox, Cinnamon, chromeos-wm, Compiz, deepin-wm,
dminiwm, dwm, dtwm, E16, E17, echinus, Emerald, FluxBox, FLWM, FVWM,
herbstluftwm, howm, IceWM, KWin, Metacity, monsterwm, Musca, Gala, Mutter,
Muffin, Notion, OpenBox, PekWM, Ratpoison, Sawfish, ScrotWM, SpectrWM, StumpWM,
subtle, sway, TWin, WindowMaker, WMFS, wmii, Xfwm4, XMonad and i3.
 
Supported Information Displays:
distro host kernel uptime pkgs shell res de wm wmtheme gtk disk cpu gpu mem
 
Options:
   -v                 Verbose output.
   -o 'OPTIONS'       Allows for setting script variables on the
                      command line. Must be in the following format...
                      'OPTION1="OPTIONARG1";OPTION2="OPTIONARG2"'
   -d '+var;-var;var' Allows for setting what information is displayed
                      on the command line. You can add displays with +var,var. You
                      can delete displays with -var,var. Setting without + or - will
                      set display to that explicit combination. Add and delete statements
                      may be used in conjunction by placing a ; between them as so:
                      +var,var,var;-var,var. See above to find supported display names.
   -n                 Do not display ASCII distribution logo.
   -L                 Display ASCII distribution logo only.
   -N                 Strip all color from output.
   -w                 Wrap long lines.
   -t                 Truncate output based on terminal width (Experimental!).
   -p                 Portrait output.
   -s [-u IMGHOST]    Using this flag tells the script that you want it
                      to take a screenshot. Use the -u flag if you would like
                      to upload the screenshots to one of the pre-configured
                      locations. These include: teknik, imgur, mediacrush and hmp.
   -c string          You may change the outputted colors with -c. The format is
                      as follows: [0-9][0-9],[0-9][0-9]. The first argument controls the
                      ASCII logo colors and the label colors. The second argument
                      controls the colors of the information found. One argument may be
                      used without the other. For terminals supporting 256 colors argument
                      may also contain other terminal control codes for bold, underline etc.
                      separated by semicolon. For example -c "4;1,1;2" will produce bold
                      blue and dim red.
   -a 'PATH'          You can specify a custom ASCII art by passing the path
                      to a Bash script, defining `startline` and `fulloutput`
                      variables, and optionally `labelcolor` and `textcolor`.
                      See the `asciiText` function in the source code for more
                      information on the variables format.
   -S 'COMMAND'       Here you can specify a custom screenshot command for
                      the script to execute. Surrounding quotes are required.
   -D 'DISTRO'        Here you can specify your distribution for the script
                      to use. Surrounding quotes are required.
   -A 'DISTRO'        Here you can specify the distribution art that you want
                      displayed. This is for when you want your distro
                      detected but want to display a different logo.
   -E                 Suppress output of errors.
   -V, --version      Display current script version.
   -h, --help         Display this help.

Ähnliche Artikel:
  1. Penetrationstest: Sniffer tshark auf dem Raspberry nutzen
  2. Wie wird Truecrypt 7.1auf einem Raspberry Pi installiert?
  3. User Webseiten Sniffing mit tshark auf einem headless Raspberry Pi oder „Dump and analyze network traffic with tshark“
  4. Raspberry Pi: Sniffen mit TShark, aber nicht als root User
  5. Raspberry Pi: Wie kann der Kismet-Server sauber rauf und runter gefahren werden zum WarWalking (WarDriving)?
  6. Wie kann im NodeRED Covid-19 Dashboard die Skala für alle gleichzeitig gesetzt werden?
KategorienAnleitung, Debian, Linux, Raspberry Pi, Raspberry Pi Zero W, Tools Schlagwörterbanner, linux, Logo, systemstart, 藝術

Beitrags-Navigation

Vorheriger BeitragZurück Raspberry Pi: Um welche Uhrzeit wird immer der letzte Kaffee am Tag gekocht?
Nächster BeitragWeiter Build Pipeline mit YAML Script zum erzeugen eines *.deb Archives mit Maven und jdeb für Debian auf Raspberry Pi mit GitLab
Pursue Peace!

Powerful by FAITH!

Powerful By Faith!
Powerful By Faith!

Buy my a coffee Ethereum (ETH) :

0x829F9e57c29ab683E964c76160B7B0BaB2727dD2

Buy my a coffee Bitcoin (BTC) :

bc1qj4grttyhk2h5wqask3nku70e3qtycssz5kvw5l

Freut euch immer

Always rejoice

Die Liebe versagt nie!

Give Me Courage!

Neueste Beiträge

  • Wann fliegen in EDDV die meisten Flugzeuge?
  • Platz 4666 in Deutschland mit S920 Feed auf FR24
  • REST-Server mit statischen HTML Seiten bzw. Bildern in 5 Minuten erstellen
  • Flightradar24 feeder update auf 1.0.34-0
  • REST-Service absichern mit Helmet in 5 Minuten und 2 Zeilen Code
  • REST-Server in 5 Minunten erstellen mit Node.js and Express.js
  • Wie kann im MacOS Ventura im Finder eine leere Textdatei (txt) mit einem klick erstellt werden?
  • Auswertung des S920 Feed nach Flightradar24 aus HAJ bzw. EDDV
  • Blender 3.4.1 Quicktest
  • OBS Studio mit neuer Version 29.0.0 veröffentlicht
  • Mindmap Template: Ziele 2023
  • Twitter auch per Tor über Onion-Routing-Netzwerk (Darknet) erreichbar
  • Neue coole freeform App von Apple enthält sogar 2 Gehirne
  • Ziel 2023: Die ganze Bibel in einem Jahr lesen?
  • Kein Raspberry Pi 5 bzw. Raspberry Pi 6 in 2023
  • Blender 3.4 steht bereit
  • Eclipse 2022-12 mit Support für Java 19
  • Nach Elfmeterschießen mal die neue ArchUnit 1.0.1 testen
  • Planespotting trotz Internet offline
  • Planespotting mit USB-SDR und dem S920 – immerhin 502 Flugzeuge
  • BPMN 2.0 Camunda Modeler 5.5.1 Quicktest
  • Flightradar24 Feed auf S920 Debian amd64 einrichten
  • rtl_433 für den S920 selbst compilieren um Temperatursensoren und Luftruck von Autoreifen (TPMS) uä. auf 433,92 Mhz zu empfangen
  • Raspberry Pi Alternative Fujitsu s920 mit Node-Red im Docker einrichten mit Debian 11 amd64
  • Visual Studio Code 1.73.1 veröffentlicht
  • Passend zum #cryptocrash und #FTXInsolvenz ist heute eine neue Quarkus Version 2.14.0.Final released worden
  • Node-Red 2.2.2 im Docker auf einem Raspberry Pi 4 da 3.x.x auf Fehler läuft
  • Portainer 2.16 CE (Migrated from Angular to React…) auf Docker update auf dem Raspberry Pi 4
  • Ports 2.8.0 für macOS Ventura mit llvm-9.0 bug
  • port selfupdate auf Mac in Version 2.8.0 installieren und git mit Security-Fix
  • WhatsApp Messenger läuft weltweit weder in der App noch auf dem Desktop, der Grund …
  • UML und andere Diagramme mit Plantuml 1.1.25 mit Eclipse 2022-09 Plug-In oder Online erstellen
  • Stream Test mit BTC und ETH Adressen
  • JSON Web Token mit Java (JWT) erzeugen ist nicht schwer mit JJWT
  • Blender 3.3.1 LTS Quicktest mit Wave-Texture und Geometry-Nodes
  • Heute wurde die neue Git 2.38 Version veröffentlicht
  • Aktuelle Keycloak 19.0.2 Installation auf einem Raspberry Pi Zero W
  • Open JDK 17 auf einem Raspberry Pi Zero W installieren auf Bullseye Debian
  • Docker auf dem Raspberry Pi Zero in 15 Minuten
  • Zeitangabe in der History
  • Check der SD-Karte des Raspberry Pi im Read-Only Modus auf defekte Sektoren
  • Hakrawler ein schneller golang Web-Crawler auf dem Pi im Docker
  • Quicktest Eclipse 2022-09 zum Ethereum Merge
  • exa der moderne Ersatz für ls auf dem Pi und Linux Systeme
  • 5 Min Quicktest: Erste LTS Version von Blender 3.3
  • Quicktest mit Geometry Nodes in Blender 3.2.2
  • Yaml-Editor 1.9.0 Plugin für Eclipse 2022-06 installieren, dann klapt es auch mit yml-Dateien
  • Elliptische Kurve Curve25519 mit Java auf dem Raspberry Pi 4
  • Neue Version von Visual Studio 1.70
  • Wenzlaff.de von ca. 2 Millionen Besuchern (hits) auf …
  • Versionsverwaltung Git 2.37 mit Unerreichbare Objekte und Tidbits auch auf dem Raspberry Pi
  • In welcher Höhe fliegen im Moment die 9000 Flugzeuge in der Welt?
  • Nachhaltiges Gehäuse für den Raspberry Pi Zero
  • Clean Code Developer (und Software Craftsmanship)
  • Portainer 2.14 auf Pi 4: mit Kubernetes provisioning auf EKS, GKE, und AKS
  • Einfaches generieren von Software Bill of Materials (SBOM) mit Maven CycloneDX Plugin
  • Quicktest von Eclipse 2022-06 während #Cryptocrash
  • Quicktest: Neue Blender Version 3.2 und Vergleich jpg mit WebP
  • Das große Tank-Chaos: Benzinpreise mit NodeRed abfragenbe
  • Quicktest JUnit 5.9.0 M1 alles GRÜN
  • Zensus 2022 – Volkszählung
  • Portainer.io 2.13.1 veröffentlicht für Docker auf Pi
  • BIP39 oder „From mnemonic to seed“ oder 340 Undezillion 282 Dezillion 366 Nonmillion 920 Oktillion 938 Septillion 463 Sextillion 463 Quintillion 374 Billiarde 607 Billionen 431 Milliarden 768 Millionen 211 Tausend 456
  • MS Visual Studio Code mit neuer Version 1.67 verfügbar
  • Portainer update für Docker update auf dem Raspberry Pi 4
  • Nordbahn 09L/27R in HAJ (EDDV) für drei Wochen ab 2. Mai 2022 gesperrt
  • Report: 4 components have vulnerabilities, which is 10% of all components.
  • Wie können UML 2.0 Klassen-Diagramme mit Eclipse Plugin ObjectAid auch in Version 2022-03 erstellt werden?
  • Explorer Plug-In und Start Explorer für Eclipse Version: 2022-03 (4.23.0) installieren
  • Vergleich GraalVM nativ vs. herkömmlich mit Quarkus auf MacOS
  • Markdown to Mindmap mit markmap-cli auf Raspberry Pi
  • Brick Texture und Glossy BSDF für Blender Hintergründe
  • Versionsverwaltung Git 2.36 ist da, und es läuft auch auf dem Raspberry Pi (Zero) in ca. 1,5 Stunde selbst compiliert und gebaut
  • Fast 9000 (-747) Flugzeuge in der Luft bei Block Nr. 732443
  • Neues Gehäuse für die CO2-Ampel des Raspberry Pi’s soeben „geleert“ – Keep Calm and Carry On
  • Quicktest Blender 3.1.2 mit farbigen Erythrozyten Hintergrund mit Noice Texture
  • Wie kann in Eclipse 2022-03 das genaue Datum in der git History angezeigt werden?
  • Raspberry Pi Zero update und upgrade
  • Systeminfos auf einem Mac von der Kommandozeile mit system_profiler ausgeben
  • Neuer Toolbar Button für git Dateien in Eclipse 2022-03

Kategorien

Don’t Give Up!

© 1998 -2023 by Thomas Wenzlaff

www.wenzlaff.de

© 1998 -2023 by Thomas Wenzlaff

www.wenzlaff.de

RSS

  • Entries RSS