<?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>Cinq Software &#187; software</title>
	<atom:link href="http://cinq.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://cinq.com</link>
	<description>my code</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:30:18 +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>Java Decompiler</title>
		<link>http://cinq.com/2009/09/03/java-decompiler/</link>
		<comments>http://cinq.com/2009/09/03/java-decompiler/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:12:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/?p=57</guid>
		<description><![CDATA[This is not the first time I do this and it is on the edge of embarrassing except this time I knew I had tools to get me out: lose the source code to a java application. I have this application that was done a year ago and I guess that in the rush to [...]]]></description>
			<content:encoded><![CDATA[<p>This is not the first time I do this and it is on the edge of embarrassing except this time I knew I had tools to get me out: lose the source code to a java application.</p>
<p>I have this application that was done a year ago and I guess that in the rush to get it to production I forgot to import the code in SVN.</p>
<p>A year later we have changed a few things and now I have to change a few lines in the code and add a method to it.</p>
<p>I remembered using a command line tool under Linux to decompile but since I could not remember the name of it I had to search for it. In the first few results of my google search for &#8220;java decompiler&#8221; came this site:</p>
<p><a title="JD" href="http://java.decompiler.free.fr/" target="_blank">http://java.decompiler.free.fr/</a></p>
<p>I tried to install the JD-Eclipse but I don&#8217;t see how to use it so I simply downloaded and used the JD-Gui for Linux and it works beautifully. I can see my source code in the .class file in 2 seconds and now I can easily change it. This is so convenient.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2009/09/03/java-decompiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swing Explorer</title>
		<link>http://cinq.com/2008/05/06/swing-explorer/</link>
		<comments>http://cinq.com/2008/05/06/swing-explorer/#comments</comments>
		<pubDate>Wed, 07 May 2008 01:29:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://cinq.com/?p=24</guid>
		<description><![CDATA[I was reading an article today about this piece of software and I taught that it was quite interesting. You can see all the parts of a swing application in this swing debugger. For someone like me that is not always sure how all the parts are linked together it is a quick visual view. [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading an article today about this piece of software and I taught that it was quite interesting. You can see all the parts of a swing application in this swing debugger. For someone like me that is not always sure how all the parts are linked together it is a quick visual view. Worth a try for sure.</p>
<p>Ref:</p>
<ul>
<li><a href="https://swingexplorer.dev.java.net/">https://swingexplorer.dev.java.net/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2008/05/06/swing-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuilding the DVD ISO for CentOS 5 or RHEL 5</title>
		<link>http://cinq.com/2008/04/14/rebuilding-the-dvd-iso-for-centos-5-or-rhel-5/</link>
		<comments>http://cinq.com/2008/04/14/rebuilding-the-dvd-iso-for-centos-5-or-rhel-5/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 17:28:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://cinq.com/?p=20</guid>
		<description><![CDATA[I found a few documents on the Internet about what I needed to do to rebuild the DVD to integrate my kickstart file. Unfortunately none of the solution had all the needed command in one place for my setup to work so here is my cookbook from the different sources. First I mounted the dvdrom [...]]]></description>
			<content:encoded><![CDATA[<p>I found a few documents on the Internet about what I needed to do to rebuild the DVD to integrate my kickstart file. Unfortunately none of the solution had all the needed command in one place for my setup to work so here is my cookbook from the different sources.</p>
<p>First I mounted the dvdrom with the CentOS DVD to /mnt/cdrom:</p>
<p><span style="color: #888888;">mount /dev/cdrom /mnt/cdrom</span></p>
<p>Then I copied a few files:</p>
<ul>
<li><span style="color: #888888;">cd /tmp</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/isolinux ./</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/CentOS ./isolinux/</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/* ./isolinux/  [say yes to overwrite the TRANS.TBL]</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/.discinfo ./isolinux/</span></li>
<li><span style="color: #888888;">cp ks.cfg /tmp/isolinux/</span></li>
</ul>
<p>For my RHEL5.1 rebuild I did similar commands but the paths are a bit different:</p>
<ul>
<li><span style="color: #888888;">cd /tmp</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/isolinux ./</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/Server ./isolinux/</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/VT ./isolinux/</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/images ./isolinux/</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/Cluster ./isolinux/</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/ClusterStorage ./isolinux/</span></li>
<li><span style="color: #888888;">cp /mnt/cdrom/* ./isolinux/  [say yes to overwrite the TRANS.TBL]</span></li>
<li><span style="color: #888888;">cp -R /mnt/cdrom/.discinfo ./isolinux/</span></li>
<li><span style="color: #888888;">cp ks.cfg /tmp/isolinux/</span></li>
</ul>
<p style="text-align: left;"><span style="color: #ffffff;">I had to change permissions on 2 files:</span></p>
<ul>
<li><span style="color: #888888;">chmod 664 ./isolinux/isolinux.bin</span></li>
<li><span style="color: #888888;">chmod 664 ./isolinux/isolinux.cfg</span></li>
</ul>
<p>I had to edit the isolinux.cfg (in the isolinux directory) to change a couple of lines:</p>
<ul>
<li>the &#8220;<span style="color: #888888;">default linux</span>&#8221; line became &#8220;<span style="color: #888888;">default ks</span>&#8220;</li>
<li>The 2 line after &#8220;label ks&#8221; went from &#8220;<span style="color: #888888;">append ks initrd=initrd.img</span>&#8221; to &#8220;<span style="color: #888888;">append ks=cdrom:/ks.cfg initrd=initrd.img</span>&#8220;</li>
</ul>
<p>The isolinux.cfg file now looks like:</p>
<pre><span style="color: #888888;"><strong>default ks</strong>
prompt 1
timeout 600
display boot.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
label linux
kernel vmlinuz
append initrd=initrd.img
label text
kernel vmlinuz
append initrd=initrd.img text
label ks
kernel vmlinuz
<strong>append ks=cdrom:/ks.cfg initrd=initrd.img</strong>
label local
localboot 1
label memtest86
kernel memtest
append -</span></pre>
<p>To build the ISO (all this on one line):</p>
<p><span style="color: #888888;">mkisofs -o centos5-dvd1.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -r -R -J -V &#8220;CentOS 5.1 (CentOS) Disk1&#8243; -A &#8220;CentOS 5.1 (CentOS) Disk1&#8243; -p &#8220;Cinq&#8221; -T isolinux/</span></p>
<p>For Red Hat Entreprise Linux 5.1 I had to change the label for the DVD from &#8220;CentOS 5.1 (CentOS) Disk1&#8243; to &#8220;RHEL_5.1 x86_64 DVD&#8221; (obviously I am using the x64 version for RHEL5) so the command became:</p>
<p><span style="color: #888888;">mkisofs -o centos5-dvd1.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -r -R -J -V &#8220;RHEL_5.1 x86_64 DVD&#8221; -A &#8220;RHEL_5.1 x86_64 DVD&#8221; -p &#8220;Cinq&#8221; -T isolinux/</span></p>
<p>Reference sites:</p>
<ul>
<li><a href="http://www.techonthenet.com/linux/centos4_update.php">http://www.techonthenet.com/linux/centos4_update.php</a></li>
<li><a href="https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&amp;order=ASC&amp;topic_id=3635&amp;forum=27&amp;move=next&amp;topic_time=1149676608">https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&amp;order=ASC&amp;topic_id=3635&amp;forum=27&amp;move=next&amp;topic_time=1149676608</a></li>
<li><a href="http://blog.nominet.org.uk/tech/2005/09/19/building-a-redhat-enterprise-linux-serial-console-boot-dvd/">http://blog.nominet.org.uk/tech/2005/09/19/building-a-redhat-enterprise-linux-serial-console-boot-dvd/</a></li>
<li><a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/System_Administration_Guide/Kickstart_Installations-Kickstart_Options.html">http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/en-US/System_Administration_Guide/Kickstart_Installations-Kickstart_Options.html</a></li>
<li><a href="http://nootech.wordpress.com/2007/12/11/build-a-custom-centos-5-install-cd/">http://nootech.wordpress.com/2007/12/11/build-a-custom-centos-5-install-cd/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2008/04/14/rebuilding-the-dvd-iso-for-centos-5-or-rhel-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy</title>
		<link>http://cinq.com/2007/12/27/synergy/</link>
		<comments>http://cinq.com/2007/12/27/synergy/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 01:14:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/?p=3</guid>
		<description><![CDATA[This piece of software seems quite promising to solve some of the issues that I have on my desk. I would like different computer to integrate a bit better and the main 2 features promise just that: software kvm and shared clipboard. I will have to test Synergy on my main Linux desktop with either [...]]]></description>
			<content:encoded><![CDATA[<p>This piece of software seems quite promising to solve some of the issues that I have on my desk. I would like different computer to integrate a bit better and the main 2 features promise just that: software kvm and shared clipboard. I will have to test <a href="http://synergy2.sourceforge.net/">Synergy</a> on my main Linux desktop with either my Mac and the Windows laptop or maybe a second Linux desktop. I need more screen space on my desk.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/12/27/synergy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beryl</title>
		<link>http://cinq.com/2007/10/23/beryl/</link>
		<comments>http://cinq.com/2007/10/23/beryl/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 01:30:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/?p=4</guid>
		<description><![CDATA[Special effect for Linux is at the Beryl Project. I will be trying this in a VMWare with KUbuntu. May make me switch distro&#8230;]]></description>
			<content:encoded><![CDATA[<p>Special effect for Linux is at the <a href="http://www.beryl-project.org/">Beryl Project.</a> I will be trying this in a VMWare with KUbuntu. May make me switch distro&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/10/23/beryl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenProj</title>
		<link>http://cinq.com/2007/10/10/openproj/</link>
		<comments>http://cinq.com/2007/10/10/openproj/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 20:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/2007/10/10/openproj/</guid>
		<description><![CDATA[OpenProj is a nice application to do project management. All done in Java so it works on all my workstations.]]></description>
			<content:encoded><![CDATA[<p><a href="http://openproj.org/">OpenProj</a> is a nice application to do project management. All done in Java so it works on all my workstations.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/10/10/openproj/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vixta and Zombu</title>
		<link>http://cinq.com/2007/10/07/vixta-and-zombu/</link>
		<comments>http://cinq.com/2007/10/07/vixta-and-zombu/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 20:41:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gadget]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/2007/10/07/vixta-and-zombu/</guid>
		<description><![CDATA[Read a few articles today and taught that these 2 things were interesting: Vixta and Zonbu. I wish Vixta had some Tablet PC features because I would be reformating my tablet PC in no time. Vista is just a pain. It amazes me that you can go backward with an upgrade. Zonbu is a nice [...]]]></description>
			<content:encoded><![CDATA[<p>Read a few articles today and taught that these 2 things were interesting: <a href="http://www.vixta.org/">Vixta</a> and <a href="http://www.zonbu.com/">Zonbu</a>. I wish Vixta had some Tablet PC features because I would be reformating my tablet PC in no time. Vista is just a pain. It amazes me that you can go backward with an upgrade. Zonbu is a nice PC but I am not looking for hosted storage. I want a small quiet PC with Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/10/07/vixta-and-zombu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL article</title>
		<link>http://cinq.com/2007/09/12/mysql-article/</link>
		<comments>http://cinq.com/2007/09/12/mysql-article/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 20:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tuning]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/2007/09/12/mysql-article/</guid>
		<description><![CDATA[I have to start getting to know mysql optimization a bit more so I started to read and I found 1 good article that promises that my reading are going to be more than interesting. So for innodb_thread_concurrency I have this article from Peter Zaitsev.]]></description>
			<content:encoded><![CDATA[<p>I have to start getting to know mysql optimization a bit more so I started to read and I found 1 good article that promises that my reading are going to be more than interesting. So for innodb_thread_concurrency I have this <a href="http://peter-zaitsev.livejournal.com/9138.html">article from Peter Zaitsev.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/09/12/mysql-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco VPN Client and Linux Kernel 2.6.21</title>
		<link>http://cinq.com/2007/08/29/cisco-vpn-client-and-linux-kernel-2621/</link>
		<comments>http://cinq.com/2007/08/29/cisco-vpn-client-and-linux-kernel-2621/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 20:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hack]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/2007/08/29/cisco-vpn-client-and-linux-kernel-2621/</guid>
		<description><![CDATA[I had some problems installing the Cisco VPN client 4.8 on my Slackware 12.0 workstation so I searched a bit on the net and fond a page that had almost everything to the t: http://blog.360.yahoo.com/blog-.WURHFYwdq8.zfEosWC6j8jQ?p=55. A few very small differences that are due to the fact that the kernel has changed a bit more since [...]]]></description>
			<content:encoded><![CDATA[<p>I had some problems installing the Cisco VPN client 4.8 on my Slackware 12.0 workstation so I searched a bit on the net and fond a page that had almost everything to the t: http://blog.360.yahoo.com/blog-.WURHFYwdq8.zfEosWC6j8jQ?p=55. A few very small differences that are due to the fact that the kernel has changed a bit more since this doc. So here are the very quick steps:</p>
<ol>
<li>cd /usr/src/linux/</li>
<li>make menuconfig &#8211; and check that everything is good</li>
<li>make bzImage</li>
<li>cd include/linux</li>
<li>ln -s autoconf.h config.h</li>
<li>cd /whereever/vpnclient/</li>
<li>perl -p -i -e &#8216;s/CHECKSUM_HW/CHECKSUM_COMPLETE/g&#8217; interceptor.c &#8211; to replace references of CHECKSUM_HW with CHECKSUM_COMPLETE; there are only 2 to fix</li>
<li>perl -p -i -e &#8216;s/skb_checksum_help(.*)/skb_checksum_help(skb)/g&#8217; interceptor.c &#8211; to replace the 5 references to skb_checksum_help() with the proper parameters</li>
<li>./vpn_install &#8211; to install the Cisco VPN client</li>
</ol>
<p>If you have a different experience don&#8217;t hesitate to let me know how it works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/08/29/cisco-vpn-client-and-linux-kernel-2621/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lambda Probe</title>
		<link>http://cinq.com/2007/02/20/lambda-probe/</link>
		<comments>http://cinq.com/2007/02/20/lambda-probe/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 20:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://cinq.com/wptest/2007/02/20/lambda-probe/</guid>
		<description><![CDATA[A friend of mine recommended looking at Lambda Probe to monitor Tomcat Servers. I did not get a chance to look at everything but it looks very well done and gives you very valuable information about what your Tomcat Server is doin g.]]></description>
			<content:encoded><![CDATA[<p>A friend of mine recommended looking at <a href="http://www.lambdaprobe.org/">Lambda Probe</a> to monitor Tomcat Servers. I did not get a chance to look at everything but it looks very well done and gives you very valuable information about what your Tomcat Server is doin g.</p>
]]></content:encoded>
			<wfw:commentRss>http://cinq.com/2007/02/20/lambda-probe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
