<?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>geek.soosoo.at</title>
	<atom:link href="http://geek.soosoo.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://geek.soosoo.at</link>
	<description>Programming &#38; Administration Knowledge Base</description>
	<lastBuildDate>Sat, 07 Jan 2012 20:27:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SqlPlus: Turn off substitution variables (Ampersand)</title>
		<link>http://geek.soosoo.at/oracle/sqlplus-turn-off-substitution-variables-ampersand/</link>
		<comments>http://geek.soosoo.at/oracle/sqlplus-turn-off-substitution-variables-ampersand/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 20:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SqlPlus]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=200</guid>
		<description><![CDATA[SQL> set define off]]></description>
			<content:encoded><![CDATA[<p>SQL> set define off</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/oracle/sqlplus-turn-off-substitution-variables-ampersand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prebop + Ant = Perfect Build</title>
		<link>http://geek.soosoo.at/java/prebop-ant-perfect-build/</link>
		<comments>http://geek.soosoo.at/java/prebop-ant-perfect-build/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 19:25:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=192</guid>
		<description><![CDATA[If you need/want C-style preprocessor macro support in a Java project, then try Prebop. Prebop uses Ant and provides a plugin for Eclipse. Here&#8217;s a good explanation of the necessary steps to setup a build script within Eclipse.]]></description>
			<content:encoded><![CDATA[<p>If you need/want C-style preprocessor macro support in a Java project, then try <a href="http://prebop.sourceforge.net/" title="Prebop" target="_blank">Prebop</a>. Prebop uses Ant and provides a plugin for Eclipse. <a href="http://boldinventions.com/index.php?option=com_content&#038;view=article&#038;id=81:javapreprocessorusingeclipse&#038;catid=34:category-electronics-articles&#038;Itemid=53" title="Java Preprocessing Using Eclipse" target="_blank">Here&#8217;s</a> a good explanation of the necessary steps to setup a build script within Eclipse.</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/java/prebop-ant-perfect-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recreate Oracle Redo Logs</title>
		<link>http://geek.soosoo.at/oracle/recreating-oracle-redo-logs/</link>
		<comments>http://geek.soosoo.at/oracle/recreating-oracle-redo-logs/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 13:18:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=185</guid>
		<description><![CDATA[eg: 1. alter database drop logfile group 1; 2. alter database add logfile group 1 ( &#8216;/u01/oralog/redo01a.log&#8217;, &#8216;/u02/oralog/redo01b.log&#8217;) size 250m reuse; that&#8217;s it. Keep in mind that it&#8217;s not possible to drop the &#8220;CURRENT&#8221; log group (switch to another redo log group with: alter system switch logfile). If the status of the log group you [...]]]></description>
			<content:encoded><![CDATA[<p>eg:</p>
<p>1. alter database drop logfile group 1;<br />
2. alter database add logfile group 1 (<br />
    &#8216;/u01/oralog/redo01a.log&#8217;,<br />
    &#8216;/u02/oralog/redo01b.log&#8217;) size 250m reuse;</p>
<p>that&#8217;s it. Keep in mind that it&#8217;s not possible to drop the &#8220;CURRENT&#8221; log group (switch to another redo log group with: alter system switch logfile). If the status of the log group you want to recreate is &#8220;ACTIVE&#8221; then perform a global checkpoint (alter system checkpoint global).</p>
<p>Taken from: <a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_34.shtml">http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_34.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/oracle/recreating-oracle-redo-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle EM Agent &#8211; Silent installation</title>
		<link>http://geek.soosoo.at/oracle/oracle-em-agent-silent-installation/</link>
		<comments>http://geek.soosoo.at/oracle/oracle-em-agent-silent-installation/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 11:50:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=181</guid>
		<description><![CDATA[./runInstaller -silent -responseFile /home/oracle/linux_x64/response/additional_agent.rsp]]></description>
			<content:encoded><![CDATA[<p> ./runInstaller -silent -responseFile /home/oracle/linux_x64/response/additional_agent.rsp</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/oracle/oracle-em-agent-silent-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detach/Remove Oracle Home from Inventory</title>
		<link>http://geek.soosoo.at/oracle/detachremove-oracle-home-from-inventory/</link>
		<comments>http://geek.soosoo.at/oracle/detachremove-oracle-home-from-inventory/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 11:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=179</guid>
		<description><![CDATA[If you want to manually remove Oracle Home(s) from the Ora Inventory then try this one: ./runInstaller -silent -detachHome ORACLE_HOME=[absolute path to Oracle Home] runInstaller is available in any Oracle Home under oui/bin.]]></description>
			<content:encoded><![CDATA[<p>If you want to manually remove Oracle Home(s) from the Ora Inventory then try this one:</p>
<p>./runInstaller -silent -detachHome ORACLE_HOME=[absolute path to Oracle Home]</p>
<p>runInstaller is available in any Oracle Home under oui/bin.</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/oracle/detachremove-oracle-home-from-inventory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>encfs &#8211; shared directory</title>
		<link>http://geek.soosoo.at/linux/encfs-shared-directory/</link>
		<comments>http://geek.soosoo.at/linux/encfs-shared-directory/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 20:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[encfs]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=163</guid>
		<description><![CDATA[If you want users other than the owner to access a fuse mount / encrypted directory you need to specify the &#8220;allow_other&#8221; fuse option! encfs /home/dummy/.private /home/dummy/private &#8211; -o allow_other Unmount with: fusermount -u /home/dummy/private]]></description>
			<content:encoded><![CDATA[<p>If you want users other than the owner to access a fuse mount / encrypted directory you<br />
need to specify the &#8220;allow_other&#8221; fuse option!<br />
<br />
encfs /home/dummy/.private /home/dummy/private <strong>&#8211; -o allow_other</strong><br />
<br />
Unmount with:<br />
<br />
fusermount -u /home/dummy/private<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/linux/encfs-shared-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphical analysis of SAR output</title>
		<link>http://geek.soosoo.at/linux/graphical-analysis-of-sar-output/</link>
		<comments>http://geek.soosoo.at/linux/graphical-analysis-of-sar-output/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 12:16:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=154</guid>
		<description><![CDATA[This is a handy utility for the graphical analysis of the Linux SAR Output. http://sourceforge.net/projects/ksar/]]></description>
			<content:encoded><![CDATA[<p>This is a handy utility for the graphical analysis of the Linux SAR Output.</p>
<p><a rel="attachment wp-att-155" href="http://geek.soosoo.at/linux/graphical-analysis-of-sar-output/attachment/ksar/"><img class="alignnone size-medium wp-image-155" title="kSar" src="http://geek.soosoo.at/wp-content/uploads/2010/12/kSar-300x245.png" alt="" width="300" height="245" /></a></p>
<div>
<p><a href="http://sourceforge.net/projects/ksar/">http://sourceforge.net/projects/ksar/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/linux/graphical-analysis-of-sar-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Fullscreen Youtube in Ubuntu 10.10 using latest Google Chrome Stable</title>
		<link>http://geek.soosoo.at/ubuntu/no-fullscreen-youtube-in-ubuntu-10-10-using-latest-google-chrome-stable/</link>
		<comments>http://geek.soosoo.at/ubuntu/no-fullscreen-youtube-in-ubuntu-10-10-using-latest-google-chrome-stable/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 21:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=151</guid>
		<description><![CDATA[sudo mkdir /etc/adobe sudo su sudo echo \"OverrideGPUValidation = 1\" &#62;&#62; /etc/adobe/mms.cfg works for me. Reference: http://ubuntuforums.org/showthread.php?t=1593363&#38;page=4 http://www.noobrescue.com/blog/flash-fullscreen-doesnt-work-on-ubuntu-10-10]]></description>
			<content:encoded><![CDATA[<pre dir="ltr">sudo mkdir /etc/adobe
sudo su
sudo echo \"OverrideGPUValidation = 1\" &gt;&gt; /etc/adobe/mms.cfg</pre>
<pre dir="ltr">works for me.</pre>
<pre dir="ltr">Reference:</pre>
<pre dir="ltr"><a href="http://ubuntuforums.org/showthread.php?t=1593363&amp;page=4">http://ubuntuforums.org/showthread.php?t=1593363&amp;page=4
</a><a href="http://www.noobrescue.com/blog/flash-fullscreen-doesnt-work-on-ubuntu-10-10">http://www.noobrescue.com/blog/flash-fullscreen-doesnt-work-on-ubuntu-10-10</a></pre>
<pre dir="ltr"></pre>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/ubuntu/no-fullscreen-youtube-in-ubuntu-10-10-using-latest-google-chrome-stable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle VM / Xen: Resize VDISK of paravirtualized guest</title>
		<link>http://geek.soosoo.at/oracle/vm/oracle-vm-xen-resize-vdisk-of-paravirtualized-guest/</link>
		<comments>http://geek.soosoo.at/oracle/vm/oracle-vm-xen-resize-vdisk-of-paravirtualized-guest/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:51:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VM]]></category>
		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=147</guid>
		<description><![CDATA[* Shutdown the guest * Find the vdisk image file and (if increasing) add size to the disk (in this case 2GB): dd if=/dev/zero bs=1M count=2000 &#62;&#62; system.img * Attach image file as block device in Dom0: xm block-attach 0 &#8216;file:/OVS/templates/System.img&#8217; xvda w * List partitions: fdisk -ul /dev/xvda Disk /dev/xvda: 16.4 GB, 16462456320 bytes [...]]]></description>
			<content:encoded><![CDATA[<p>* Shutdown the guest</p>
<p>* Find the vdisk image file and (if increasing) add size to the disk (in this case 2GB):</p>
<p>dd if=/dev/zero bs=1M count=2000 &gt;&gt; system.img</p>
<p>* Attach image file as block device in Dom0:</p>
<p>xm block-attach 0 &#8216;file:/OVS/templates/System.img&#8217; xvda w</p>
<p>* List partitions:</p>
<p>fdisk -ul /dev/xvda</p>
<p>Disk /dev/xvda: 16.4 GB, 16462456320 bytes<br />
255 heads, 63 sectors/track, 2001 cylinders, total 32153235 sectors<br />
Units = sectors of 1 * 512 = 512 bytes</p>
<p>    Device Boot      Start         End      Blocks   Id  System<br />
/dev/xvda1   *          63      192779       96358+  83  Linux<br />
/dev/xvda2          192780    23824394    11815807+  83  Linux<br />
/dev/xvda3        23824395    28049489     2112547+  82  Linux swap / Solaris</p>
<p>* In this case I want to resize xvda2 and I decided to drop and recreate the swap partition<br />
(I&#8217;ve used fdisk to drop the swap partition and after the resizing I recreated it wih fdisk and mkswap)</p>
<p>* filesystem check of the partition you want to resize:</p>
<p>e2fsck -f /dev/xvda2</p>
<p>* try to resize the partition with parted:</p>
<p>parted /dev/xvda<br />
-&gt; print (to find the partition number)<br />
-&gt; resize [partition number] / set start and end</p>
<p>** if parted throws &#8220;File system has an incompatible feature enabled.&#8221; disable partition flags:<br />
(to check which partition flags are set use: tune2fs -l /dev/xvda2)</p>
<p>Remove flags:</p>
<p>tune2fs -O ^has_journal /dev/xvda2<br />
tune2fs -O ^dir_index /dev/xvda2<br />
debugfs -w /dev/xvda2 -R &#8220;feature -ext_attr&#8221;</p>
<p>Recheck the filesystem: e2fsck -y -f /dev/xvda2</p>
<p>debugfs -w /dev/xvda2 -R &#8220;feature -resize_inode&#8221;</p>
<p>Recheck it again: e2fsck -y -f /dev/xvda2</p>
<p>* try parted again &#8211; it should work now</p>
<p>* after the resize set the partition flags again:</p>
<p>tune2fs -j /dev/xvda2<br />
debugfs -w /dev/xvda2 -R &#8220;feature dir_index ext_attr resize_inode&#8221;</p>
<p>* recheck the partition:</p>
<p>e2fsck -y -f /dev/xvda2</p>
<p>* find the vdev id (for detaching):</p>
<p>xm block-list 0</p>
<p>* detach the virtual disk:</p>
<p>xm block-detach 0 [vdev id] -f</p>
<p>* Startup the guest</p>
<p>-&gt; everything should be fine!</p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/oracle/vm/oracle-vm-xen-resize-vdisk-of-paravirtualized-guest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jzy3d &#8211; java library for scientific 3d plotting</title>
		<link>http://geek.soosoo.at/java/jzy3d/</link>
		<comments>http://geek.soosoo.at/java/jzy3d/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:30:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://geek.soosoo.at/?p=132</guid>
		<description><![CDATA[Jzy3d stands for Java Easy 3d, and allows a rapid display of 3d scientific data. Users can define z=f(x,y) functions binded to (customizable) colormaps, as well as rendering predefined simple 3d shapes programmaticaly or from csv files. Several strategies can be applied to generate surface, such as a Delaunay tesselation that let you build a [...]]]></description>
			<content:encoded><![CDATA[<p>Jzy3d stands for Java Easy 3d, and allows a rapid display of 3d scientific data. Users can define z=f(x,y) functions binded to (customizable) colormaps, as well as rendering predefined simple 3d shapes programmaticaly or from csv files. Several strategies can be applied to generate surface, such as a Delaunay tesselation that let you build a surface from unknown structured datasets.</p>
<p>The API has been written with the goal to hide the burden of working with OpenGL, 3d polygon ordering and transparency management. Jzy3d replies to the need of a simple tool like plot3d in Matlab and let the user concentrate on its data rather than UI programming.</p>
<p>It&#8217;s open-source (BSD license), fast and easy to use &#8211; fabulous library!</p>
<p><a href="http://code.google.com/p/jzy3d/">http://code.google.com/p/jzy3d/</a></p>
<p><a href="http://geek.soosoo.at/?attachment_id=139"><img class="alignnone size-full wp-image-139" title="surface" src="http://geek.soosoo.at/wp-content/uploads/2010/07/surface.jpg" alt="" width="620" height="318" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://geek.soosoo.at/java/jzy3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

