<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Icerocket blog search: tag:Unix</title>
<link>http://blogs.icerocket.com/search?q=tag%3AUnix</link>
<description>Blogs Search from IceRocket.com</description>
<language>en-us</language>
<copyright>Copyright 2009, IceRocket.com</copyright>
<item>
 <title><![CDATA[Perl script to exact packages from multi package Perl module]]></title>
 <description><![CDATA[Here is a little script that I use to extract the individual modules from a multiple package Perl module. While the script works, it isn't perfect and if you have any comments, have an addendum, etc, please let me know! The script is below. Please make sure to edit $file, the input file, and $outdir <b>...</b> ]]></description>
 <link><![CDATA[http://ekawas.blogspot.com/2009/11/perl-script-to-exact-packages-from.html]]></link>
 <pubDate>Wed, 25 Nov 2009 13:27:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[9c00915503eef54ab5ba4862dc3dd5e2]]></guid>
 <dc:creator>Ed </dc:creator>
 <source url="http://ekawas.blogspot.com/">off the blog</source>
</item>
<item>
 <title><![CDATA[History of data warehousing]]></title>
 <description><![CDATA[he concept of data warehousing dates back to the late 1980s [2] when IBM researchers Barry Devlin and Paul Murphy developed the “business data warehouse”. In essence, the data warehousing concept was intended to provide an architectural model for the flow of data from operational systems to decision <b>...</b> ]]></description>
 <link><![CDATA[http://arunkumar.coreibms.com/wp/?p=7]]></link>
 <pubDate>Wed, 25 Nov 2009 11:48:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[15798f8432e6a618cd187a3abaca13e3]]></guid>
 <dc:creator>arun</dc:creator>
 <source url="http://arunkumar.coreibms.com/wp">Nisheet Singh</source>
</item>
<item>
 <title><![CDATA[Technicien Sytème et Réseau]]></title>
 <description><![CDATA[Entreprise RueDuCommerce.com est le premier site français de vente en ligne de matériel high-tech. La Société offre au travers de son site www.rueducommerce.com une large gamme de produits composée de plus de 20.000 références et compte plus de 2 millions de clients en France ! Historiquement positi <b>...</b> ]]></description>
 <link><![CDATA[http://smartsourcing.fr/technicien_systeme_reseau]]></link>
 <pubDate>Wed, 25 Nov 2009 11:41:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[c56dd5afaaa66f13b804594d539bc90e]]></guid>
 <dc:creator>Sophia</dc:creator>
 <source url="http://smartsourcing.fr">Smartsourcing</source>
</item>
<item>
 <title><![CDATA[Firebird ODBC/JDBC Drivers 2.0 Release Candidate 1 (RC1)]]></title>
 <description><![CDATA[Firebird ODBC/JDBC Drivers 2.0 is driver ODBC/JDBC for firebird. Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored  <b>...</b> ]]></description>
 <link><![CDATA[http://softfive.com/firebird-odbcjdbc-drivers-2-0/]]></link>
 <pubDate>Wed, 25 Nov 2009 10:16:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[3ac5461b60656c81018c0b542f9204d6]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://softfive.com">Free Downloads and Review Software @softfive.com - Best Donwload Software Site</source>
</item>
<item>
 <title><![CDATA[Firebird-2.1.3: Windows executable installer for first-time users]]></title>
 <description><![CDATA[Firebird-2.1.3 Windows executable installer for full Classic or Superserver, recommended for first-time users. Anyone can build a custom version of Firebird, as long as the modifications are made available, under the same IDPL licensing, for others to use and build on.Firebird is a relational databa <b>...</b> ]]></description>
 <link><![CDATA[http://softfive.com/firebird-2-1-3-windows-executable-installer-for-first-time-users/]]></link>
 <pubDate>Wed, 25 Nov 2009 10:03:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[73f3069110995f14834df56dfd504cee]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://softfive.com">Free Downloads and Review Software @softfive.com - Best Donwload Software Site</source>
</item>
<item>
 <title><![CDATA[Firebird-2.0.5:Full Classic or Superserver, zip kit]]></title>
 <description><![CDATA[Firebird-2.0.5:Full Classic or Superserver, zip kit. Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures a <b>...</b> ]]></description>
 <link><![CDATA[http://softfive.com/firebird-2-0-5full-classic-or-superserver-zip-kit/]]></link>
 <pubDate>Wed, 25 Nov 2009 09:58:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[aef62429b1d3d7d70647248ebb17477a]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://softfive.com">Free Downloads and Review Software @softfive.com - Best Donwload Software Site</source>
</item>
<item>
 <title><![CDATA[print last field]]></title>
 <description><![CDATA[The simple solution with awk is doing: awk ‘{print $NF}’ This is useful when like in the following we want to list just files skipping directories: ls -l | awk ‘NR!=1 && !/^d/ {print $NF} There are other options of course, take a look at this example from a nice collection of bash and unix tips [... <b>...</b> ]]></description>
 <link><![CDATA[http://ignaciopp.wordpress.com/2009/11/25/print-last-field/]]></link>
 <pubDate>Wed, 25 Nov 2009 09:53:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[4a513f481a2a7b2b6055fd6be77c564c]]></guid>
 <dc:creator>ignacio</dc:creator>
 <source url="http://ignaciopp.wordpress.com">Nachopp&#039;s Blog</source>
</item>
<item>
 <title><![CDATA[Microsoft Web App Gallery – Bane or Boon?]]></title>
 <description><![CDATA[Microsoft, in an attempt to make their Windows Server with IIS product more attractive, is now offering a system to easily install popular web software such as Content Management Systems (CMS's) and web forums, among others. These automated systems make it painless to install these applications that <b>...</b> ]]></description>
 <link><![CDATA[http://www.qcdesigntech.com/2009/11/microsoft-web-app-gallery/#utm_source=feed&utm_medium=feed&utm_campaign=feed]]></link>
 <pubDate>Wed, 25 Nov 2009 09:00:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[950f6f41b4c1eef538897db73d3e0da5]]></guid>
 <dc:creator>Cody Wilson</dc:creator>
 <source url="http://www.qcdesigntech.com">QCDesignTech</source>
</item>
<item>
 <title><![CDATA[Firebird V.1.5 (End of Series) ; Windows Setup and Installe]]></title>
 <description><![CDATA[Firebird V.1.5 (End of Series) : Windows Setup and Installer For Classic and SuperServer Debug Build. Firebird or also know FirebirdSQL is an open source relational database management system that runs on GNU/Linux, Windows, and a variety of Unix platforms Firebird Features: Full support for stored  <b>...</b> ]]></description>
 <link><![CDATA[http://softfive.com/firebird-v-1-5-end-of-series-windows-setup-and-installe/]]></link>
 <pubDate>Wed, 25 Nov 2009 08:51:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[2334408ed9f827800c6589619d8ad43f]]></guid>
 <dc:creator>admin</dc:creator>
 <source url="http://softfive.com">Free Downloads and Review Software @softfive.com - Best Donwload Software Site</source>
</item>
<item>
 <title><![CDATA[LinuxでisoイメージからCD/DVDを焼く]]></title>
 <description><![CDATA[毎回忘れるので覚え書き。 isoイメージからCDを焼く。 # cdrecord -scanbus ・・・ scsibus1: 1,0,0 100) 'HL-DT-ST' 'DVD-RAM GSA-H60L' 'E904' Removable CD-ROM★ 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * # cdrecord -v dev=1,0,0 speed=8 XXX.iso isoイメージからDVDを焼く。 # growisofs -dvd-compat <b>...</b> ]]></description>
 <link><![CDATA[http://www.cafechantant.com/blog/2009/11/25/burn_cd_and_dvd_on_linux/]]></link>
 <pubDate>Wed, 25 Nov 2009 08:48:00 CST</pubDate>
 <guid isPermaLink="false"><![CDATA[8dbbe82bdde361baf0d355b621207692]]></guid>
 <dc:creator>kunkichi</dc:creator>
 <source url="http://www.cafechantant.com/blog">cafe chantant blog</source>
</item>
</channel>
</rss>


