<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>OMGIRC</title>
    <link>http://www.omgirc.com/</link>
    <description>OMGIRC Internet Relay Chat Network</description>
    <language>en-us</language>           
    <generator>Nucleus CMS v3.32</generator>
    <copyright>ï¿½</copyright>             
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://www.omgirc.com//nucleus/nucleus2.gif</url>
      <title>OMGIRC</title>
      <link>http://www.omgirc.com/</link>
    </image>
    <item>
 <title>Install Webmin 1.470 on Ubuntu Server</title>
 <link>http://www.omgirc.com/index.php?itemid=68</link>
<description><![CDATA[<div class="rightbox"><a href="http://www.omgirc.com/media/1/20090606-webmin.jpg">Webmin 1.470</a></div><b>What is webmin?</b><br />
<br />
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the <a href="http://www.webmin.com/standard.html">standard modules</a> page for a list of all the functions built into Webmin, or check out the <a href="http://www.webmin.com/demo.html">screenshots</a>. <br />
<br />
In this article, we will walk you through installing Webmin 1.470 on a Ubuntu 9.04 Server<br />
<br />
<br />
Read more to learn how!<br />
<br />
<br />
<b>1: Download <a href="http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin_1.470_all.deb">Webmin 1.470</a></b><br />
<br />
$ wget http://superb-west.dl.sourceforge.net/sourceforge/webadmin/webmin_1.470_all.deb<br />
<br />
<b>2: Install dependences</b><br />
<br />
$ sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perl<br />
<br />
<b>3: Install Webmin 1.470</b><br />
<br />
$ sudo dpkg -i webmin_1.470_all.deb<br />
<br />
<b>4: Log into Webmin 1.470</b><br />
<br />
Browse to https://host:10000 in your web browser.<br />
<br />
(This could also be https://ip.address:10000)<br />
<br />
If you need any assistance with this, please ask in our <a href="http://www.omgirc.com/chat.php">friendly chatroom</a> [ <a href="http://www.omgirc.com/chat.php">http://www.omgirc.com/chat.php</a> ]<br />
<br />
]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=68</comments>
 <pubDate>Sat, 6 Jun 2009 19:42:33 -0700</pubDate>
</item><item>
 <title>Install Google&apos;s Droid fonts on your Linux Desktop</title>
 <link>http://www.omgirc.com/index.php?itemid=66</link>
<description><![CDATA[<div class="leftbox"><a href="http://www.omgirc.com/media/1/20090313-android-art_537x496.png">Google Android Font Install on Linux</a></div> <b>Do you dig the Google Droid font that is used by the Google Android OS?</b><br />
<br />
One thing not too many people have yet been raving over is the lovely set of typefaces from Ascender Fonts known as the Droid family.<br />
<br />
Hidden away into the down-loadable SDK's emulator is system.img which contains various binary files including these new fonts. Being that the image is almost certainly in Linux ext format and I found no easy way of mounting it in Mac OS X or Windows I was rather pleased when I found a simple deb package to install the fonts with ease.<br />
<br />
In this article we will walk you through installing the Droid font on your Linux Desktop.<br />
<br />
<b>Ubuntu 9.04 “Jaunty”</b><br />
<br />
$ sudo aptitude install ttf-droid<br />
<br />
<b>Ubuntu 8.10 “Intrepid”</b><br />
<br />
Download <a href="http://www.omgirc.com/files/ttf-droid_1.00~b112+dfsg-0ubuntu1_all.deb">ttf-droid package</a>:<br />
$ wget http://www.omgirc.com/files/ttf-droid_1.00~b112+dfsg-0ubuntu1_all.deb<br />
<br />
<b>Install the ttf-droid package:</b><br />
<br />
If you downloaded it to your desktop, simply double click and install.<br />
<br />
If you followed the command line, simply run:<br />
<br />
$ sudo dpkg -i ttf-droid_1.00~b112+dfsg-0ubuntu1_all.deb<br />
<br />
<b>Change the font used:</b><br />
<br />
Browse to:<br />
<br />
System -> Preferences -> Appearance<br />
<br />
Then select the Fonts Tab.<br />
<br />
Change the font used to the Droid font of your choice.<br />
<br />
Enjoy!<br />
<br />
If you need any assistance with this, please ask in our <a href="http://www.omgirc.com/chat.php">friendly chatroom</a> [ <a href="http://www.omgirc.com/chat.php">http://www.omgirc.com/chat.php</a> ]<br />
<br />
<br />
<br />
<br />
<br />
]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=66</comments>
 <pubDate>Fri, 13 Mar 2009 09:19:08 -0700</pubDate>
</item><item>
 <title>Mounting ISO images with one click in Ubuntu Linux!</title>
 <link>http://www.omgirc.com/index.php?itemid=63</link>
<description><![CDATA[<div class="rightbox"><a href="http://www.omgirc.com/media/1/20090222-iso.png">Mount ISO Image</a></div> <b>Why would i need to mount an ISO in one click?</b><br />
<br />
Well if you're a lazy ass Linux user like myself, you would do anything possible to save time and continue mastering the art of laziness. Shell scripts are your friend when it comes to perfecting this very art. Why launch terminal every time to mount your ISO images when you can simple right click on them and mount them with a Nautilus context menu.<br />
<br />
In this article, we will walk you through adding a simple shell script that will allow you to mount ISO images within Ubuntu Linux with a simple right click.<br />
<br />
First, you will need to grab the two scripts. One for mounting, one for un-mounting the ISO images.<br />
<br />
Download <a href="http://www.omgirc.com/files/mount.sh">mount.sh</a> and <a href="http://www.omgirc.com/files/unmount.sh">unmount.sh</a><br />
<br />
Now change the permissions to each file to allow them to be executable:<br />
<br />
$ sudo chmod +x mount.sh<br />
<br />
$ sudo chmod +x unmount.sh<br />
<br />
Move the scripts to the Nautilus script folder:<br />
<br />
$ sudo mv mount.sh ~/.gnome2/nautilus-scripts/<br />
<br />
$ sudo mv unmount.sh ~/.gnome2/nautilus-scripts/<br />
<br />
You should now see a "Scripts" option, along with mount and unmount when you click on an ISO image!<br />
<br />
<div style="text-align: center"><a href="http://www.omgirc.com/media/1/20090222-mount.png">Mount and Unmount the ISO image</a></div><br />
<br />
If you need any assistance with this, please ask in our <a href="http://www.omgirc.com/chat.php">friendly chatroom</a> [ <a href="http://www.omgirc.com/chat.php">http://www.omgirc.com/chat.php</a> ]<br />
<br />
<br />
<br />
]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=63</comments>
 <pubDate>Sun, 22 Feb 2009 16:10:26 -0800</pubDate>
</item><item>
 <title>Crack password protected RAR files with Ubuntu Linux</title>
 <link>http://www.omgirc.com/index.php?itemid=61</link>
<description><![CDATA[<div class="leftbox"><a href="http://www.omgirc.com/media/1/20081217-padlock.jpg">Crack password protected rar files with Ubuntu Linux</a></div><b>Ever get a file that some douche bag password protected?</b><br />
<br />
Fear not my fellow linux family! You can crack password protected rar files very easily in linux. <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a> uses brute force algorithm to find correct password. You can specify which characters will be used in password generations.<br />
<br />
In this tutorial we will walk you through installing <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a> and cracking a password protected RAR archive.<br />
<br />
1) Download <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a><br />
<br />
$ wget http://superb-east.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2<br />
<br />
2) Extract <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a><br />
<br />
$ tar xvjf rarcrack-0.2.tar.bz2<br />
<br />
3) Compile <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a><br />
<br />
$ make<br />
<br />
4) Install <a href="http://rarcrack.sourceforge.net/" target="_blank">Rarcrack</a><br />
<br />
$ sudo make install <br />
<br />
5) Crack a Rar Archive<br />
<br />
$ rarcrack your_encrypted_archive.ext [--threads thread_num] [--type rar|zip|7z]<br />
<br />
If you need any assistance with this, please ask in our <a href="http://www.omgirc.com/chat.php">friendly chatroom</a> [ <a href="http://www.omgirc.com/chat.php">http://www.omgirc.com/chat.php</a> ]]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=61</comments>
 <pubDate>Wed, 17 Dec 2008 19:55:37 -0800</pubDate>
</item><item>
 <title>Pre-jailbroken custom 2.2 firmware for iPhone 3G</title>
 <link>http://www.omgirc.com/index.php?itemid=59</link>
<description><![CDATA[<div style="text-align: center"><a href="http://www.omgirc.com/media/1/20081124-jailbreak.jpeg">jailbreak iphone 3g 2.2 custom firmware</a></div><br />
<br />
Yes! The OMGIRC team has yet again put up a custom pre-jailbroken firmware for a quick 1-step update! Just shift-click restore in iTunes and select the custom ipsw firmware! That's it!<br />
<br />
Please check the hash of your download, we take no responsibility for what you do with the firmware provided or the phone you plan on updating. Just double check the MD5 hash to be sure you have a complete download :)<br />
<br />
Download: <a href="http://www.omgirc.com/files/iPhone1,2_2.2_5G77_Custom_Restore.ipsw">2.2 Firmware for iPhone 3G</a><br />
<a href="http://www.omgirc.com/files/iPhone1,2_2.2_5G77_Custom_Restore.ipsw">http://www.omgirc.com/files/iPhone1,2_2.2_5G77_Custom_Restore.ipsw</a><br />
[ MD5: c51a21390cce41553350eebdd6dc7817 ]<br />
<br />
Enjoy!<br />
  ]]></description>
 <category>Tech</category>
<comments>http://www.omgirc.com/index.php?itemid=59</comments>
 <pubDate>Mon, 24 Nov 2008 19:21:00 -0800</pubDate>
</item><item>
 <title>DynDns Daemon Service for your Ubuntu Server or Desktop</title>
 <link>http://www.omgirc.com/index.php?itemid=57</link>
<description><![CDATA[<div class="rightbox"><a href="http://www.omgirc.com/media/1/20081115-220px-Dyndns_logo.png">DynDns Ubuntu Server Desktop Daemon Service</a></div><b>What is DynDns?</b><br />
Formed in 1998, Dynamic Network Services Inc. (Dyn Inc.) provides domain name system (DNS) services with the highest levels of redundancy, service, and support in the industry. The world-class team of DNS experts allows us to provide unprecedented quality of service and support, and our use of proven open source technology reduces cost and risk to their users. The result? Superior DNS service and value.<br />
<br />
<b>Keeping Connected with DNS</b><br />
<br />
DNS was created to make the Internet easier to use. Before DNS, computers connected to the Internet were only reachable by their computer address, called an IP address, written like 63.208.196.66. Internet pioneers created a system called DNS which allowed hostnames like www.website.com and mail.mycompany.com to be used in place of the numbers. This translation occurs automatically.<br />
<br />
Dyn Inc. has operated the DynDNS® Platform as a brand of services starting with a free Dynamic DNS services because some Internet users have IP addresses that change. We created a method that allows users to update the IP address associated with a hostname that we provide, enabling users to serve content or keep connected to their computer.<br />
<br />
In this Article we will walk you through installing and configuring <a href="http://ddclient.wiki.sourceforge.net/" target=_blank>ddclient</a> on Ubuntu Linux.<br />
<br />
<br />
1: Setup a Free (or paid) DynDns.org account @ <a href="https://www.dyndns.com/services/dns/dyndns/howto.html" target=_blank>https://www.dyndns.com/services/dns/dyndns/howto.html</a><br />
<br />
2: Install ssh and ssh-socket so we can send our DynDNS user and password encrypted instead clear text:<br />
<br />
$ sudo apt-get install ssh libio-socket-ssl-perl<br />
<br />
3: Install  <a href="http://ddclient.wiki.sourceforge.net/" target=_blank>ddclient</a>:<br />
<br />
$ sudo apt-get install ddclient<br />
<br />
4: Configure <a href="http://ddclient.wiki.sourceforge.net/" target=_blank>ddclient</a>:<br />
<br />
<a href="http://www.omgirc.com/media/1/20081115-ddclient01.png">ddclient</a><br />
<br />
For your dynamic DNS provider, select www.dyndns.com<br />
<br />
<a href="http://www.omgirc.com/media/1/20081115-ddclient02.png">ddclient</a><br />
<br />
Type the domain name you want to update (i.e. omgirc.dyndns.org or if you paid for your own dmain, i.e. omgbbs.com)<br />
<br />
<a href="http://www.omgirc.com/media/1/20081115-dcclient03.png">ddclient</a><br />
<br />
Enter your DynDNS username<br />
<br />
<a href="http://www.omgirc.com/media/1/20081115-ddclient04.png">ddclient</a><br />
<br />
Enter your DynDNS password<br />
<br />
<a href="http://www.omgirc.com/media/1/20081115-ddclient05.png">ddclient</a><br />
<br />
Type “web” as the DynDNS interface<br />
<br />
5: Edit your /etc/ddclient.conf<br />
<br />
$ sudo nano /etc/ddclient.conf<br />
<br />
Replace <b>use=if, if=web</b> with <b>use=web, web=checkip.dyndns.com/, web-skip='IP Address'</b><br />
<br />
Under that add<br />
<br />
<b>ssl=yes<br />
daemon=300</b><br />
<br />
Save and Quit (Ctrl-X)<br />
<br />
6: Restart the ddclient daemon service<br />
<br />
$ sudo /etc/init.d/ddclient restart<br />
<br />
Thats it!<br />
<br />
You can verify your updated ip by typing:<br />
<br />
$ nslookup <your.dyndns.domain><br />
<br />
Verify that matches with what h<a href="http://www.moanmyip.com/">ttp://www.moanmyip.com/</a> says.<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></description>
 <category>General</category>
<comments>http://www.omgirc.com/index.php?itemid=57</comments>
 <pubDate>Sat, 15 Nov 2008 17:07:29 -0800</pubDate>
</item><item>
 <title>Jailbreak / Unlock your iPhone 2G / 3G in 1-Step!</title>
 <link>http://www.omgirc.com/index.php?itemid=55</link>
<description><![CDATA[<div class="leftbox"><a href="http://www.omgirc.com/media/1/20081015-iphone.jpg">iphone hack jailbreak unlock</a></div> Tired of running in circles trying to figure out the proper way to jailbreak and unlock your iPhone 2g or 3g? Your wish is our command. Here is a 1-step unlock for your iPhone 2G or 3G. Download the pre-jailbroken firmware update and just update your iPhone with it!<br />
<br />
Used: <a href="http://wikee.iphwn.org/main" target=_blank>Pwnage Tool</a><br />
[ <a href="http://wikee.iphwn.org/main" target=_blank>http://wikee.iphwn.org/main</a> ]<br />
Storage: 1gig partition (room for all those 3rd party apps!)<br />
Version: 2.1 (Hash: 5F136)<br />
<br />
<br />
Download:<br />
<a href="http://www.omgirc.com/files/iPhone1,1_2.1_5F136_Custom_Restore.ipsw">2.1 2G</a><br />
<a href="http://www.omgirc.com/files/iPhone1,1_2.1_5F136_Custom_Restore.ipsw">http://www.omgirc.com/files/iPhone1,1_2.1_5F136_Custom_Restore.ipsw</a><br />
         [ MD5: 9706b0c79249d49c2e862654edd373ff ]<br />
<br />
<a href="http://www.omgirc.com/files/iPhone1,2_2.1_5F136_Custom_Restore.ipsw">2.1 3G</a> <br />
<a href="http://www.omgirc.com/files/iPhone1,2_2.1_5F136_Custom_Restore.ipsw">http://www.omgirc.com/files/iPhone1,2_2.1_5F136_Custom_Restore.ipsw</a><br />
         [ MD5: c0590296a08957948710bef26581a109 ]<br />
<br />
Read on if you don't know how to install this firmware using iTunes<br />
<br />
<b>Put your iPhone into DFU Mode.</b><br />
<br />
(Edit: the text on how to do this was boring. So i found Mr. AceMurdera demoinstrating this for you. Enjoy :)<br />
<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/fiTcKMZfyfk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/fiTcKMZfyfk&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
<br />
After you put the iPhone into <b>DFU mode</b> simply <b>SHIFT-CLICK</b> the <b>"Restore"</b> button, browse to the custom IPSW firmware file and install! <br />
<b>[ NOTE:</b> This *WILL* erase all data on the iPhone <b>]</b><br />
<br />
Enjoy your new jailbroken + unlocked firmware by browsing through "Installer" and "Cydia"! Don't forget to add some 3rd party repos to find more software!<br />
<br />
If you need any assistance with this, please ask in our <a href="http://www.omgirc.com/chat.php">friendly chatroom</a> [ <a href="http://www.omgirc.com/chat.php">http://www.omgirc.com/chat.php</a> ]]]></description>
 <category>Tech</category>
<comments>http://www.omgirc.com/index.php?itemid=55</comments>
 <pubDate>Wed, 15 Oct 2008 21:53:08 -0700</pubDate>
</item><item>
 <title>Install AWN Dock on Ubuntu Linux</title>
 <link>http://www.omgirc.com/index.php?itemid=51</link>
<description><![CDATA[<div class="rightbox"><a href="http://www.omgirc.com/media/1/20081009-awn-192.png">AWN Avant Window Navigator</a></div><b>What is AWN?</b><br />
Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of the screen. It has support for launchers, task lists, and third party applets. The official applet and plugin repository is in a separate project, awn-extras <https://launchpad.net/awn-extras/><br />
<br />
The Awn project is the development of the 'dock', avant-window-navigator, and its corresponding shared library 'libawn', which is used to develop applets.<br />
<br />
In this article we will walk you through a quick install of AWN along with a basic configuration and AWN Applet support.<br />
<br />
<br />
<b>Enable video hardware drivers:</b><br />
<br />
System -> Administration -> Hardware Drivers -> Check box video driver (if any)<br />
<br />
<b>Enable "Extra" Visual effects</b><br />
<br />
System -> Preferences -> Apperance -> Visual Effects Tab -> Extra Radio Button<br />
<br />
<b>Install AWN:</b><br />
<br />
Launch Terminal and type:<br />
<br />
$ sudo apt-get install avant-window-navigator<br />
<br />
<b>Run AWN:</b><br />
<br />
Applications -> Accessories -> Avant Window Navigator<br />
<br />
<b>Configure AWN:</b><br />
<br />
Right click on a icon on the AWN Dock and choose Dock Preferences<br />
<br />
or<br />
<br />
Launch Terminal and type:<br />
<br />
$ awn-manager<br />
<br />
<b>Bar behaviour:</b><br />
<br />
General tab -> Check off "Keep below maximized windows when not in use" and "Alert when application window updated"<br />
<br />
<b>Icon Effects:</b><br />
<br />
General tab -> Icon Effects Dropdown -> Select Zoom<br />
<br />
<b>Show running apps:</b><br />
<br />
Task Apperance -> Tasks have arrows<br />
<br />
<b>3D bar:</b><br />
<br />
Bar Apperance -> Look -> 3D Look<br />
<br />
<b>Install AWN Applets:</b><br />
<br />
Even though AWN Dock is part of the offical ubuntu repositories, Awn Extras unfortunately did not make it into either the official Gutsy or Hardy repositories. It did however make it into Ubuntu 8.10.<br />
<br />
<b><u>8.10 Users:</u></b><br />
<br />
Launch Terminal and type:<br />
<br />
$ sudo apt-get install avant-window-navigator-trunk awn-manager-trunk awn-extras-applets-trunk<br />
<br />
<b><u>8.04 Users:</u></b><br />
<br />
Add apt sources<br />
<br />
System -> Administration -> Software Sources -> Password -> Third-Party Software -> Add<br />
<br />
Put the following two repositories<br />
<br />
deb http://ppa.launchpad.net/awn-testing/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/awn-testing/ubuntu hardy main<br />
<br />
Close -> Reload<br />
<br />
Launch Terminal and type:<br />
<br />
$ sudo apt-get install avant-window-navigator-trunk awn-manager-trunk awn-extras-applets-trunk<br />
<br />
<b>Add AWN Applets:</b><br />
<br />
Right click on Dock -> Preferences<br />
<br />
or <br />
<br />
Terminal -> awn-manager<br />
<br />
Select Applets<br />
<br />
Add:<br />
<ul><br />
<li>Awn Main Menu</li><br />
<li>Awn Notification Daemon (for system notices)</li><br />
<li>Clock/Calandar Applet (we're removing the bar at the top with the time in it!)</li><br />
<li>Digg (Because we all cant live without our precious tech news)</li><br />
<li>File Browser Launcher (we're removing the bar at the top that has Places!)</li><br />
<li>Last.fm (To configure, right click on icon and select Preferences)</li><br />
<li>Notification Area (will be a white line for now, system tray is already in use by gnome-panel at the top)</li><br />
<li>Quit-Logoff Applet (we're removing the logout/shutdown from the top!)</li><br />
<li>Trash Applet (we're removing it from the bottom panel!)</li><br />
</ul><br />
<b>Add apps to dock:</b><br />
<br />
Applications -> Internet -> Drag Firefox to dock<br />
<br />
<b>Remove panels:</b><br />
<br />
Right click bottom panel -> Delete this panel -> Confirm Delete<br />
<br />
Right click top panel -> Note that "Delete this panel" is greyed out<br />
<br />
System -> Preferences -> Sessions -> Current Sessions -> Remove Gnome Panel<br />
<br />
Session Options -> CLOSE ALL OPEN APPS -> Remeber Currently Running Applications<br />
<br />
Startup Programs -> Add -> avant-window-navigator -> Close -> REBOOT<br />
<br />
<b>Enjoy Avant Window Navigator Dock!</b>]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=51</comments>
 <pubDate>Thu, 9 Oct 2008 22:22:58 -0700</pubDate>
</item><item>
 <title>Twhirl Twitter Client with Adobe AIR on Ubuntu 8.04 32bit / 64bit</title>
 <link>http://www.omgirc.com/index.php?itemid=49</link>
<description><![CDATA[<div class="leftbox"><a href="http://www.omgirc.com/media/1/20081001-twhirl00.jpg">Twhirl Twitter AdobeAIR Adobe AIR</a></div> <b>What is Twhirl?</b><br />
<a href="http://www.twhirl.org/" target="_blank">Twhirl</a> is a desktop client for the popular microblogging service <a href="http://twitter.com/" target="_blank">Twitter</a>. It allows you to post short 140-character updates about what you are doing, as well as following your twitter friends and read all their updates, replies anyone sends to you, and direct messages to your account. You can also answer to another user by replying or sending him/her a private direct message.<br />
<br />
<a href="http://www.twhirl.org/" target="_blank">Twhirl</a> has a lot of other features, for example looking up other user’s profiles, searching public tweets (powered by <a href="http://terraminds.com/" target="_blank">terraminds</a>, favoring tweets etc.<br />
<br />
The latest version added support to post your updates to two other services, <a href="http://pownce.com/" target="_blank">Pownce</a> and <a href="http://www.jaiku.com/" target="_blank">Jaiku</a>.<br />
<br />
In this article we will show you how to install <a href="http://www.twhirl.org/" target="_blank">Twhirl</a> along side with Adobe AIR on Ubuntu Linux 32bit and 64bit Platforms.<br />
<br />
<br />
1: Download <a href="http://labs.adobe.com/downloads/air_linux.html" target="_blank"><b>AdobeAIR SDK</b></a><br />
<br />
Browse to <a href="http://labs.adobe.com/downloads/air_linux.html" target="_blank"><b>http://labs.adobe.com/downloads/air_linux.html</b></a> and download the SDK from the very bottom of that page.<br />
<br />
2: Create "AdobeAIRSDK" folder in your home folder and Extract the <b>AdobeAIR SDK</b><br />
<br />
$ mkdir ~/AdobeAIRSDK && tar -xvf adobeair_linux_sdk_b1_091508.tbz2 -C ~/AdobeAIRSDK<br />
<br />
3: Download the <a href="http://twhirl.org/project/twhirl" target="_blank"><b>Twhirl Client</b></a><br />
<br />
Browse to <a href="http://twhirl.org/project/twhirl" target="_blank"><b>http://twhirl.org/project/twhirl</b></a> and download the latest package<br />
<br />
4: Create "Twhirl" folder in your home folder and Extract the Twhirl Client<br />
<br />
$ mkdir ~/Twhirl && unzip twhirl-0.8.6.air -d ~/Twhirl<br />
<br />
5: Create a script to run the <b>Twhirl Client</b> with <b>AdobeAIR</b><br />
<br />
$ nano ~/twhirl.sh<br />
<br />
Put the following, all in one line: ~/AdobeAIRSDK/bin/adl -nodebug  ~/Twhirl/META-INF/AIR/application.xml ~/Twhirl<br />
<br />
Ctrl-X to Save<br />
<br />
6: Make your twhirl.sh script executable<br />
<br />
$ chmod +x ~/twhirl.sh<br />
<br />
7: Run your script from bash<br />
<br />
$ ~/twhirl.sh<br />
<br />
]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=49</comments>
 <pubDate>Wed, 1 Oct 2008 11:39:55 -0700</pubDate>
</item><item>
 <title>Create an .iso from anything in Ubuntu Linux</title>
 <link>http://www.omgirc.com/index.php?itemid=46</link>
<description><![CDATA[<div class="rightbox"><a href="http://www.omgirc.com/media/1/20080930-Nuvola-inspired_File_Icons_for_MediaWiki-fileicon-iso.png">ISO Image</a></div>The Ubuntu Guide web site runs down how to turn your CDs/DVDs and folders into .iso disk images. The process even demonstrates how to create your own MD5 checksum files. This surprisingly simple process makes it easy to create digital backups of all those installation CDs you've accumulated.<br />
<br />
Creating an .iso image can be useful when you want to mount an image in VMWare and install software or updates. Just point to the directory and execute the command, before you know it you'll have a nice solid iso image to mount to your hearts content.<br />
<br />
Although the process is specific to Ubuntu, you can follow the same tutorial to create .iso and MD5 checksum files in any distro.<br />
<br />
Read on to learn how to create your very own .iso images using Ubuntu Linux.<b>Turn a CD/DVD into an .iso</b><br />
<br />
sudo umount /dev/cdrom<br />
<br />
dd if=/dev/cdrom of=file.iso bs=1024<br />
<br />
<b>Turn a folder into an .iso</b><br />
<br />
mkisofs -r -o file.iso /location_of_folder/<br />
    <br />
<b>Generate an MD5 checksum file</b><br />
    <br />
md5sum file.iso > file.iso.md5]]></description>
 <category>Linux</category>
<comments>http://www.omgirc.com/index.php?itemid=46</comments>
 <pubDate>Tue, 30 Sep 2008 07:33:36 -0700</pubDate>
</item>
  </channel>
</rss>
