<?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>he1ix&#039; blog</title>
	<atom:link href="http://www.he1ix.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.he1ix.org</link>
	<description>my 2 cents</description>
	<lastBuildDate>Tue, 27 Mar 2012 16:39:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>installing CP2 on ubuntu 11.10</title>
		<link>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-11-10/</link>
		<comments>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-11-10/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 16:39:28 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[cell profiler]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=882</guid>
		<description><![CDATA[	slightly different than for 10.10:

	python-stuff:


sudo aptitude install cython python-numpy python-scipy \
    python-setuptools python-matplotlib python-wxgtk2.8 python-decorator \
    python-mysqldb python-nose python-dev python-h5py


	java:


sudo aptitude install  openjdk-6-jdk openjdk-6-jre 
export JAVA_HOME='/usr/lib/jvm/java-6-openjdk'
export LD_LIBRARY_PATH='/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server'


	Cell Profiler:


git clone https://github.com/CellProfiler/CellProfiler.git
cd CellProfiler/


	run it:


python ./CellProfiler.py


]]></description>
			<content:encoded><![CDATA[	<p>slightly different than for 10.10:</p>

	<p>python-stuff:</p>


<div class="wp_codebox"><table><tr id="p8825"><td class="code" id="p882code5"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cython python-numpy python-scipy \
    python-setuptools python-matplotlib python-wxgtk2.8 python-decorator \
    python-mysqldb python-nose python-dev python-h5py</pre></td></tr></table></div>


	<p>java:</p>


<div class="wp_codebox"><table><tr id="p8826"><td class="code" id="p882code6"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span>  openjdk-<span style="color: #000000;">6</span>-jdk openjdk-<span style="color: #000000;">6</span>-jre 
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">JAVA_HOME</span>=<span style="color: #ff0000;">'/usr/lib/jvm/java-6-openjdk'</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LD_LIBRARY_PATH</span>=<span style="color: #ff0000;">'/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server'</span></pre></td></tr></table></div>


	<p>Cell Profiler:</p>


<div class="wp_codebox"><table><tr id="p8827"><td class="code" id="p882code7"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">git</span> clone https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>CellProfiler<span style="color: #000000; font-weight: bold;">/</span>CellProfiler.git
<span style="color: #7a0874; font-weight: bold;">cd</span> CellProfiler<span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>


	<p>run it:</p>


<div class="wp_codebox"><table><tr id="p8828"><td class="code" id="p882code8"><pre class="bash" style="font-family:monospace;">python .<span style="color: #000000; font-weight: bold;">/</span>CellProfiler.py</pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installing CP2 on ubuntu 10.10</title>
		<link>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-10-10/</link>
		<comments>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-10-10/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 15:47:08 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[cell profiler]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=873</guid>
		<description><![CDATA[	python-stuff:


sudo aptitude install cython python-numpy python-scipy \
    python-setuptools python-numeric python-matplotlib python-wxgtk2.8 \
    python-decorator python-mysqldb python-nose python-dev python-h5py


	java:


sudo aptitude install  openjdk-6-jdk openjdk-6-jre 
export JAVA_HOME='/usr/lib/jvm/java-6-openjdk'
export LD_LIBRARY_PATH='/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server'


	Cell Profiler:


git clone https://github.com/CellProfiler/CellProfiler.git
cd CellProfiler/


	run it:


python ./CellProfiler.py


]]></description>
			<content:encoded><![CDATA[	<p>python-stuff:</p>


<div class="wp_codebox"><table><tr id="p87313"><td class="code" id="p873code13"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> cython python-numpy python-scipy \
    python-setuptools python-numeric python-matplotlib python-wxgtk2.8 \
    python-decorator python-mysqldb python-nose python-dev python-h5py</pre></td></tr></table></div>


	<p>java:</p>


<div class="wp_codebox"><table><tr id="p87314"><td class="code" id="p873code14"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span>  openjdk-<span style="color: #000000;">6</span>-jdk openjdk-<span style="color: #000000;">6</span>-jre 
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">JAVA_HOME</span>=<span style="color: #ff0000;">'/usr/lib/jvm/java-6-openjdk'</span>
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LD_LIBRARY_PATH</span>=<span style="color: #ff0000;">'/usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server'</span></pre></td></tr></table></div>


	<p>Cell Profiler:</p>


<div class="wp_codebox"><table><tr id="p87315"><td class="code" id="p873code15"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">git</span> clone https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>CellProfiler<span style="color: #000000; font-weight: bold;">/</span>CellProfiler.git
<span style="color: #7a0874; font-weight: bold;">cd</span> CellProfiler<span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>


	<p>run it:</p>


<div class="wp_codebox"><table><tr id="p87316"><td class="code" id="p873code16"><pre class="bash" style="font-family:monospace;">python .<span style="color: #000000; font-weight: bold;">/</span>CellProfiler.py</pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/03/installing-cp2-on-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox as a service on windows</title>
		<link>http://www.he1ix.org/2012/02/virtualbox-as-a-service-on-windows/</link>
		<comments>http://www.he1ix.org/2012/02/virtualbox-as-a-service-on-windows/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:21:33 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=867</guid>
		<description><![CDATA[	http://vboxvmservice.sourceforge.net/

	DON&#8217;T run the service using the Administrator account!

	Steps required to run it as a &#8220;regular&#8221; user:

	Start &#8220;secpol.msc&#8221; as Administrator
Select the &#8220;Local Policies&#8221; folder
Select the &#8220;User Rights Assignment&#8221; folder
Double click &#8220;Log on as a service&#8221;
Use &#8220;Add User or Group&#8230;&#8221; to add your non privileged user]]></description>
			<content:encoded><![CDATA[	<p>http://vboxvmservice.sourceforge.net/</p>

	<p><strong><span class="caps">DON</span>&#8217;T</strong> run the service using the Administrator account!</p>

	<p>Steps required to run it as a &#8220;regular&#8221; user:</p>

	<p>Start &#8220;secpol.msc&#8221; as Administrator<br />
Select the &#8220;Local Policies&#8221; folder<br />
Select the &#8220;User Rights Assignment&#8221; folder<br />
Double click &#8220;Log on as a service&#8221;<br />
Use &#8220;Add User or Group&#8230;&#8221; to add your non privileged user</p>]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/02/virtualbox-as-a-service-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>open ports on windows</title>
		<link>http://www.he1ix.org/2012/02/open-ports-on-windows/</link>
		<comments>http://www.he1ix.org/2012/02/open-ports-on-windows/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 15:34:27 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=865</guid>
		<description><![CDATA[	http://www.petri.co.il/quickly_find_local_open_ports.htm]]></description>
			<content:encoded><![CDATA[	<p>http://www.petri.co.il/quickly_find_local_open_ports.htm</p>]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/02/open-ports-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redmine: move wiki-pages to a different project</title>
		<link>http://www.he1ix.org/2012/01/redmine-move-wiki-pages-to-a-different-project/</link>
		<comments>http://www.he1ix.org/2012/01/redmine-move-wiki-pages-to-a-different-project/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 11:30:18 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=859</guid>
		<description><![CDATA[	currently just the commands:


SELECT id,name FROM projects;
SELECT * FROM wikis;
SELECT * FROM wiki_pages limit 10;
SELECT * FROM wiki_pages WHERE wiki_id = '1' AND title = 'Howtos';
SELECT * FROM wiki_pages WHERE parent_id = '34';
SELECT * FROM wiki_pages WHERE parent_id in &#40;SELECT id FROM wiki_pages WHERE parent_id = '34'&#41;;
UPDATE wiki_pages SET wiki_id = '12' WHERE wiki_id = [...]]]></description>
			<content:encoded><![CDATA[	<p>currently just the commands:</p>


<div class="wp_codebox"><table><tr id="p85918"><td class="code" id="p859code18"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span> id<span style="color: #66cc66;">,</span>name <span style="color: #993333; font-weight: bold;">FROM</span> projects;
<span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wikis;
<span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wiki_pages <span style="color: #993333; font-weight: bold;">limit</span> <span style="color: #cc66cc;">10</span>;
<span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wiki_pages <span style="color: #993333; font-weight: bold;">WHERE</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'1'</span> <span style="color: #993333; font-weight: bold;">AND</span> title <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'Howtos'</span>;
<span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wiki_pages <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'34'</span>;
<span style="color: #993333; font-weight: bold;">SELECT</span> <span style="color: #66cc66;">*</span> <span style="color: #993333; font-weight: bold;">FROM</span> wiki_pages <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #993333; font-weight: bold;">in</span> <span style="color: #66cc66;">&#40;</span><span style="color: #993333; font-weight: bold;">SELECT</span> id <span style="color: #993333; font-weight: bold;">FROM</span> wiki_pages <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'34'</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wiki_pages <span style="color: #993333; font-weight: bold;">SET</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'12'</span> <span style="color: #993333; font-weight: bold;">WHERE</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'1'</span> <span style="color: #993333; font-weight: bold;">AND</span> title <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'Howtos'</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wiki_pages <span style="color: #993333; font-weight: bold;">SET</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'12'</span> <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'34'</span>;
<span style="color: #808080; font-style: italic;">-- UPDATE wiki_pages SET wiki_id = '12' WHERE parent_id in (SELECT id FROM wiki_pages WHERE parent_id = '34');</span>
<span style="color: #993333; font-weight: bold;">UPDATE</span> wiki_pages <span style="color: #993333; font-weight: bold;">SET</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'12'</span> <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'35'</span>;
<span style="color: #993333; font-weight: bold;">UPDATE</span> wiki_pages <span style="color: #993333; font-weight: bold;">SET</span> wiki_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'12'</span> <span style="color: #993333; font-weight: bold;">WHERE</span> parent_id <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'87'</span>;</pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/01/redmine-move-wiki-pages-to-a-different-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS / jscript annoyances on sueddeutsche.de</title>
		<link>http://www.he1ix.org/2012/01/css-jscript-annoyances-on-sueddeutsche-de/</link>
		<comments>http://www.he1ix.org/2012/01/css-jscript-annoyances-on-sueddeutsche-de/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:36:29 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=853</guid>
		<description><![CDATA[	if you happen to use the NoScript addon for Firefox or sth. similar, sueddeutsche.de has a great new feature since the last design update: they pester you with an annoying panel covering (and hiding!) the rear part of the main headline&#8230;

	to fight this obtrusive usage of jscript (the panel gets hidden if you enable jscript), [...]]]></description>
			<content:encoded><![CDATA[	<p>if you happen to use the NoScript addon for Firefox or sth. similar, sueddeutsche.de has a great new feature since the last design update: they pester you with an annoying panel covering (and hiding!) the rear part of the main headline&#8230;</p>

	<p>to fight this obtrusive usage of jscript (the panel gets hidden if you enable jscript), use Firefox&#8217; ability to include custom <span class="caps">CSS</span>:</p>


<div class="wp_codebox"><table><tr id="p85320"><td class="code" id="p853code20"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">'#weiterepanel { display: none; }'</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.mozilla<span style="color: #000000; font-weight: bold;">/</span>firefox<span style="color: #000000; font-weight: bold;">/*</span>.default<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>userContent.css</pre></td></tr></table></div>


	<p>finally, restart Firefox.<br />
(yes, restart. see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=208641">Bug 208641</a> for details.)</p>]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/01/css-jscript-annoyances-on-sueddeutsche-de/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DreamBox (MPEG-TS) to DVD using Linux</title>
		<link>http://www.he1ix.org/2012/01/dreambox-mpeg-ts-to-dvd-using-linux/</link>
		<comments>http://www.he1ix.org/2012/01/dreambox-mpeg-ts-to-dvd-using-linux/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 11:00:47 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[dreambox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=849</guid>
		<description><![CDATA[	my way to conveniently convert an MPEG &#8220;Transport Stream&#8221; (TS) to a DVD:


	open the TS-file with avidemux
	choose &#8220;yes&#8221; to index the MPEG
	select &#8220;Auto&#8221; -&#62; &#8220;Optical Disc&#8221; -&#62; &#8220;DVD&#8221;
	click &#8220;save&#8221; to demux the MPEG-TS into an MPEG-PS



	open &#8220;DVDStyler&#8221;
	select &#8220;MP2&#8221; as audio format in the project wizard
	add the new MPEG file
	hit &#8220;burn&#8221;


	done. demuxing and creating the iso [...]]]></description>
			<content:encoded><![CDATA[	<p>my way to conveniently convert an <span class="caps">MPEG</span> &#8220;Transport Stream&#8221; (TS) to a <span class="caps">DVD</span>:</p>

<ol>
	<li>open the TS-file with avidemux</li>
	<li>choose &#8220;yes&#8221; to index the <span class="caps">MPEG</span></li>
	<li>select &#8220;Auto&#8221; -&gt; &#8220;Optical Disc&#8221; -&gt; &#8220;<span class="caps">DVD</span>&#8221;</li>
	<li>click &#8220;save&#8221; to demux the <span class="caps">MPEG</span>-TS into an <span class="caps">MPEG</span>-PS</li>
</ol>

<ol>
	<li>open &#8220;<span class="caps">DVDS</span>tyler&#8221;</li>
	<li>select &#8220;MP2&#8221; as audio format in the project wizard</li>
	<li>add the new <span class="caps">MPEG</span> file</li>
	<li>hit &#8220;burn&#8221;</li>
</ol>

	<p>done. demuxing and creating the iso takes usually less than 15 minutes.</p>]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2012/01/dreambox-mpeg-ts-to-dvd-using-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dpkg vs. rpm: list of installed packages</title>
		<link>http://www.he1ix.org/2011/11/dpkg-vs-rpm-list-of-installed-packages/</link>
		<comments>http://www.he1ix.org/2011/11/dpkg-vs-rpm-list-of-installed-packages/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 13:22:47 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=840</guid>
		<description><![CDATA[	Linux: Get List of Installed Software for Reinstallation / Restore All the Software Programs]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.cyberciti.biz/tips/linux-get-list-installed-software-reinstallation-restore.html">Linux: Get List of Installed Software for Reinstallation / Restore All the Software Programs</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2011/11/dpkg-vs-rpm-list-of-installed-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSSQL transaction log problems</title>
		<link>http://www.he1ix.org/2011/10/mssql-transaction-log-problems/</link>
		<comments>http://www.he1ix.org/2011/10/mssql-transaction-log-problems/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:31:37 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=837</guid>
		<description><![CDATA[	so the transaction log of this stupid piece of software has completely filled up once again&#8230; that&#8217;s what worked for me last time:

	1) DB -&#62; Tasks -&#62; BackUp

	Backup Type: Transactional
	Backup To: Disk
	-&#62; OK


	2) DB -&#62; Tasks -&#62; Shrink -&#62; Files

	File Type: Data
	press the &#8220;Script&#8221; button
	press &#8220;OK&#8221;
	hit &#8220;F5&#8221;


]]></description>
			<content:encoded><![CDATA[	<p>so the transaction log of this stupid piece of software has completely filled up once again&#8230; that&#8217;s what worked for me last time:</p>

	<p>1) DB -&gt; Tasks -&gt; BackUp<br />
<ul>
	<li>Backup Type: Transactional</li>
	<li>Backup To: Disk</li>
	<li>-&gt; OK</li><br />
</ul></p>

	<p>2) DB -&gt; Tasks -&gt; Shrink -&gt; Files<br />
<ul>
	<li>File Type: Data</li>
	<li>press the &#8220;Script&#8221; button</li>
	<li>press &#8220;OK&#8221;</li>
	<li>hit &#8220;F5&#8221;</li><br />
</ul></p>

]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2011/10/mssql-transaction-log-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git cheatsheet</title>
		<link>http://www.he1ix.org/2011/08/git-cheatsheet/</link>
		<comments>http://www.he1ix.org/2011/08/git-cheatsheet/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 14:30:47 +0000</pubDate>
		<dc:creator>he1ix</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[devel]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.he1ix.org/?p=835</guid>
		<description><![CDATA[	browsing the git history in a compact yet still highly condensed view containing all important information:


git log --graph --source --oneline --branches --tags


]]></description>
			<content:encoded><![CDATA[	<p>browsing the git history in a compact yet still highly condensed view containing all important information:</p>


<div class="wp_codebox"><table><tr id="p83522"><td class="code" id="p835code22"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">git</span> log <span style="color: #660033;">--graph</span> <span style="color: #660033;">--source</span> <span style="color: #660033;">--oneline</span> <span style="color: #660033;">--branches</span> <span style="color: #660033;">--tags</span></pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://www.he1ix.org/2011/08/git-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

