<?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"
	>

<channel>
	<title>Britney Spears</title>
	<atom:link href="http://1305.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://1305.dk</link>
	<description></description>
	<pubDate>Wed, 21 Apr 2010 18:41:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Maven 2 and wlfullclient.jar</title>
		<link>http://1305.dk/2010/04/21/generate-wlfullclientjar-and-use-it-with-maven/</link>
		<comments>http://1305.dk/2010/04/21/generate-wlfullclientjar-and-use-it-with-maven/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:33:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[maven]]></category>

		<category><![CDATA[weblogic]]></category>

		<category><![CDATA[wlfullclient]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=18</guid>
		<description><![CDATA[This is a short description of how to generate wlfullclient.jar so you can handle all your weblogic dependencies with maven.
1) Generate wlfullclient.jar
Go to the installation folder of your weblogic server and use the jarbuilder-tool:
$&#62; cd wlserver_10.3/server/lib/
$&#62; java -jar wljarbuilder.jar
It will now have generated the file wlserver_10.3/server/lib/wlfullclient.jar
2) Add it to your local maven repository:
$&#62; mvn install:install-file [...]]]></description>
			<content:encoded><![CDATA[<p>This is a short description of how to generate wlfullclient.jar so you can handle all your weblogic dependencies with maven.</p>
<p><strong>1)</strong> Generate wlfullclient.jar<br />
Go to the installation folder of your weblogic server and use the jarbuilder-tool:</p>
<div class="codecolorer-container bash"><div class="codecolorer" style="font-family: monospace;">$&gt; <span class="kw3">cd</span> wlserver_10<span class="nu0">.3</span>/server/lib/<br />
$&gt; java -jar wljarbuilder.jar</div></div>
<p>It will now have generated the file wlserver_10.3/server/lib/wlfullclient.jar</p>
<p><strong>2)</strong> Add it to your local maven repository:</p>
<div class="codecolorer-container bash" style="height:30px;"><div class="codecolorer" style="font-family: monospace;">$&gt; mvn install:install-file -<span class="re2">Dfile=</span>wlserver_10<span class="nu0">.3</span>/server/lib/wlfullclient.jar -<span class="re2">DgroupId=</span>weblogic -<span class="re2">DartifactId=</span>wlfullclient -<span class="re2">Dversion=</span><span class="nu0">10.3</span> -<span class="re2">Dpackaging=</span>jar -<span class="re2">DgeneratePom=</span>true</div></div>
<p><strong>3)</strong> Use it as an dependency - add the following in your pom.xml:</p>
<div class="codecolorer-container xml"><div class="codecolorer" style="font-family: monospace;"><span class="sc3"><span class="re1">&lt;dependency<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;groupId<span class="re2">&gt;</span></span></span>weblogic<span class="sc3"><span class="re1">&lt;/groupId<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;artifactId<span class="re2">&gt;</span></span></span>wlfullclient<span class="sc3"><span class="re1">&lt;/artifactId<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;version<span class="re2">&gt;</span></span></span>10.3<span class="sc3"><span class="re1">&lt;/version<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp;<span class="sc3"><span class="re1">&lt;scope<span class="re2">&gt;</span></span></span>provided<span class="sc3"><span class="re1">&lt;/scope<span class="re2">&gt;</span></span></span><br />
&nbsp;<span class="sc3"><span class="re1">&lt;/dependency<span class="re2">&gt;</span></span></span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2010/04/21/generate-wlfullclientjar-and-use-it-with-maven/feed/</wfw:commentRss>
		</item>
		<item>
		<title>soapui 3.0.1 in linux</title>
		<link>http://1305.dk/2009/11/03/soapui-301-in-linux/</link>
		<comments>http://1305.dk/2009/11/03/soapui-301-in-linux/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:52:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bees]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[soapui]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=15</guid>
		<description><![CDATA[When using soapui 3.0.1 on my linux-box I ran into the following error:
The program 'TuxPack GTK+' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
&#160; &#40;Details: serial 1338 error_code 8 request_code 42 minor_code 0&#41;
&#160; &#40;Note to programmers: normally, X errors are reported asynchronously;
&#160; &#160;that is, [...]]]></description>
			<content:encoded><![CDATA[<p>When using soapui 3.0.1 on my linux-box I ran into the following error:</p>
<div class="codecolorer-container bash"><div class="codecolorer" style="font-family: monospace;">The program <span class="st0">'TuxPack GTK+'</span> received an X Window System error.<br />
This probably reflects a bug <span class="kw1">in</span> the program.<br />
The error was <span class="st0">'BadMatch (invalid parameter attributes)'</span>.<br />
&nbsp; <span class="br0">&#40;</span>Details: serial <span class="nu0">1338</span> error_code <span class="nu0">8</span> request_code <span class="nu0">42</span> minor_code <span class="nu0">0</span><span class="br0">&#41;</span><br />
&nbsp; <span class="br0">&#40;</span>Note to programmers: normally, X errors are reported asynchronously;<br />
&nbsp; &nbsp;that is, you will receive the error a <span class="kw1">while</span> after causing it.<br />
&nbsp; &nbsp;To debug your program, run it with the --sync <span class="kw3">command</span> line<br />
&nbsp; &nbsp;option to change this behavior. You can <span class="kw1">then</span> get a meaningful<br />
&nbsp; &nbsp;backtrace from your debugger <span class="kw1">if</span> you <span class="kw3">break</span> on the gdk_x_error<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="kw1">function</span>.<span class="br0">&#41;</span></div></div>
<p>The fix is to add the following option to bin/soapui.sh:</p>
<div class="codecolorer-container bash" style="height:30px;"><div class="codecolorer" style="font-family: monospace;"><span class="re2">JAVA_OPTS=</span><span class="st0">&quot;.... -Dsoapui.jxbrowser.disable=true&quot;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2009/11/03/soapui-301-in-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No sound in Ubuntu 9.04</title>
		<link>http://1305.dk/2009/09/09/no-sound-in-ubuntu-904/</link>
		<comments>http://1305.dk/2009/09/09/no-sound-in-ubuntu-904/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:30:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bees]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=14</guid>
		<description><![CDATA[If you get the following error:
ubuntu alsamixer: function snd_ctl_open failed for default: No such file or directory
Then add the line
options snd-hda-intel model=auto
to /etc/modprobe.d/alsa-base.conf and reboot.
Thanks to this guy.
]]></description>
			<content:encoded><![CDATA[<p>If you get the following error:</p>
<div class="codecolorer-container text" style="height:30px;">ubuntu alsamixer: function snd_ctl_open failed for default: No such file or directory</div>
<p>Then add the line</p>
<div class="codecolorer-container text" style="height:30px;">options snd-hda-intel model=auto</div>
<p>to /etc/modprobe.d/alsa-base.conf and reboot.</p>
<p>Thanks to <a href="http://monespaceperso.org/blog-en/2009/04/29/acer-aspire-6920-no-sound-on-ubuntu-jaunty-904/">this guy</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2009/09/09/no-sound-in-ubuntu-904/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diablo’s Reign of Terror Continues</title>
		<link>http://1305.dk/2009/03/18/diablos-reign-of-terror-continues/</link>
		<comments>http://1305.dk/2009/03/18/diablos-reign-of-terror-continues/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bees]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=13</guid>
		<description><![CDATA[From Tada&#8217;s Revolution: http://tadasrevolution.wordpress.com/

Diablo (imitating a small wounded panda): Help! Help!
Baron: What happened here? Hold on little buddy!

Baron: What the…This is not a real panda.  This is a mannequin panda!

Diablo: Hand over the keys!

More at http://tadasrevolution.wordpress.com/
]]></description>
			<content:encoded><![CDATA[<p>From Tada&#8217;s Revolution: <a title="http://tadasrevolution.wordpress.com/" href="http://tadasrevolution.wordpress.com/" target="_self">http://tadasrevolution.wordpress.com/</a></p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3479/3275460050_41ae3eba0e_o.jpg" alt="" width="450" height="293" /></p>
<p><em>Diablo (imitating a small wounded panda): Help! Help!<br />
Baron: What happened here? Hold on little buddy!</em></p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3530/3275459324_4ac58699f6_o.jpg" alt="" width="450" height="675" /></p>
<p><em>Baron: What the…This is not a real panda.  This is a mannequin panda!</em></p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3417/3274635965_9130892701_o.jpg" alt="" width="450" height="300" /></p>
<p><em>Diablo: Hand over the keys!</em></p>
<p><img style="border: 1px solid black;" src="http://farm4.static.flickr.com/3436/3274635355_b4c9d17719_o.jpg" alt="" width="450" height="300" /></p>
<p>More at <a title="http://tadasrevolution.wordpress.com/" href="http://tadasrevolution.wordpress.com/" target="_self">http://tadasrevolution.wordpress.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2009/03/18/diablos-reign-of-terror-continues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find multiple patterns, copy to directory</title>
		<link>http://1305.dk/2008/08/11/find-multiple-patterns-copy-to-directory/</link>
		<comments>http://1305.dk/2008/08/11/find-multiple-patterns-copy-to-directory/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 09:10:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bees]]></category>

		<category><![CDATA[find]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[notetoself]]></category>

		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=12</guid>
		<description><![CDATA[Search multiple directories, match multiple patterns, and copy to directory:
~/$ find src/ include/ -type f \&#40; -name &#34;*.c&#34; -o -name &#34;*.h&#34; -o -name &#34;*.cpp&#34; -o -name &#34;*.S&#34; \&#41; -exec cp &#123;&#125; build/ \;
]]></description>
			<content:encoded><![CDATA[<p>Search multiple directories, match multiple patterns, and copy to directory:</p>
<div class="codecolorer-container bash" style="height:30px;"><div class="codecolorer" style="font-family: monospace;">~/$ find src/ include/ -<span class="kw3">type</span> f \<span class="br0">&#40;</span> -name <span class="st0">&quot;*.c&quot;</span> -o -name <span class="st0">&quot;*.h&quot;</span> -o -name <span class="st0">&quot;*.cpp&quot;</span> -o -name <span class="st0">&quot;*.S&quot;</span> \<span class="br0">&#41;</span> -<span class="kw3">exec</span> cp <span class="br0">&#123;</span><span class="br0">&#125;</span> build/ \;</div></div>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2008/08/11/find-multiple-patterns-copy-to-directory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux rename command</title>
		<link>http://1305.dk/2008/07/09/linux-rename-command/</link>
		<comments>http://1305.dk/2008/07/09/linux-rename-command/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:54:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=10</guid>
		<description><![CDATA[To rename a  bunch of files in a folder use the rename command. This example shows how to add a suffix for all files matching the &#8216;x*&#8217; pattern:
user@user-laptop:~/data$ ls
x&#160; &#160; x-10&#160; x-12&#160; x-14&#160; x-16&#160; x-18&#160; x-2&#160; &#160;x-21&#160; x-23&#160; x-25&#160; x-27&#160; x-29&#160; x-30&#160; x-32&#160; x-34&#160; x-5&#160; x-7&#160; x-9
x-1&#160; x-11&#160; x-13&#160; x-15&#160; x-17&#160; x-19&#160; x-20&#160; x-22&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>To rename a  bunch of files in a folder use the rename command. This example shows how to add a suffix for all files matching the &#8216;x*&#8217; pattern:</p>
<div class="codecolorer-container bash"><div class="codecolorer" style="font-family: monospace;">user@user-laptop:~/data$ ls<br />
x&nbsp; &nbsp; x<span class="nu0">-10</span>&nbsp; x<span class="nu0">-12</span>&nbsp; x<span class="nu0">-14</span>&nbsp; x<span class="nu0">-16</span>&nbsp; x<span class="nu0">-18</span>&nbsp; x<span class="nu0">-2</span>&nbsp; &nbsp;x<span class="nu0">-21</span>&nbsp; x<span class="nu0">-23</span>&nbsp; x<span class="nu0">-25</span>&nbsp; x<span class="nu0">-27</span>&nbsp; x<span class="nu0">-29</span>&nbsp; x<span class="nu0">-30</span>&nbsp; x<span class="nu0">-32</span>&nbsp; x<span class="nu0">-34</span>&nbsp; x<span class="nu0">-5</span>&nbsp; x<span class="nu0">-7</span>&nbsp; x<span class="nu0">-9</span><br />
x<span class="nu0">-1</span>&nbsp; x<span class="nu0">-11</span>&nbsp; x<span class="nu0">-13</span>&nbsp; x<span class="nu0">-15</span>&nbsp; x<span class="nu0">-17</span>&nbsp; x<span class="nu0">-19</span>&nbsp; x<span class="nu0">-20</span>&nbsp; x<span class="nu0">-22</span>&nbsp; x<span class="nu0">-24</span>&nbsp; x<span class="nu0">-26</span>&nbsp; x<span class="nu0">-28</span>&nbsp; x<span class="nu0">-3</span>&nbsp; &nbsp;x<span class="nu0">-31</span>&nbsp; x<span class="nu0">-33</span>&nbsp; x<span class="nu0">-4</span>&nbsp; &nbsp;x<span class="nu0">-6</span>&nbsp; x<span class="nu0">-8</span><br />
user@user-laptop:~/data$ rename <span class="st0">'s/(x.*)/$1.dat/g'</span> *<br />
user@user-laptop:~/data$ ls<br />
x<span class="nu0">-10</span>.dat&nbsp; x<span class="nu0">-13</span>.dat&nbsp; x<span class="nu0">-16</span>.dat&nbsp; x<span class="nu0">-19</span>.dat&nbsp; x<span class="nu0">-21</span>.dat&nbsp; x<span class="nu0">-24</span>.dat&nbsp; x<span class="nu0">-27</span>.dat&nbsp; x<span class="nu0">-2</span>.dat&nbsp; &nbsp;x<span class="nu0">-32</span>.dat&nbsp; x<span class="nu0">-3</span>.dat&nbsp; x<span class="nu0">-6</span>.dat&nbsp; x<span class="nu0">-9</span>.dat<br />
x<span class="nu0">-11</span>.dat&nbsp; x<span class="nu0">-14</span>.dat&nbsp; x<span class="nu0">-17</span>.dat&nbsp; x<span class="nu0">-1</span>.dat&nbsp; &nbsp;x<span class="nu0">-22</span>.dat&nbsp; x<span class="nu0">-25</span>.dat&nbsp; x<span class="nu0">-28</span>.dat&nbsp; x<span class="nu0">-30</span>.dat&nbsp; x<span class="nu0">-33</span>.dat&nbsp; x<span class="nu0">-4</span>.dat&nbsp; x<span class="nu0">-7</span>.dat&nbsp; x.dat<br />
x<span class="nu0">-12</span>.dat&nbsp; x<span class="nu0">-15</span>.dat&nbsp; x<span class="nu0">-18</span>.dat&nbsp; x<span class="nu0">-20</span>.dat&nbsp; x<span class="nu0">-23</span>.dat&nbsp; x<span class="nu0">-26</span>.dat&nbsp; x<span class="nu0">-29</span>.dat&nbsp; x<span class="nu0">-31</span>.dat&nbsp; x<span class="nu0">-34</span>.dat&nbsp; x<span class="nu0">-5</span>.dat&nbsp; x<span class="nu0">-8</span>.dat<br />
user@user-laptop:~/data$</div></div>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2008/07/09/linux-rename-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Minimizing the output from systemsim</title>
		<link>http://1305.dk/2008/07/06/minimizing-output-from-systemsim/</link>
		<comments>http://1305.dk/2008/07/06/minimizing-output-from-systemsim/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 20:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[cell]]></category>

		<category><![CDATA[systemsim]]></category>

		<guid isPermaLink="false">http://1305.dk/?p=8</guid>
		<description><![CDATA[The cell-simulator (systemsim) has some very verbose output turned on by default:
.....
&#91;0:0:0&#93;: &#40;2602127425&#41; &#40;PC:0xC00000000005B000&#41; :&#160; &#160; 502.4 Kilo-Inst/Sec :&#160; &#160; 814.3 Mega-Cycles/Sec
&#91;0:0:1&#93;: &#40;2602127425&#41; &#40;PC:0xC00000000005B000&#41; :&#160; &#160; 441.3 Kilo-Inst/Sec
&#91;0:0:0&#93;: &#40;2605948674&#41; &#40;PC:0xC00000000005B000&#41; :&#160; &#160; 505.7 Kilo-Inst/Sec :&#160; &#160; 820.4 Mega-Cycles/Sec
&#91;0:0:1&#93;: &#40;2605948674&#41; &#40;PC:0xC00000000005B000&#41; :&#160; &#160; 444.3 Kilo-Inst/Sec
&#91;0:0:0&#93;: &#40;2609920536&#41; &#40;PC:0xC00000000005B000&#41; :&#160; &#160; 523.3 Kilo-Inst/Sec :&#160; &#160; 850.3 Mega-Cycles/Sec
&#91;0:0:1&#93;: &#40;2609920536&#41; [...]]]></description>
			<content:encoded><![CDATA[<p>The cell-simulator (systemsim) has some very verbose output turned on by default:</p>
<div class="codecolorer-container bash"><div class="codecolorer" style="font-family: monospace;">.....<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">0</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2602127425</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">502.4</span> Kilo-Inst/Sec :&nbsp; &nbsp; <span class="nu0">814.3</span> Mega-Cycles/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">1</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2602127425</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">441.3</span> Kilo-Inst/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">0</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2605948674</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">505.7</span> Kilo-Inst/Sec :&nbsp; &nbsp; <span class="nu0">820.4</span> Mega-Cycles/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">1</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2605948674</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">444.3</span> Kilo-Inst/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">0</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2609920536</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">523.3</span> Kilo-Inst/Sec :&nbsp; &nbsp; <span class="nu0">850.3</span> Mega-Cycles/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">1</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2609920536</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">464.2</span> Kilo-Inst/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">0</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2613807964</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">514.7</span> Kilo-Inst/Sec :&nbsp; &nbsp; <span class="nu0">836.4</span> Mega-Cycles/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">1</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2613807964</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">453.0</span> Kilo-Inst/Sec<br />
<span class="br0">&#91;</span><span class="nu0">0</span>:<span class="nu0">0</span>:<span class="nu0">0</span><span class="br0">&#93;</span>: <span class="br0">&#40;</span><span class="nu0">2617678402</span><span class="br0">&#41;</span> <span class="br0">&#40;</span>PC:0xC00000000005B000<span class="br0">&#41;</span> :&nbsp; &nbsp; <span class="nu0">511.4</span> Kilo-Inst/Sec :&nbsp; &nbsp; <span class="nu0">829.0</span> Mega-Cycles/Sec</div></div>
<p>To disable it, use the following command:</p>
<div class="codecolorer-container bash"><div class="codecolorer" style="font-family: monospace;">systemsim %&nbsp; mysim modify kips_format <span class="nu0">0</span><br />
KIPS format is <span class="nu0">0</span><br />
systemsim %</div></div>
<p>Alternatively, the command can be placed in a .tcl-script read by the simulator with the -f &lt;.tcl script&gt; flag.</p>
]]></content:encoded>
			<wfw:commentRss>http://1305.dk/2008/07/06/minimizing-output-from-systemsim/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
