<?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>Notizblog &#187; gnome</title>
	<atom:link href="http://blog.derschwarz.de/index.php/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derschwarz.de</link>
	<description>Widerstand ist zwecklos</description>
	<lastBuildDate>Sun, 31 Oct 2010 14:51:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ordner mit Datum (2)</title>
		<link>http://blog.derschwarz.de/index.php/2009/06/18/ordner-mit-datum-2/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/06/18/ordner-mit-datum-2/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:46:45 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[script. linux. anacron. mkdir]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=515</guid>
		<description><![CDATA[Ich habe mein einfache Ordner mit Datum Script noch etwas erweitert. Das Script erstellt in einem einstellbaren Verzeichnis einen Ordner mit dem aktuellen Datum, zusätzlich wird ein Gnome Lesezeichen für diesen neuen Ordner erstellt. Zuvor werden leere Ordner in dem Verzeichnis gelöscht.  ebenfalls wird das alte Lesezeichen entfernt. Download tmpheute_2.sh Jetzt muss man das Script [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe mein einfache <a href="http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/">Ordner mit Datum</a> Script noch etwas erweitert.</p>
<p><a href="http://blog.derschwarz.de/wp-content/uploads/2009/06/ordnermitdatum.png" rel="lightbox[515]"><img class="alignleft size-thumbnail wp-image-516" title="ordnermitdatum" src="http://blog.derschwarz.de/wp-content/uploads/2009/06/ordnermitdatum-150x150.png" alt="ordnermitdatum" width="150" height="150" /></a></p>
<p>Das Script erstellt in einem einstellbaren Verzeichnis einen Ordner mit dem aktuellen Datum, zusätzlich wird ein Gnome Lesezeichen für diesen neuen Ordner erstellt.<br />
Zuvor werden leere Ordner in dem Verzeichnis gelöscht.  ebenfalls wird das alte Lesezeichen entfernt.</p>
<p>Download <a href="http://blog.derschwarz.de/wp-content/uploads/2009/06/tmpheute_2.sh">tmpheute_2.sh</a></p>
<p>Jetzt muss man das Script nur noch täglich starten lassen, bei mit geschieht die derzeit über einen <a href="http://forum.ubuntuusers.de/topic/wie-genau-funktioniert-anacron/?#post-1485430">user anacron</a> job.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/06/18/ordner-mit-datum-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PATH unter Ubuntu exportieren</title>
		<link>http://blog.derschwarz.de/index.php/2009/05/01/path-unter-ubuntu-exportieren/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/05/01/path-unter-ubuntu-exportieren/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:52:05 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=464</guid>
		<description><![CDATA[Möchte man bei Ubuntu die PATH Variable für einen Benutzer erweitern, so muss man dies in zwei Schritten durchführen. Die Datei ~/.bash_profile um folgende Zeile erweitern (den neuen Path natürlich anpassen). PATH=$PATH:~/.bin Im Gnome Terminal muss man jetzt noch die Login Shell aktivieren. Kontextmenü &#124; Profile &#124; Profileinstellungen &#124; Titel und Befehl > Befehle als [...]]]></description>
			<content:encoded><![CDATA[<p>Möchte man bei Ubuntu die PATH Variable für einen Benutzer erweitern, so muss man dies in zwei Schritten durchführen.</p>
<p>Die Datei <code>~/.bash_profile</code> um folgende Zeile erweitern (den neuen Path natürlich anpassen).</p>
<blockquote><p><code>PATH=$PATH:~/.bin</code></p></blockquote>
<p>Im Gnome Terminal muss man jetzt noch die Login Shell aktivieren.<br />
Kontextmenü | Profile | Profileinstellungen | Titel und Befehl > Befehle als Login-Shell starten</p>
<p>Mit <code>echo $PATH</code>  lässt sich das Ergebnis überprüfen.</p>
<p>P.S Für sudo wird diese Änderung nicht übernommen, und ist auch nicht so ohne weiteres möglich <a href="http://forum.ubuntuusers.de/topic/path-und-die-ubuntu-nicht-login-shell/#post-336371">[1]</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/05/01/path-unter-ubuntu-exportieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ordner mit Datum</title>
		<link>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 15:54:53 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=448</guid>
		<description><![CDATA[Mit folgendem Linux Einzeiler lässt sich ein Ordner mit dem aktuellen Datum anlegen [1] mkdir $(date +%Y%m%d) Das ganze in ein Script verpackt und in den Nautilus Scriptordner verschoben (/home/BENUTZERNAME/.gnome2/nautilus-scripts/) #!/bin/sh mkdir $(date +%Y%m%d) lässt sich komfortabel aus dem Kontextmenü ein Ordner mit dem aktuellen Datum erstellen.]]></description>
			<content:encoded><![CDATA[<p>Mit folgendem Linux Einzeiler lässt sich ein Ordner mit dem aktuellen Datum anlegen <a href="http://www.commandlinefu.com/commands/view/1993/create-directory-named-after-current-date" target="_blank">[1]</a></p>
<blockquote><p><code>mkdir $(date +%Y%m%d)</code></p></blockquote>
<p>Das ganze in ein Script verpackt und in den <a href="http://wiki.ubuntuusers.de/Nautilus_Skripte">Nautilus Scriptordner</a> verschoben (/home/BENUTZERNAME/.gnome2/nautilus-scripts/)</p>
<blockquote><p><code>#!/bin/sh<br />
mkdir $(date +%Y%m%d)</code></p></blockquote>
<p>lässt sich komfortabel aus dem Kontextmenü ein Ordner mit dem aktuellen Datum erstellen.<br />
<a href="http://blog.derschwarz.de/wp-content/uploads/2009/04/ordnermitdatum.png" rel="lightbox[448]"><img class="alignnone size-thumbnail wp-image-450" title="ordnermitdatum" src="http://blog.derschwarz.de/wp-content/uploads/2009/04/ordnermitdatum-150x150.png" alt="ordnermitdatum" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/04/25/ordner-mit-datum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eine Eieruhr für Gnome</title>
		<link>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/</link>
		<comments>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 17:05:57 +0000</pubDate>
		<dc:creator>van</dc:creator>
				<category><![CDATA[Technik]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.derschwarz.de/?p=269</guid>
		<description><![CDATA[Wenn man mal schnell einen kleinen Erinnerungsdienst benötigt, in der Form in 32 Minuten zum Bahnhof fahren Dann kann ich das Timer Applet für Gnome empfehlen. Installation (Ubuntu 8.10): sudo apt-get install timer-applet Einmal kurz aus- und wieder einloggen Und zum Gnome.Panel die Stoppuhr hinzufügen]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-271 alignnone" title="timer-applet" src="http://blog.derschwarz.de/wp-content/uploads/2009/03/timer-applet.png" alt="timer-applet" width="344" height="99" /></p>
<p>Wenn man mal schnell einen kleinen Erinnerungsdienst benötigt, in der Form</p>
<blockquote><p>in 32 Minuten zum Bahnhof fahren</p></blockquote>
<p>Dann kann ich das <a href="http://timerapplet.sourceforge.net/">Timer Applet</a> für Gnome empfehlen.</p>
<p><strong>Installation (Ubuntu 8.10):</strong><br />
<code>sudo apt-get install timer-applet</code><br />
Einmal kurz aus- und wieder einloggen<br />
Und zum <a href="http://wiki.ubuntuusers.de/GNOME_Panel">Gnome.Panel</a> die Stoppuhr hinzufügen</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.derschwarz.de/index.php/2009/03/21/eine-eieruhr-fur-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

