<?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>sebmeyer.de::blog &#187; Linux</title>
	<atom:link href="http://sebmeyer.de/index.php/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebmeyer.de</link>
	<description>computer.science &#38; other.stuff</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:50:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using the iPhone on Arch Linux</title>
		<link>http://sebmeyer.de/index.php/2010/04/22/using-the-iphone-on-arch-linux/</link>
		<comments>http://sebmeyer.de/index.php/2010/04/22/using-the-iphone-on-arch-linux/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 10:02:05 +0000</pubDate>
		<dc:creator>Archimedes</dc:creator>
				<category><![CDATA[open.source]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://sebmeyer.de/?p=242</guid>
		<description><![CDATA[As some of you know I have an iPhone 3G, though I am a linuxguy. Most people who have one know that it is a nice phone (that is, after jailbreaking of course ) and I&#8217;m really looking forward to the next generation (If it gets promicous mode for WiFi I will most probably try [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you know I have an iPhone 3G, though I am a linuxguy. Most people who have one know that it is a nice phone (that is, after jailbreaking of course <img src='http://sebmeyer.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) and I&#8217;m really looking forward to the next generation (If it gets promicous mode for WiFi I will most probably try to get one from my carrier). But of course, one huge problem with this device is being bound to Apples iTunes for syncing music, making backups,&#8230;</p>
<p>Well, ok, this was the big problem until recently, when usbmuxd was released. This neat daemon allows to access the iPhone, and with the help of libmobiledevice one can do most stuff required to get a usable device for linux. So, what is possible right now?</p>
<p>With a GUI you can do this:</p>
<p><strong>Syncing &amp; Play music: </strong>libgpod-git got support for the iPhone, so one can use gtkpod to upload and download it (but both gtkpod and gtkpod-git are sloooow) or rhythmbox if you just want to play your music (adding doesn&#8217;t seem to work).</p>
<p><strong>Moving the icons: </strong>With sbmanager you get a nice GUI to move arround the App icons on your device</p>
<p>Those functions are CLI only right now:</p>
<p><strong>Installing Apps: </strong>Using ideviceinstaller, you can create Backups of you Apps (including local data) and restore those files.</p>
<p><strong>Make &amp; restore backups: </strong>The idevicebackup tool allows you to create and restore backups of your devices data.</p>
<p><strong>Tunneling:</strong> Using iproxy you can create a local proxy server to allow your computer to access the internet</p>
<p><strong>Tethering:</strong> There is a kernel module that allows to use the iPhones Tethering function (if it is enabled in the iPhone Settings and your carrier allows this), so you can use it as a eth-Device (works fine with networkmanager, just plug&amp;play after installing the kernel module <img src='http://sebmeyer.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</p>
<p>What does not work yet? Well, I didn&#8217;t try to sync calendar/contacts/&#8230; stuff, but this is still in testing. Also, a GUI for the CLI stuff would be neat.</p>
<p>How can you get this on your Arch Linux? Quite easy, you just need to build some packages, here is what I installed/replaced with -git (order matters <img src='http://sebmeyer.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> )</p>
<p><a href="http://aur.archlinux.org/packages.php?ID=29923">usbmuxd</a> (<a href="http://aur.archlinux.org/packages/usbmuxd/usbmuxd.tar.gz">tar</a>)<br />
<a href="http://aur.archlinux.org/packages.php?ID=25627&amp;O=&amp;L=&amp;C=&amp;K=&amp;SB=&amp;SO=&amp;PP=&amp;do_Orphans=&amp;SeB=">libplist</a> (<a href="http://aur.archlinux.org/packages/libplist/libplist.tar.gz">tar</a>)<br />
<a href="http://aur.archlinux.org/packages.php?ID=34270">libimobiledevice</a> (<a href="http://aur.archlinux.org/packages/libimobiledevice/libimobiledevice.tar.gz">tar</a>)<br />
<a href="http://aur.archlinux.org/packages.php?ID=26724">ifuse</a> (<a href="http://aur.archlinux.org/packages/ifuse/ifuse.tar.gz">tar</a>)<br />
<a href="http://aur.archlinux.org/packages.php?ID=35919">sbmanager-git</a> (<a href="http://aur.archlinux.org/packages/sbmanager-git/sbmanager-git.tar.gz">tar</a>) [Change PKGBUILD on x86_64]<br />
<a href="http://aur.archlinux.org/packages.php?ID=35928">ideviceinstaller-git</a> (<a href="http://aur.archlinux.org/packages/ideviceinstaller-git/ideviceinstaller-git.tar.gz">tar</a>) [Change PKGBUILD on x86_64]<br />
<a href="http://aur.archlinux.org/packages.php?ID=32393">libgpod-git</a> (<a href="http://aur.archlinux.org/packages/libgpod-git/libgpod-git.tar.gz">tar</a>)<br />
<a href="http://aur.archlinux.org/packages.php?ID=32545">gtkpod-git</a> (<a href="http://aur.archlinux.org/packages/gtkpod-git/gtkpod-git.tar.gz">tar</a>) [not required, but has better performance than stock gtkpod, or use stock rhythmbox]<br />
<a href="http://aur.archlinux.org/packages.php?ID=36137">nautilus-ideviceinfo-git</a> (<a href="http://aur.archlinux.org/packages/nautilus-ideviceinfo-git/nautilus-ideviceinfo-git.tar.gz">tar</a>) [not sure yet]<br />
<a href="http://aur.archlinux.org/packages.php?ID=34953">ipheth-git</a> (<a href="http://aur.archlinux.org/packages/ipheth-git/ipheth-git.tar.gz">tar</a>)<br />
<a href="http://www.archlinux.org/packages/?q=gvfs">gvfs</a> [Rebuild for your architecture to automount the iPhone]</p>
<p>Even after rebooting everything works ok, but rhythmbox can&#8217;t move files onto the phone. If you want to use gvfs you have to restart the gvfs daemon by logging out and in again (or rebooting? not sure&#8230;).</p>
<p>A note to the Ubuntu Guys: I just plugged my iPhone into an unobserved Ubuntu 10.04 beta2 (thx Babsie), Ubuntu does everything but tethering  out of the box. Maybe I will give the upcoming release a try.</p>
<p>Have Fun with this</p>
]]></content:encoded>
			<wfw:commentRss>http://sebmeyer.de/index.php/2010/04/22/using-the-iphone-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux- und Windowslogin ohne gültiges Passwort</title>
		<link>http://sebmeyer.de/index.php/2009/07/04/linux-und-windowslogin-ohne-gultiges-passwort/</link>
		<comments>http://sebmeyer.de/index.php/2009/07/04/linux-und-windowslogin-ohne-gultiges-passwort/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 11:36:05 +0000</pubDate>
		<dc:creator>Archimedes</dc:creator>
				<category><![CDATA[hacking.tools]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sebmeyer.de/?p=171</guid>
		<description><![CDATA[Wenn man physikalischen Zugriff auf eine Maschine hat, kommt man ja bekanntlich immer irgendwie in das System rein. Der normale Weg ist ja, dass man einfach die Datei, in der das Passwort steht manipuliert. Das Problem daran ist, dass dadurch evtl. auch andere Passwörter verändert werden&#8230; Einen etwas anderen, imho cooleren Ansatz fährt Kon-Boot: Man [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man physikalischen Zugriff auf eine Maschine hat, kommt man ja bekanntlich immer irgendwie in das System rein. Der normale Weg ist ja, dass man einfach die Datei, in der das Passwort steht manipuliert. Das Problem daran ist, dass dadurch evtl. auch andere Passwörter verändert werden&#8230;</p>
<p><a href="http://www.piotrbania.com/all/kon-boot/" target="_blank">Einen etwas anderen, imho cooleren Ansatz fährt Kon-Boot</a>: Man lädt (entweder von Diskette oder CD) einen virtuellen Bootloader der den Kernel (egal ob Windows oder Linux &#8211; es ist ein 2 in 1 Tool <img src='http://sebmeyer.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ) im Speicher manipuliert und so den Login mit einem beliebigen Passwort erlaubt ohne, dass dabei irgendwas auf der Festplatte verändert werden muss.</p>
<p>Ich muss sagen: Richtig geiles Werkzeug (und es hat mir gerade den Tag gerettet, weil ich mal schnell an eine Windowskiste musste, deren Passwort ichvergessenhabe um daran weiter zu arbeiten&#8230; Also großes Danke an die Entwickler!!)</p>
<p>Sich gegen Missbrauch zu wehren ist eigentlich auch recht einfach: Booten von CD/Diskette im BIOS deaktivieren und ein BIOS Admin Passwort setzen. Dann muss jemand, der dieses oder ähnliche Werkzeuge missbraucht vorher den Rechner aufschrauben, was wesentlich auffälliger als nur eine Diskette oder CD im Laufwerk ist&#8230; 100% verhindern kann man solche Tools aber eigentlich nicht, ausser vielleicht mit einem Linuxkernel, der im RAM anders aussieht und nicht von der Heuristik gefunden werden kann (bis diese dann angepasst wird).</p>
<p>Gruß, Seb</p>
<p><strong>Wichtig</strong>: Immer dran denken, dass man sowas <strong>nur</strong> machen darf, <strong>wenn</strong> man dazu vom Besitzer des Computers <strong>authorisiert</strong> ist! Sollte eigentlich jeder wissen, aber ich sage es lieber nochmal dazu.</p>
]]></content:encoded>
			<wfw:commentRss>http://sebmeyer.de/index.php/2009/07/04/linux-und-windowslogin-ohne-gultiges-passwort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sabayon Linux 4.0&#8230;</title>
		<link>http://sebmeyer.de/index.php/2009/02/19/sabayon-linux-40/</link>
		<comments>http://sebmeyer.de/index.php/2009/02/19/sabayon-linux-40/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:50:25 +0000</pubDate>
		<dc:creator>Archimedes</dc:creator>
				<category><![CDATA[open.source]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sabayon]]></category>

		<guid isPermaLink="false">http://sebmeyer.de/?p=31</guid>
		<description><![CDATA[&#8230;ist die derzeit aktuelle Version des Gentoo Ablegers Sabayon, die aber im Gegensatz zu Gentoo ohne eigenes Kompilieren auskommt und seit gestern Nacht in der 64bit Version ihren Dienst auf meinem Laptop (ASUS A8JP mit Core2Duo und ATI X1700 GraKa) verrichtet. In diesem Artikel erzähle ich ein wenig was ich so davon halte, falls du [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;ist die derzeit aktuelle Version des <a href="http://www.gentoo.org" target="_blank">Gentoo</a> Ablegers <a href="http://www.sabayonlinux.org" target="_blank">Sabayon</a>, die aber im Gegensatz zu Gentoo ohne eigenes Kompilieren auskommt und seit gestern Nacht in der 64bit Version ihren Dienst auf meinem Laptop (ASUS A8JP mit Core2Duo und ATI X1700 GraKa) verrichtet.</p>
<p>In diesem Artikel erzähle ich ein wenig was ich so davon halte, falls du Sabayon Linux nicht oder kaum kennst kann ich dir eigentlich empfehlen den Artikel wenigstens kurz zu überfliegen. Solltest du Sabayon schon kennen/benutzen und wissen was equo ist, dann steht hier wohl nichts neues für dich. Ich möchte in dem Fall nur so viel sagen: Ich finde es in Ordnung. Es ist nicht mein geliebtes Gentoo (jaja, ich bin ein kleiner Fanboy, aber ich denke, ich bin noch halbwegs realistisch), aber definitiv mein neuer Ersatz für Ubuntu für meine schnellen Linuxinstallationen.  <a href="http://sebmeyer.de/index.php/2009/02/19/sabayon-linux-40/#more-31" class="more-link">(weiterlesen&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sebmeyer.de/index.php/2009/02/19/sabayon-linux-40/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
