<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: fedora code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 06:03:26 GMT</pubDate>
    <description>DZone Snippets: fedora code</description>
    <item>
      <title>command to install mysql gem in FC5</title>
      <link>http://snippets.dzone.com/posts/show/3186</link>
      <description>// installs the mysql gem with the correct locations of the mysql  install, for some reason the installer can't find it on its own.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;gem install mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 21 Dec 2006 00:25:21 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/3186</guid>
      <author>adevadeh (adeh)</author>
    </item>
    <item>
      <title>create linux bootdisk and fix grub after windows reinstall</title>
      <link>http://snippets.dzone.com/posts/show/2796</link>
      <description>&lt;b&gt;Boot Disk Method&lt;/b&gt;&lt;br /&gt;1. Create boot disk. &lt;br /&gt;For Fedora Core 3: &lt;br /&gt;&lt;code&gt;&lt;br /&gt;/sbin/grub-install /dev/fd0&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;For Fedora Core 4+: &lt;br /&gt;&lt;code&gt;mkbootdisk `uname -r`&lt;/code&gt;&lt;br /&gt;2. Reinstall Windows. &lt;br /&gt;3. boot with floppy then&lt;br /&gt;&lt;code&gt;grub-install /dev/hdb&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Rescue CD&lt;/b&gt;&lt;br /&gt;1. Boot using FC3 CD then &lt;br /&gt;&lt;code&gt;&lt;br /&gt;linux rescue&lt;br /&gt;chroot /mnt/sysimage&lt;br /&gt;grub-install /dev/hdb&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;http://www.fedoraforum.org/forum/showthread.php?t=1272</description>
      <pubDate>Sun, 08 Oct 2006 03:35:48 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2796</guid>
      <author>nevadalife (nevada)</author>
    </item>
    <item>
      <title>bluetooth port in linux</title>
      <link>http://snippets.dzone.com/posts/show/2262</link>
      <description>To find out the bluetooth port&lt;br /&gt;&lt;code&gt;&lt;br /&gt;hcitool inq&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 09 Jul 2006 05:45:24 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2262</guid>
      <author>sahilahuja (Sahil Ahuja)</author>
    </item>
    <item>
      <title>To synchronize linux time -</title>
      <link>http://snippets.dzone.com/posts/show/2258</link>
      <description>My motherboard's battery's kind of out - so I have do this at startup (I added this in /etc/rc.d/rc.local)&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/usr/sbin/ntpdate pool.ntp.org &lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 08 Jul 2006 23:50:06 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2258</guid>
      <author>sahilahuja (Sahil Ahuja)</author>
    </item>
  </channel>
</rss>
