<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ASCII-Art &#8211; Linux und Ich</title>
	<atom:link href="https://linuxundich.de/tag/ascii-art/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxundich.de</link>
	<description>Blog über Ubuntu, Linux, Android und IT</description>
	<lastBuildDate>Thu, 13 Mar 2025 12:26:26 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://linuxundich.de/wp-content/uploads/2025/04/cropped-lui-app-512-32x32.png</url>
	<title>ASCII-Art &#8211; Linux und Ich</title>
	<link>https://linuxundich.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Linux-Banner und einfache Sys-Stats in ASCII-Art mit Linuxlogo und Screenfetch</title>
		<link>https://linuxundich.de/gnu-linux/linux-banner-und-einfache-sys-stats-in-ascii-art-linuxlogo-screenfetch/</link>
					<comments>https://linuxundich.de/gnu-linux/linux-banner-und-einfache-sys-stats-in-ascii-art-linuxlogo-screenfetch/#comments</comments>
		
		<dc:creator><![CDATA[Christoph Langner]]></dc:creator>
		<pubDate>Fri, 14 Sep 2012 13:43:58 +0000</pubDate>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[asc]]></category>
		<category><![CDATA[ASCII-Art]]></category>
		<category><![CDATA[Linuxlogo]]></category>
		<category><![CDATA[Screenfetch]]></category>
		<category><![CDATA[Terminal]]></category>
		<guid isPermaLink="false">http://linuxundich.de/de/?p=20153</guid>

					<description><![CDATA[Wer sich des öfteren via SSH auf einem entfernten Rechner einloggt, der hat es ganz gerne dass sich der Rechner nicht nur mit einem blanken blinkenden Cursor meldet, sondern mit ein paar Informationen zum System und dessen Status. So kann man schnell erkennen, dass man sich aus Versehen auf einem falschen Rechner eingeloggt hat, oder [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wer sich des öfteren via SSH auf einem entfernten Rechner einloggt, der hat es ganz gerne dass sich der Rechner nicht nur mit einem blanken blinkenden Cursor meldet, sondern mit ein paar Informationen zum System und dessen Status. So kann man schnell erkennen, dass man sich aus Versehen auf einem falschen Rechner eingeloggt hat, oder dass etwas mit ihm nicht stimmt, außerdem sieht es einfach besser aus <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;"> In den Paketquellen von Ubuntu und auch im Netz habe ich mit Linuxlogo und Screenfetch zwei kleine ASCII-Art Zauberer entdeckt, die man in seine <em>~/.bashrc</em> einbauen kann.</p>
<p><span id="more-20153"></span></p>
<p>Linuxlogo ist die einfachste Variante, das Paket gibts schon ewig in den Paketquellen von Ubuntu oder Debian. Es liest ein paar System-Infos aus und packt diese zusammen mit den Distributions-Logo in ein bisschen ASCII-Art. Leider erkennt das Skript nicht automatisch das System, ihr müsst es dem Skript selber verklickern.</p>
<pre>$ sudo apt-get install linuxlogo  # Installieren
$ linuxlogo -L list               # Auflistung aller Logos
$ linuxlogo -L ubuntu</pre>
<p>Auf dem Screenshot könnt ihr sehen wie das ganze dann auf einem System aussieht, nicht wirklich aufregend. Allerdings könnt ihr das Ding eben aus den Paketquellen installieren. Viel interessanter ist da in meinen Augen das kleine Bash-Script <a href="https://github.com/KittyKatt/screenFetch" target="_blank" rel="noopener">Screenfetch</a>, das ihr euch allerdings von Hand auf den Rechner laden müsst.</p>
<figure id="attachment_20161" aria-describedby="caption-attachment-20161" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu.png"><img fetchpriority="high" decoding="async" class="td-modal-image wp-image-20161 size-medium" title="Linuxlogo gibt es in den Paketquellen von Ubuntu, erkennt aber nicht automatisch die Distro." src="https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-640x409.png" alt="" width="640" height="409" srcset="https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-640x409.png 640w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-657x420.png 657w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-681x436.png 681w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-250x160.png 250w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-550x352.png 550w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-281x180.png 281w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu-469x300.png 469w, https://linuxundich.de/wp-content/uploads/2012/09/linuxlogo_ubuntu.png 724w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-20161" class="wp-caption-text">Linuxlogo gibt es in den Paketquellen von Ubuntu, erkennt aber nicht automatisch die Distro.</figcaption></figure>
<p>Ladet euch dazu von Github das Script herunter, packt es bspw. nach /usr/local und macht es ausführbar. Abhängigkeiten hat es keine, es sollte eigentlich unter allen gängigen Linuxen funktionieren. Getestet habe ich es mit Ubuntu 12.04, 12.10 und Fedora 17. Zur Installation können bequeme Linuxer auch einfach die folgende Befehle in ein Terminalfenster übernehmen.</p>
<pre>$ wget http://git.silverirc.com/cgit.cgi/screenfetch-dev.git/plain/screenfetch-dev
$ sudo mv screenfetch-dev /usr/local/bin/screenfetch
$ sudo chmod +x /usr/local/bin/screenfetch
$ screenfetch</pre>
<p>Das Skript liest ein paar System-Infos wie die Uptime, den Kernel, das System oder auch die RAM-Auslastung aus und stellt die ermittelten Daten zusammen mit dem Distributions-Logo (das automatisch ermittelt wird) da. Funktioniert leider nicht mit allen Daten und der Informationsgehalt hält sich auch in Grenzen, sieht aber trotzdem ja ganz nett aus.</p>
<figure id="attachment_20159" aria-describedby="caption-attachment-20159" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora.png"><img decoding="async" class="td-modal-image wp-image-20159 size-medium" title="Screenfetch unter einem aktuellen Fedora 17." src="https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-640x429.png" alt="" width="640" height="429" srcset="https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-640x429.png 640w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-627x420.png 627w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-537x360.png 537w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-681x456.png 681w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-250x168.png 250w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-550x369.png 550w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-269x180.png 269w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora-448x300.png 448w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_fedora.png 737w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-20159" class="wp-caption-text">Screenfetch unter einem aktuellen Fedora 17.</figcaption></figure>
<figure id="attachment_20160" aria-describedby="caption-attachment-20160" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu.png"><img decoding="async" class="td-modal-image wp-image-20160 size-medium" title="Screenfetch sucht sich automatisch das passende Logo heraus." src="https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-640x409.png" alt="" width="640" height="409" srcset="https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-640x409.png 640w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-657x420.png 657w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-681x436.png 681w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-250x160.png 250w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-550x352.png 550w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-281x180.png 281w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu-469x300.png 469w, https://linuxundich.de/wp-content/uploads/2012/09/screenfetch_ubuntu.png 724w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-20160" class="wp-caption-text">Screenfetch sucht sich automatisch das passende Logo heraus.</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxundich.de/gnu-linux/linux-banner-und-einfache-sys-stats-in-ascii-art-linuxlogo-screenfetch/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Das ASCII-Art Demo BB</title>
		<link>https://linuxundich.de/gnu-linux/das-ascii-art-demo-bb/</link>
					<comments>https://linuxundich.de/gnu-linux/das-ascii-art-demo-bb/#comments</comments>
		
		<dc:creator><![CDATA[Christoph Langner]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 13:08:59 +0000</pubDate>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[aalib]]></category>
		<category><![CDATA[ASCII-Art]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[libcaca]]></category>
		<guid isPermaLink="false">http://linuxundich.de/de/?p=6736</guid>

					<description><![CDATA[YouTube featured gerade mit dem TEXTp-Modus einen recht guten und aufwändigen Aprilscherz. (Siehe YouTube-Blog oder googlewatchblog). YouTube führt damit einen &#8222;Textmodus&#8220; für Videos ein um Traffic einzusparen. Schaut euch mal ein paar Videos an, manche sehen wirklich nett aus. Passend dazu hat vor ein paar Tagen Produnis eine kleine Story über das ASCII-ART Demo BB [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>YouTube featured gerade mit dem <a href="http://www.youtube.com/watch?v=Q_xVXQCrPxQ&amp;feature=featured&amp;textp=fool" target="_blank" rel="noopener">TEXTp-Modus</a> einen recht guten und aufwändigen Aprilscherz. (Siehe <a href="http://youtube-global.blogspot.com/2010/03/textp-saves-youtube-bandwidth-money.html" target="_blank" rel="noopener">YouTube-Blog</a> oder <a href="http://www.googlewatchblog.de/2010/04/01/aprilscherz-7-youtube-videos-als-text/" target="_blank" rel="noopener">googlewatchblog</a>). YouTube führt damit einen &#8222;Textmodus&#8220; für Videos ein um Traffic einzusparen. Schaut euch mal ein paar Videos an, manche sehen wirklich nett aus.</p>
<figure id="attachment_6758" aria-describedby="caption-attachment-6758" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp.jpg"><img loading="lazy" decoding="async" class="wp-image-6758 size-medium" title="youtube_TEXTp" src="https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-640x429.jpg" alt="" width="640" height="429" srcset="https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-640x429.jpg 640w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-627x420.jpg 627w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-537x360.jpg 537w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-681x456.jpg 681w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-250x167.jpg 250w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-550x368.jpg 550w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-800x536.jpg 800w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-269x180.jpg 269w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-448x300.jpg 448w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp-747x500.jpg 747w, https://linuxundich.de/wp-content/uploads/2010/04/youtube_TEXTp.jpg 1069w" sizes="auto, (max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-6758" class="wp-caption-text">YouTube Aprilscherz TEXTp</figcaption></figure>
<p>Passend dazu hat vor ein paar Tagen <a href="http://www.produnis.de/blog/?p=1140" target="_blank" rel="noopener">Produnis</a> eine kleine Story über das ASCII-ART Demo BB gebracht. Ich bin nicht SO leicht zu beeindrucken, aber dass eine ASCII-Art Animation aus dem Jahre 1997 wirklich verdammt genial aussieht, dass hätte ich nicht gedacht. Die Demo BB basiert auf der <a href="http://aa-project.sourceforge.net/aalib/" target="_blank" rel="noopener">aalib</a> und lässt sich auf einem Debian-System direkt aus den Paketquellen installieren&#8230;</p>
<pre>$ sudo apt-get install bb
$ bb
</pre>
<p>Ihr könnt solche Videos auch prima selbst erstellen. Der mplayer beispielsweise kann ein Video direkt durch die aalib bzw. <a href="http://caca.zoy.org/" target="_blank" rel="noopener">libcaca</a> (für farbige Videos) jagen. Am Ende sieht das auf dem Desktop wie folgt aus. Erkennt Ihr das Video?</p>
<pre>$ mplayer -vo aa video.avi
$ mplayer -vo caca video.avi</pre>
<figure id="attachment_6759" aria-describedby="caption-attachment-6759" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata.jpg"><img loading="lazy" decoding="async" class="wp-image-6759 size-medium" title="mplayer mit libcaca" src="https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-640x456.jpg" alt="" width="640" height="456" srcset="https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-640x456.jpg 640w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-589x420.jpg 589w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-681x485.jpg 681w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-250x178.jpg 250w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-550x392.jpg 550w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-800x570.jpg 800w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-252x180.jpg 252w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-421x300.jpg 421w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-701x500.jpg 701w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-210x150.jpg 210w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata-400x285.jpg 400w, https://linuxundich.de/wp-content/uploads/2010/04/mplayer_libcata.jpg 829w" sizes="auto, (max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-6759" class="wp-caption-text">mplayer mit libcaca</figcaption></figure>
<p>Wer weitere Informationen zu ASCII-Art sucht, der sollte sich das <a href="http://wiki.ubuntuusers.de/ASCII-Art" target="_blank" rel="noopener">Wiki auf ubuntuusers.de zum Thema</a> ansehen und auch mal den Links am Ende <a href="http://de.wikipedia.org/wiki/ASCII-Art" target="_blank" rel="noopener">des Wikipedia Artikels ASCII-Art</a> folgen. Ach, wenn ich schon beim Thema bin&#8230; Google liebt wohl ASCII so sehr, dass sie ihr Logo umändern, wenn man danach sucht.</p>
<figure id="attachment_6762" aria-describedby="caption-attachment-6762" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2010/04/google_asciiart.png"><img loading="lazy" decoding="async" class="wp-image-6762 size-medium" title="Google liebt wohl ASCII-Art" src="https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-640x350.png" alt="" width="640" height="350" srcset="https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-640x350.png 640w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-768x420.png 768w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-681x373.png 681w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-250x137.png 250w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-550x301.png 550w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-800x438.png 800w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-329x180.png 329w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart-548x300.png 548w, https://linuxundich.de/wp-content/uploads/2010/04/google_asciiart.png 826w" sizes="auto, (max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-6762" class="wp-caption-text">Google liebt wohl ASCII-Art</figcaption></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxundich.de/gnu-linux/das-ascii-art-demo-bb/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
	</channel>
</rss>
