<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<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/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Linux &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Tue, 21 Nov 2023 10:12:02 +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://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>Linux &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/linux/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>wfinger &#8211; webfinger für die konsole</title>
		<link>https://notiz.blog/2010/10/05/wfinger-webfinger-fuer-die-konsole/</link>
					<comments>https://notiz.blog/2010/10/05/wfinger-webfinger-fuer-die-konsole/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:23:52 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[finger]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[WebFinger]]></category>
		<category><![CDATA[wfinger]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=3316</guid>

					<description><![CDATA[Webfinger ist ein relativ neues Web-Protokoll um Informationen über einen User anhand seiner E-Mail &#8211; Adresse zu erfragen (um z.B. auch Mail-Adressen zu einer OpenID zu machen). Der Name und die Idee stammt von einem &#8222;alten&#8220; Linux-Protokoll namens finger: Finger zeigt Informationen über einen bestimmten Benutzer auf einem lokalen System oder auf einem fernen Computer [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><a href="https://github.com/webfinger/">Webfinger</a> ist ein relativ neues Web-Protokoll um Informationen über einen User anhand seiner E-Mail &#8211; Adresse zu erfragen (um z.B. auch Mail-Adressen zu einer OpenID zu machen). Der Name und die Idee stammt von einem &#8222;alten&#8220; Linux-Protokoll namens <em><a href="https://de.wikipedia.org/wiki/Finger_%28Internetprotokoll%29">finger</a></em>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Finger zeigt Informationen über einen bestimmten Benutzer auf einem lokalen System oder auf einem fernen Computer an oder dient zur Feststellung der Verfügbarkeit eines bestimmten Hosts in IP-Netzwerken.</p><cite>Quelle: <a href="https://de.wikipedia.org/wiki/Finger_%28Internetprotokoll%29">Wikipedia</a></cite></blockquote>



<figure class="wp-block-image aligncenter"><img fetchpriority="high" decoding="async" width="480" height="276" sizes="(max-width: 520px) 100vw, 520px" src="https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18-480x276.jpg" alt="" class="wp-image-3319" srcset="https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18-480x276.jpg 480w, https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18.jpg 520w" /></figure>



<p>Damit diese beiden Protokolle nicht nur den Namen teilen, hat <a href="https://extechops.net/2010/wfinger/">Chuck Houpt</a> ein kleines Script geschrieben, mit dem sich Webfinger-Informationen auch über die Konsole abfragen lassen.</p>



<figure class="wp-block-image aligncenter"><img decoding="async" width="480" height="276" sizes="(max-width: 520px) 100vw, 520px" src="https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18-1-480x276.jpg" alt="" class="wp-image-3321" srcset="https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18-1-480x276.jpg 480w, https://notiz.blog/wp-content/uploads/2010/10/Terminal-—-bash-—-68×18-1.jpg 520w" /></figure>



<p>Braucht wahrscheinlich kein Mensch und ist trotzdem (oder vielleicht gerade deshalb) fantastisch!</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2010/10/05/wfinger-webfinger-fuer-die-konsole/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>XBMC-Media-Center direkt vom USB-Stick booten</title>
		<link>https://notiz.blog/2008/06/26/xbmc-media-center-direkt-vom-usb-stick-booten/</link>
					<comments>https://notiz.blog/2008/06/26/xbmc-media-center-direkt-vom-usb-stick-booten/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:03:36 +0000</pubDate>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[X-Box]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[XBMC Media Center]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=928</guid>

					<description><![CDATA[Quelle: lifehacker Lifehacker hat eine fantastische Anleitung veröffentlicht, mit der man die Linux-Version des XBMC-Media-Centers mit Hilfe von Ubuntu zu einem boot-fähigen LiveXBMC umbaut. [&#8230;] if you&#8217;ve got at least a 1 GB USB drive and a computer that can boot from it, you&#8217;re in luck. LiveXBMC, a blend of the XBMC and Ubuntu Linux, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/06/xbmc-laptop2-splash.jpg" alt="xbmc_laptop2_splash.JPG" /></figure>



<p><br/> Quelle: <a href="https://lifehacker.com/run-xbox-media-center-from-a-usb-drive-395212">lifehacker</a></p>



<p>Lifehacker hat eine <a href="https://lifehacker.com/run-xbox-media-center-from-a-usb-drive-395212">fantastische Anleitung</a> veröffentlicht, mit der man die <a href="https://kodi.wiki/view/Linux_development">Linux-Version des XBMC-Media-Centers</a> mit Hilfe von <a href="http://www.ubuntu.com/">Ubuntu</a> zu einem boot-fähigen <a href="https://sourceforge.net/project/shownotes.php?release_id=595043&amp;group_id=87054">LiveXBMC</a> umbaut.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>[&#8230;] if you&#8217;ve got at least a 1 GB USB drive and a computer that can boot from it, you&#8217;re in luck. LiveXBMC, a blend of the XBMC and Ubuntu Linux, lets you do all the same big-screen media playing, [&#8230;] and other media center goodness without installing a thing, but with saved settings.</p>
</blockquote>



<p>Großartig!</p>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/26/xbmc-media-center-direkt-vom-usb-stick-booten/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>XBMC Media Center</title>
		<link>https://notiz.blog/2008/02/13/xbmc-media-center/</link>
					<comments>https://notiz.blog/2008/02/13/xbmc-media-center/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:55:06 +0000</pubDate>
				<category><![CDATA[X-Box]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[XBMC Media Center]]></category>
		<category><![CDATA[XboxMediaCenter]]></category>
		<guid isPermaLink="false">http://notizblog.org/2008/02/13/xbmc-media-center/</guid>

					<description><![CDATA[Neuer Name, neue Domain, neues Design und neue Plattformen. Team XBMC hat sich entschlossen XBoxMediaCenter in XBMC Media Center umzubenennen, da XBMC neben der X-Box (XBMC for Xbox) jetzt auch für Linux (XBMC for Linux) und Mac OS X 10.5 (XBMC for Mac OS X) erhältlich sind. Neben dem Namen hat man auch noch die [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Neuer Name, neue Domain, neues Design und neue Plattformen.</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/02/xbmc-.jpg" alt="XBMC __.jpg" /></figure>



<p>Team <abbr title="XBMC Media Center">XBMC</abbr> hat sich entschlossen XBoxMediaCenter in XBMC Media Center umzubenennen, da XBMC neben der X-Box (XBMC for Xbox) jetzt auch für Linux (XBMC for Linux) und Mac OS X 10.5 (XBMC for Mac OS X) erhältlich sind.</p>



<p>Neben dem Namen hat man auch noch die komplette Homepage aufpoliert&#8230; das XBMC Media Center ist jetzt unter <a href="http://xbmc.org">XBMC.org</a> erreichbar und hat ein komplett neues Design bekommen.</p>



<p>Ich hoffe dass neben all dem Hype um den Linux- und Mac OS X-Port die X-Box nicht komplett vernachlässigt wird. Das Design und die neue Domain sind auf alle Fälle positiv und ich bin gespannt auf die Mac-Version 🙂</p>
<p>Hey there, RSS reader! You’re one of a special few, choosing this old-school yet awesome way of staying informed. Kudos!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/02/13/xbmc-media-center/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title></title>
		<link>https://notiz.blog/2006/11/19/linux-auf-der-playstation-3/</link>
					<comments>https://notiz.blog/2006/11/19/linux-auf-der-playstation-3/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 19 Nov 2006 14:19:18 +0000</pubDate>
				<category><![CDATA[nur mal kurz]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Playstation]]></category>
		<category><![CDATA[Sony]]></category>
		<guid isPermaLink="false">http://www.notizblog.org/2006/11/19/linux-auf-der-playstation-3/</guid>

					<description><![CDATA[Linux auf der Playstation 3. Und das tolle ist, die Playstation 3 ist nativ dafür ausgelegt und Sony selbst bietet sämtliche Tools zur installation. Nicht so ein geficke wie bei der X-Box. Vielleicht lass ich mich ja doch noch überzeugen eine zu kaufen 🙂]]></description>
										<content:encoded><![CDATA[
<p>Linux auf der Playstation 3. Und das tolle ist, die Playstation 3 ist nativ dafür ausgelegt und Sony selbst bietet sämtliche Tools zur installation. Nicht so ein geficke wie bei der <a href="https://web.archive.org/web/20090107175921/http://xbox-linux.org/">X-Box</a>. Vielleicht lass ich mich ja doch noch überzeugen eine zu kaufen 🙂</p>
<p>RSS readers like you are the secret sauce of the internet. Keep rocking and staying informed!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/11/19/linux-auf-der-playstation-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
