<?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>TheUnical Technologies Blog &#187; Karmic Koala</title>
	<atom:link href="http://blog.theunical.com/category/ubuntu/karmic-koala-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.theunical.com</link>
	<description>TheUnical Technologies Official Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:46:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Install GlassFish on CentOS RedHat Fedora</title>
		<link>http://blog.theunical.com/java/how-to-install-glassfish-on-centos-redhat-fedora/</link>
		<comments>http://blog.theunical.com/java/how-to-install-glassfish-on-centos-redhat-fedora/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:15:06 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[GlassFish]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WebServers]]></category>
		<category><![CDATA[CentOs]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Install GlassFish on CentOS RedHat Fedora]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/java/how-to-install-glassfish-on-centos-redhat-fedora-felipe-ferreira/</guid>
		<description><![CDATA[How to Install GlassFish ESB on CentOS / Red Hat / Fedora I did my installation on a CentOS 5.4 and I confirm all works, just follow step-by-step. Download JDK 6u12 # cd /usr # wget http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u12-linux-i586.bin?BundledLineItemUUID=wFlIBe.lB8gAAAElzSEadwyv&#38;OrderID=8fxIBe.lQPoAAAEluyEadwyv&#38;ProductID=1O1IBe.pLl4AAAEerDlTv_an&#38;FileName=/jdk-6u12-linux-i586.bin Download GlassFish 2.1 # wget http://dlc-cdn.sun.com/jbi/binaries/glassfishesb/v2.1/promoted/rc2/glassfishesb-v2.1-full-installer-linux.sh Check current Java Version # java -version java version “1.6.0″ OpenJDK Runtime [...]]]></description>
			<content:encoded><![CDATA[<p>How to Install GlassFish ESB on CentOS / Red Hat / Fedora</p>
<p>I did my installation on a CentOS 5.4 and I confirm all works, just  follow<br />
step-by-step.</p>
<p><span id="more-663"> </span></p>
<p>Download JDK 6u12<br />
# cd /usr<br />
# wget  http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u12-linux-i586.bin?BundledLineItemUUID=wFlIBe.lB8gAAAElzSEadwyv&amp;OrderID=8fxIBe.lQPoAAAEluyEadwyv&amp;ProductID=1O1IBe.pLl4AAAEerDlTv_an&amp;FileName=/jdk-6u12-linux-i586.bin</p>
<p>Download GlassFish 2.1<br />
# wget  http://dlc-cdn.sun.com/jbi/binaries/glassfishesb/v2.1/promoted/rc2/glassfishesb-v2.1-full-installer-linux.sh</p>
<p>Check current Java Version<br />
# java -version<br />
java version “1.6.0″<br />
OpenJDK  Runtime Environment (build 1.6.0-b09)<br />
OpenJDK Server VM (build 1.6.0-b09, mixed mode)<br />
# chmod +x /usr/jdk*<br />
# ./usr/jdk-6u12-linux-i586.bin<br />
Accept License, and enter</p>
<blockquote><p>Adjust path<br />
#vim /etc/profile<br />
#OPENMQ_HOME=/home/mcf/MessageQueue/mq<br />
JAVA_HOME=/usr/jdk1.6.0_12<br />
PATH=/usr/jdk1.6.0_12/bin:$PATH<br />
CLASSPATH=$CLASSPATH:.:$JAVA_HOME:$JAVA_HOME/lib:$OPENMQ_HOME/lib/jms.jar:$OPENMQ_HOME/lib/fscontext.jar:$OPENMQ_HOME/lib/imq.jar:$OPENMQ_HOME/lib<br />
#CARBON_HOME=/home/mcf/wso2greg-3.0.0</p>
<p>#export OPENMQ_HOME CARBON_HOME<br />
export PATH CLASSPATH JAVA_HOME<br />
:wq<br />
You may need to logout and login then:<br />
# java -version<br />
java version “1.6.0_12″<br />
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)<br />
Java HotSpot(TM) Server VM (build 11.2-b01, mixed mode)</p></blockquote>
<p>Create user<br />
# adduser esb<br />
# passwd esb<br />
# mkdir /usr/local/GlassFishESBv21<br />
# mkdir /home/esb<br />
# chown esb:root -R /usr/local/GlassFishESBv21<br />
# mv /usr/glassfishesb-v2.1-full-installer-linux.sh /home/esb<br />
# chown esb:root -R /home/esb/GlassFishESBv21<br />
# chmod 755 -R /home/esb/GlassFishESBv21</p>
<p>Add it to sudoers just for now<br />
# vim /etc/sudoers</p>
<blockquote><p>esb ALL=GRANT(ALL) ALL</p></blockquote>
<p>:wq</p>
<p>Login into the Gnome interface localy (via VNC wont work)<br />
with the esb user execute from /home/esb<br />
# sudo bash glassfishesb-v2.1-full-installer-linux.sh</p>
<p>On the install GUI<br />
Set NetBeans IDE to:<br />
/usr/local/GlassFishESBv21/netbeans<br />
Set Install GlassFish to:<br />
/usr/local/GlassFishESBv21/glassfish</p>
<p>Now lets configure the service to autostart<br />
# cd /etc/rc.d/init.d<br />
# vim glassfish</p>
<blockquote><p>#Script to start/stop/restart GlassFish<br />
# chkconfig: 35 20 80<br />
# description: GlassFish ESB 2.1 Daemon<br />
GFPATH=/usr/local/GlassFishESBv21/glassfish/bin<br />
case “$1″ in<br />
start)<br />
${GFPATH}/asadmin start-database<br />
${GFPATH}/asadmin start-domain domain1<br />
;;<br />
stop)<br />
${GFPATH}/asadmin stop-database<br />
${GFPATH}/asadmin stop-domain domain1<br />
;;<br />
restart)<br />
${GFPATH}/asadmin stop-domain domain1<br />
${GFPATH}/asadmin start-domain domain1<br />
;;<br />
*)<br />
echo $”Usage: $0 {start|stop|restart}”<br />
exit 1<br />
esac</p></blockquote>
<p># chkconfig –add glassfish<br />
# chkconfig –level 35 glassfish on<br />
# service glassfish start</p>
<p>Once the service start it Should Display:</p>
<blockquote>
<h5>Starting database in the background.<br />
Log redirected to  /usr/local/GlassFishESBv21/glassfish/databases/derby.log.<br />
Command start-database executed successfully.<br />
Starting Domain domain1, please wait.<br />
Default Log location is  /usr/local/GlassFishESBv21/glassfish/domains/domain1/logs/server.log.<br />
Redirecting output to  /usr/local/GlassFishESBv21/glassfish/domains/domain1/logs/server.log<br />
Domain domain1 is ready to receive client requests. Additional services  are being started in background.<br />
Domain [domain1] is running [Sun GlassFish Enterprise Server v2.1  (9.1.1) (build b60e-fcs)] with its configuration and logs at:  [/usr/local/GlassFishESBv21/glassfish/domains].<br />
Admin Console is available at [http://localhost:4848].<br />
Use the same port [4848] for “asadmin” commands.<br />
User web applications are available at these URLs:<br />
[http://localhost:8080 https://localhost:8181 ].<br />
Following web-contexts are available:<br />
[/web1  /__wstx-services ].<br />
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:<br />
[service:jmx:rmi:///jndi/rmi://SERVERESB:8686/jmxrmi] for domain  management purposes.<br />
Domain listens on at least following ports for connections:<br />
[8080 8181 4848 3100 3820 3920 8686 ].</h5>
<h5>Domain does not support application server clusters and  otherstandalone instances.</h5>
</blockquote>
<p>To login via web go to</p>
<p>http://&lt;serverIP&gt;:4848</p>
<p>Notes:<br />
Remeber to open firewall for ports required<br />
Check with ps if service is running<br />
Reference to official documentation at:<br />
<a href="https://open-esb.dev.java.net/">https://open-esb.dev.java.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/java/how-to-install-glassfish-on-centos-redhat-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimal install of XBMC on Ubuntu Karmic Koala (9.10)</title>
		<link>http://blog.theunical.com/ubuntu/springy-development-%c2%bb-blog-archive-%c2%bb-minimal-install-of-xbmc-on/</link>
		<comments>http://blog.theunical.com/ubuntu/springy-development-%c2%bb-blog-archive-%c2%bb-minimal-install-of-xbmc-on/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:49:52 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Install]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/springy-development-%c2%bb-blog-archive-%c2%bb-minimal-install-of-xbmc-on/</guid>
		<description><![CDATA[Ok, so I have been building a media centre for about a week now, and I have had a lot of trouble getting it setup and working right, but now XBMC has released version 9.11 alpha 1 version of its popular media centre software which is now compatible with Ubuntu 9.10. After all the trouble [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I have been building a media centre for about a week now, and I have had a lot of trouble getting it setup and working right, but now XBMC has released version 9.11 alpha 1 version of its popular media centre software which is now compatible with Ubuntu 9.10.</p>
<p>After all the trouble I had, I thought I would share with you how I installed it, and got XBMC to boot on load. I am using an <a href="http://www.google.co.uk/products/catalog?hl=en&amp;source=hp&amp;q=asus+ion&amp;um=1&amp;ie=UTF-8&amp;cid=9817285263368611935&amp;ei=th_3StuOCcye4Qa0uNHSAw&amp;sa=X&amp;oi=product_catalog_result&amp;ct=result&amp;resnum=5&amp;ved=0CBoQ8wIwBA#ps-sellers" target="_blank">ASUS AT3N7A-I</a> with a 1.6 dual core atom processor and NVidia ION chipset, 2GB of ram and a 1TB hard drive. So I will only be showing you how to use the NVidia drivers for linux, but to be honest NVidia driver support for linux is better than ATI support.</p>
<p>First, download the minimal install of <a title="Ubuntu Karmic Koala Minimal Install" href="https://help.ubuntu.com/community/Installation/MinimalCD" target="_blank">Ubuntu Karmic Koala</a> (12.1mb x86 12.2mb x64)</p>
<p>Download either the x86 or x64 version dependent on your hardware.</p>
<p>Once the disk image has downloaded either burn it to CD or use <a title="UNetbootin Project Website" href="http://unetbootin.sourceforge.net/" target="_blank">UNetbootin</a> to boot from a USB pen drive.</p>
<p>Reboot the computer you wish to install xbmc on, and boot from the CD or USB pen drive, you may need to change some settings in your bios to boot from CD or USB.</p>
<p>Start the installation, and follow the onscreen instructions to set your language and keyboard layout. Enter a username and password for your main account, for this I entered xbmc.</p>
<p>The installer will ask you what packages to install, scroll down to OpenSSH Server and press SPACE, then press ENTER to continue.</p>
<p>After the installation has completed, your computer will reboot.</p>
<p>When you get to the login screen, login with the username and password you entered.</p>
<p>Once you have logged in we need to add the PPA for XBMC.</p>
<p><code>sudo nano /etc/apt/sources.list</code></p>
<p>And these lines to the end.</p>
<p><code><br />
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main<br />
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main<br />
</code></p>
<p>We will need to add the a key to aptitude to stop it complaining.</p>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 64234534 40618B66 CEC06767 318C7509 91E7EE5E</code></p>
<p>Sometimes the key server will return this error:<br />
<code>gpg: keyserver timed out<br />
gpg: keyserver receive failed: keyserver error</code></p>
<p>A trick I found was to ping the key server address, after it responded try and run the previous command again:</p>
<p><code>ping keyserver.ubuntu.com</code></p>
<p>Now we need to update aptitude.</p>
<p><code>sudo apt-get update<br />
</code></p>
<p>Now we will install the NVidia drivers:</p>
<p><code>sudo apt-get install nvidia-glx-190</code></p>
<p>You will need to enter your password again.</p>
<p>Next, we want sound for our media, so we will install some sound drivers.</p>
<p><code>sudo apt-get install linux-sound-base alsa-base alsa-utils<br />
</code></p>
<p>Your user needs to be added to the sound group.</p>
<p><code>sudo usermod -a -G audio xbmc<br />
</code></p>
<p>Change xbmc to the username that you entered.</p>
<p>The sound level will be set to zero, to change the volumes we need to enter the sound mixer.</p>
<p><code>sudo alsamixer<br />
</code></p>
<p>Use you up and down keys and set the volumes to the maximum they will go. Press the right key until you get to IEC958, EC958 D, EC958 1 and press M on each of them to un-mute them.</p>
<p>Press ESC to quit out of the mixer.</p>
<p>To make alsa save the volumes run.</p>
<p><code>sudo alsactl store 0<br />
</code></p>
<p>Now we can install XBMC.</p>
<p><code>sudo apt-get install xbmc xbmc-skin-* xbmc-eventclients-* xbmc-scripts-*<br />
</code></p>
<p>This will install xbmc, all the skins and eventclients.</p>
<p>Now X will need to know about your monitor, so run:</p>
<p><code>sudo nvidia-xconfig</code></p>
<p>XBMC will need to control power settings of the computer:</p>
<p><code>sudo apt-get install pm-utils policykit<br />
</code></p>
<p>And give your user access to these power features:</p>
<p><code>sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.suspend<br />
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.hibernate<br />
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.reboot<br />
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.shutdown<br />
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.reboot-multiple-sessions<br />
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.power-management.shutdown-multiple-sessions<br />
</code></p>
<p>Again you will have have to change –user xbmc to the username that you entered in the installation.</p>
<p>Now the last thing to do is make XBMC launch at startup.</p>
<p><code>sudo nano /etc/init/tty1.conf<br />
</code></p>
<p>Change the line</p>
<p><code>exec /sbin/getty 38400 tty1<br />
</code></p>
<p>To</p>
<p>exec /bin/login -f xbmc &lt; /dev/tty1 &gt; /dev/tty1 2&gt;&amp;1</p>
<p>Next we need to get Ubuntu to clear the screen and start X:</p>
<p><code>nano ~/.bash_profile<br />
</code></p>
<p>And add these lines to the file:</p>
<p><code>case "`tty`" in<br />
/dev/tty1) clear &amp;&amp; startx &amp;&gt;/dev/null;;<br />
esac<br />
</code></p>
<p>Now we need to tell X to start XBMC:</p>
<p><code>nano ~/.xsessionrc<br />
</code></p>
<p>Add the lines:</p>
<p><code>exec xbmc --standalone</code></p>
<p>This next step is <strong>OPTIONAL</strong>, to hide all the information about what is being loaded, we shall install a usplash boot screen.</p>
<p><code>sudo apt-get install usplash libusplash-dev usplash-theme-xbmc-*<br />
</code></p>
<p>Once the splash screen installation has completed we need to select a splash screen:</p>
<p><code>sudo update-alternatives --config usplash-artwork.so<br />
</code></p>
<p>Enter the number of the splash screen you wish to use, find examples below:</p>
<p><a href="http://www.youtube.com/watch?v=9MGUdyrG2dc" target="_blank">Pulsating Logo</a><br />
<a href="http://www.youtube.com/watch?v=gsG0Fu5QiAs" target="_blank">Spinner Black</a><br />
<a href="http://www.youtube.com/watch?v=_SE6tnFOy0k" target="_blank">Spinner Blue</a><br />
<a href="http://www.youtube.com/watch?v=d-HKSHnIaAQ" target="_blank">XBMC Logo</a></p>
<p>All the previews where created by <a href="http://du-duke.blogspot.com/" target="_blank">DU-Duke</a></p>
<p>Next set the screen resolution of your tv in the usplash settings:</p>
<p><code>sudo nano /etc/usplash.conf<br />
</code></p>
<p>And add these lines:</p>
<p><code>resx=1920<br />
resy=1080<br />
</code></p>
<p>My TV is 1080p, so the settings above will suite yours if it is full HD, for 720p enter:</p>
<p><code>resx=1280<br />
resy=720<br />
</code></p>
<p>To make the new splash screen active run:</p>
<p><code>sudo update-initramfs -u</code></p>
<p>Now reboot your computer:</p>
<p><code>sudo reboot<br />
</code></p>
<p>When the computer restarts, you should see the splash screen you selected, and XBMC should boot up.</p>
<p>Now, go into XBMC’s Videos settings and select VDPAU for the render mode (if your graphics card supports it) and edit the Sound settings:</p>
<p><code>Audio Output: Digital<br />
AC3: Off<br />
DTS: Off<br />
Audio Capable Device: plughw:hdmi<br />
Passthrough Output Device: hdmi<br />
Downmix: On<br />
</code></p>
<p>And that’s it, you should have a fully functional media centre running the latest version of Ubuntu and XBMC.</p>
<p>As this is an alpha version, you will need to perform some updates now and again until the final release is out.</p>
<p>To so this, ssh into your computer and update it:</p>
<p><code>ssh xbmc@your media centre IP<br />
sudo apt-get upgrade<br />
</code></p>
<p>Now I can’t take all the credit for this, I have collected some information from other sources and put them together from here:</p>
<p><code><a href="http://xbmc.org/forum/showthread.php?t=53812" target="_blank">http://xbmc.org/forum/showthread.php?t=53812</a><br />
<a href="http://xbmc.org/forum/showthread.php?t=38804" target="_blank">http://xbmc.org/forum/showthread.php?t=38804</a></code></p>
<p>Thanks to jonassw from XBMC forums, who suggested using the latest version of the NVidia drivers.</p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/springy-development-%c2%bb-blog-archive-%c2%bb-minimal-install-of-xbmc-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 9.10 (Karmic)</title>
		<link>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</link>
		<comments>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:43:26 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[RedHat Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[libdvdcss2]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[w32codecs]]></category>
		<category><![CDATA[w64codecs]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</guid>
		<description><![CDATA[MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 [...]]]></description>
			<content:encoded><![CDATA[<p>MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text- based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.</p>
<h2><strong>Install Mplayer in Ubuntu 9.10 (Karmic)</strong></h2>
<p>You nned to make sure you have enabled universe,multiverse repositories</p>
<p>Now you need to run the following command to update the source list</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>Install mplayer using the following command</p>
<blockquote><p>sudo apt-get install mplayer</p></blockquote>
<p>or</p>
<p>Click on the following link</p>
<blockquote><p><a href="apt://mplayer" target="_blank">apt://mplayer</a></p></blockquote>
<p>If you want to open mplayer go to Applications—&gt;Sound&amp;Video—&gt; Mplayer Movie Player</p>
<h2><strong>Install w32 video codecs and libdvdcss2 in Ubuntu 9.10 (Karmic)</strong></h2>
<p>Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.To play encrypted DVDs, the libdvdcss2 package is essential.</p>
<p>The following command adds Medibuntu’s repository to Ubuntu. It also adds Medibuntu’s GPG key to your keyring, which is needed to authenticate the Medibuntu packages.</p>
<blockquote><p>sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list  <code>--</code>output-document=/etc/apt/sources.list.d/medibuntu.list</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<blockquote><p>sudo apt-get <code>--</code>yes -q <code>--</code>allow-unauthenticated install medibuntu-keyring</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<p>For<strong> i386 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w32codecs libdvdcss2</p></blockquote>
<p>For <strong>amd64 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w64codecs libdvdcss2</p></blockquote>
<p>Using above download locations you can install most of the mutimedia codecs for ubuntu.</p>
<h2><strong>Mplayer Plugin for Firefox</strong></h2>
<p>If you want to install Mplayer with plug-in for Mozilla Firefox run the following command</p>
<blockquote><p>sudo apt-get install mozilla-mplayer</p></blockquote>
<p>or click on the following link</p>
<blockquote><p><a href="apt://mozilla-mplayer" target="_blank">apt://mozilla-mplayer</a></p></blockquote>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things to do after installing Ubuntu9.10 Karmic Koala &#8230;</title>
		<link>http://blog.theunical.com/ubuntu/unixmen-6-things-to-do-after-installing-ubuntu9-10-karmic-koala/</link>
		<comments>http://blog.theunical.com/ubuntu/unixmen-6-things-to-do-after-installing-ubuntu9-10-karmic-koala/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:39:27 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu9.10]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/unixmen-6-things-to-do-after-installing-ubuntu9-10-karmic-koala/</guid>
		<description><![CDATA[Ubuntu 9.10 Karmic koala will be released in few hours,  after you install karmic or upgrading, you will need to add some softwares, repositories,  you can also make the look of karmic better by adding cairo dock menu for example. You can always add more themes , see this article : Great themes for Ubuntu9.10 [...]]]></description>
			<content:encoded><![CDATA[<div><span>U</span>buntu 9.10 Karmic koala will be released in few hours,  after you install karmic or upgrading, you will need to add some softwares, repositories,  you can also make the look of karmic better by adding cairo dock menu for example. You can always add more themes , see this article : Great themes for Ubuntu9.10 Karmic koala Here are things i see are important to do after installing Ubuntu karmic Koala :</div>
<p><!-- Fulltext --><span style="font-size: medium;">1- Add Medibuntu repositories :</span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Medibuntu is a packaging project dedicated to distributing software that cannot be included in Ubuntu for various reasons, related to geographical variations in legislation regarding intellectual property, security and other issues. by adding Medibuntu repostories you will be able to install many softwares like Google-Earth , opera ,Win32codecs , Msfonts  and more by the normal command :<br />
</span></span></p>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>sudo-apt-get install &lt;software-name&gt;</strong>
</span></span></pre>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><a title="medibuntu-karmic-koala" href="http://www.unixmen.com/linux-tutorials/501-enchance-your-ubuntu904-and-910-karmic-koala-repositories-with-midibuntu" target="_blank">Click here and Follow the steps to add medibuntu repostories to ubuntu 9.10 karmic Koala in my previous post.</a></span></span></p>
<p><span style="font-size: medium;"><span style="text-decoration: underline;"><strong><span style="font-family: arial,helvetica,sans-serif;">2- Install PlayOnLinux :</span></strong></span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">PlayOnLinux is a piece of sofware which allows you <strong>to easily install and use</strong> numerous <strong>games and softwares designed to run with Microsoft®&#8217;s Windows®</strong>.<br />
You can install many windows games like callofduty, doom ,&#8230;. Msfonts ,Itune ,Microsoft office 2007 (<a href="http://www.unixmen.com/linux-tutorials/421-install-ms-office2007-on-ubuntu-using-playonlinux" target="_blank">see our howto install MS office 2007 using playonlinux</a>)<br />
</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">You can install playonlinux from Ubuntu software center<br />
</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Or by using the command :</span></span></p>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>sudo apt-get install playonlinux</strong></span></span></pre>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><br />
</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/playonlinux-1.png" border="0" alt="" width="600" height="123" /><br />
</span></span></p>
<p><span style="text-decoration: underline;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><br />
</span></span></strong></span></p>
<p><span style="text-decoration: underline;"><strong><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><br />
</span></span></strong></span></p>
<p><span style="font-size: medium;"><span style="text-decoration: underline;"><strong><span style="font-family: arial,helvetica,sans-serif;">3- Enchance launch-bar menu in karmic with cairo-dock :</span></strong></span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Cairo-Dock is an animated application launch bar for the desktop, comparable to the dock in Mac OS X or Rocket Dock (for Windows).  It is compatible with Compiz, but it can also run without a composite manager . Cairo-Dock can run under GNOME, KDE and XFCE.</span></span></p>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><img src="http://www.unixmen.com/images/stories/single_tutorials/cairo-dock.png" border="0" alt="" width="700" height="61" /><br />
</span></span></p>
<p>Open the terminal and copy and past the command bellow :</p>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>sudo -v
</strong></span></span></pre>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>echo "deb http://repository.cairo-dock.org/ubuntu $(lsb_release -sc) cairo-dock ## Cairo-Dock-Stable" | sudo tee -a /etc/apt/sources.list
wget -q http://repository.cairo-dock.org/cairo-dock.gpg -O- | sudo apt-key add -  

</strong></span></span></pre>
<p>Update the installation :</p>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>sudo apt-get update
</strong></span></span></pre>
<p><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Now install cairo-dock :<strong><br />
</strong></span></span></p>
<pre><span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>sudo apt-get install cairo-dock cairo-dock-plug-ins</strong></span></span></pre>
<p style="text-align: center;"><a href="http://i671.photobucket.com/albums/vv77/ZINOVSKY/karmic-1.png" target="_blank"><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/karmic-1.png" border="0" alt="" width="500" height="375" /></a></p>
<p><span style="font-size: medium;"><span style="text-decoration: underline;"><span style="font-family: arial,helvetica,sans-serif;"><strong>4- Add screenlets to your Desktop :</strong></span></span></span></p>
<p><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;"> Screenlets are small owner-drawn applications that can be described as &#8220;the virtual representation of things lying/standing around on your desk&#8221;. Sticknotes, clocks, rulers, &#8230; the possibilities are endless. The goal of the Screenlets base-classes is to simplify the creation of fully themeable mini-apps that each solve basic desktop-work-related needs and generally improve the usability and eye-candy of the modern composited Linux-desktop.</span></span></p>
<pre><span style="font-size: small;"><span style="font-family: arial,helvetica,sans-serif;"><strong><strong>sudo apt-get install screenlets</strong></strong></span></span></pre>
<p><a href="http://www.unixmen.com/linux-tutorials/342-enhance-your-ubuntu-desktop-with-screenlets" target="_blank">Read more in our previous article</a></p>
<p><span style="font-size: medium;"><span style="text-decoration: underline;"><strong>5- <a href="http://www.unixmen.com/linux-tutorials/372-ubuntu-gaming-made-easy-with-playdeb">Ubuntu Gaming made easy with PlayDeb</a></strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: small;"><strong><span style="font-weight: normal;">If you are a fun of gaming so is important to add Playdeb repositories to your Karmic koala. Playdeb is a gaming repository for Ubuntu &#8211; aimed to provide titles already available on getdeb.net in an easier to install and update format. You can install many games by a simple click<br />
</span></strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: small;"><strong><span style="font-weight: normal;"><img src="http://www.unixmen.com/images/stories/logo/playdeb/glest.png" border="0" alt="" width="500" height="277" /></span></strong></span></span></p>
<p><span style="font-family: Arial,sans-serif;"><span style="font-size: small;"><strong><span style="font-weight: normal;">Please see how to add playdeb.net repository in this link : </span></strong></span></span><a href="http://www.unixmen.com/linux-tutorials/372-ubuntu-gaming-made-easy-with-playdeb">Ubuntu Gaming made easy with PlayDeb</a></p>
<p><span style="font-size: medium;"><span style="text-decoration: underline;"><strong>6- Important softwares you must have :</strong></span></span></p>
<p>These softwares you can install from Ubuntu software center :</p>
<p><span style="text-decoration: underline;"><strong>- Vlc : </strong></span>The best media player for Linux it play almast everything , he has many features that you can not find in any other media player , see this article to know more about vlc : <a href="http://www.unixmen.com/software/404-things-you-didnt-know-vlc-media-player-can-do">Things you didn’t know VLC media player can do</a></p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/vlc.png" border="0" alt="" width="494" height="100" /><strong><br />
</strong></p>
<p><strong>-Vuze :</strong> the most popular Bitorrent client :</p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/vuze.png" border="0" alt="" width="493" height="98" /></p>
<p><span style="text-decoration: underline;"><strong>- Moovida Media center : </strong></span>Moovida is much more than a simple media player&#8230; it is a cutting edge media center bringing the best of the internet to your TV screen. Automatically creating your own digital library you can browse from your sofa with a remote control. The elegant and easy to use interface automatically displays artwork and fan art throughtout and gives you access to movie synopsis and artist info.</p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/moovida.png" border="0" alt="" width="500" height="100" /></p>
<p>-<strong> Install Thunderbird</strong>:  the best mail / News client from Mozilla :</p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/thundebird.png" border="0" alt="" width="500" height="81" /></p>
<p><strong>- Filezilla the best ftp client for linux :</strong></p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/filezilla.png" border="0" alt="" width="500" height="97" /></p>
<p>-<strong> Pidgin the best messenger </strong>client and 30 plugins, you can enjoy chat with freinds using voice and cam :</p>
<p><img src="http://i671.photobucket.com/albums/vv77/ZINOVSKY/Pidgin.png" border="0" alt="" width="500" height="126" /><br />
- <strong>Openshot video editor : </strong> <span style="font-family: arial,helvetica,sans-serif;"><span style="font-size: small;">Openshot is a video editor for linux, is one of the best ones existing actually for linux. The news is that now has a PPA this mean easy install for Ubuntu users, but the big news is that the new version come with 30 new effects. See the video demonstration what you can do with Openshot : <a href="http://www.unixmen.com/linux-tutorials/414-openshot-the-magic-has-arrived" target="_blank">Install openshot on karmic koala</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/unixmen-6-things-to-do-after-installing-ubuntu9-10-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Essential Applications For Ubuntu 9.10 Karmic Koala… &#124; Crazy &#8230;</title>
		<link>http://blog.theunical.com/ubuntu/10-essential-applications-for-ubuntu-9-10-karmic-koala%e2%80%a6-crazy/</link>
		<comments>http://blog.theunical.com/ubuntu/10-essential-applications-for-ubuntu-9-10-karmic-koala%e2%80%a6-crazy/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 10:45:16 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/10-essential-applications-for-ubuntu-9-10-karmic-koala%e2%80%a6-crazy/</guid>
		<description><![CDATA[10 Essential Applications For Ubuntu 9.10 Karmic Koala… &#8211; Just another useless weblog! Crazy Crispy&#8217;s Blog &#8211; http://blog.crispytown.com/]]></description>
			<content:encoded><![CDATA[<p>10 Essential Applications For Ubuntu 9.10 <strong>Karmic Koala</strong>… &#8211; Just another useless weblog!</p>
<p><a title="http://blog.crispytown.com/" href="http://blog.crispytown.com/"><br />
Crazy Crispy&#8217;s Blog &#8211; http://blog.crispytown.com/</a></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/10-essential-applications-for-ubuntu-9-10-karmic-koala%e2%80%a6-crazy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[How To] Ubuntu 9.10 &#039;Karmic Koala&#039; Libgtk1.2 &#8211; Aimbots.net</title>
		<link>http://blog.theunical.com/ubuntu/how-to-ubuntu-9-10-karmic-koala-libgtk1-2-aimbots-net/</link>
		<comments>http://blog.theunical.com/ubuntu/how-to-ubuntu-9-10-karmic-koala-libgtk1-2-aimbots-net/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 02:13:03 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/how-to-ubuntu-9-10-karmic-koala-libgtk1-2-aimbots-net/</guid>
		<description><![CDATA[Originally posted here! ___ Hai, Ever since Ubuntu&#8217;s (+all of it&#8217;s variants) latest version, 9.10 &#8216;Karmic Koala&#8216;, was released people seem to be. Aimbots.net &#8211; http://aimbots.net/]]></description>
			<content:encoded><![CDATA[<p>Originally posted here! ___ Hai, Ever since Ubuntu&#8217;s (+all of it&#8217;s variants) latest version, 9.10 &#8216;<strong>Karmic Koala</strong>&#8216;, was released people seem to be.</p>
<p><a title="http://aimbots.net/" href="http://aimbots.net/"><br />
Aimbots.net &#8211; http://aimbots.net/</a></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/how-to-ubuntu-9-10-karmic-koala-libgtk1-2-aimbots-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect VPN via PPTP with Ubuntu</title>
		<link>http://blog.theunical.com/ubuntu/taps-blog-how-to-connect-vpn-via-pptp-with-ubuntu/</link>
		<comments>http://blog.theunical.com/ubuntu/taps-blog-how-to-connect-vpn-via-pptp-with-ubuntu/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 15:07:21 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/taps-blog-how-to-connect-vpn-via-pptp-with-ubuntu/</guid>
		<description><![CDATA[First, I had to install PPTP for NetworkManager sudo apt-get install network-manager-pptp Now, we can do setting PPTP VPN. Just enter gateway, username and password your PPTP VPN will be now ready to work. But for me, I want to go out to normal internet with my internet router not to go through my office [...]]]></description>
			<content:encoded><![CDATA[<p>First,  I had to install PPTP for NetworkManager</p>
<pre>sudo apt-get install network-manager-pptp</pre>
<p>Now,  we can do setting PPTP VPN.</p>
<p>Just enter gateway, username and  password your PPTP VPN will be now ready to work.</p>
<p>But for me, I  want to go out to normal internet with my internet router not to go  through my office network. I have to do something a bit.</p>
<p>In  editing vpn, click on tab IPv4 setting -&gt; Routes.</p>
<p>Enter ip(s)  that want to use vpn and netmark.</p>
<p>You can leave another 2  columns, gateway and metric blank.</p>
<p>Thick in box &#8220;Use this  connection only for resources on its network&#8221;</p>
<p>done.</p>
<p>Credit  : <a href="https://wiki.ubuntu.com/VPN">VPN &#8211; Ubuntu Wiki</a>, <a href="http://www.ubuntugeek.com/howto-configure-pptp-vpn-in-ubuntu-intrepid-and-jaunty.html">Howto  configure PPTP VPN in Ubuntu Intrepid and Jaunty</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/taps-blog-how-to-connect-vpn-via-pptp-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dual Panel Nautilus For Ubuntu Karmic Koala</title>
		<link>http://blog.theunical.com/ubuntu/dual-panel-nautilus-for-ubuntu-karmic-koala-web-upd8/</link>
		<comments>http://blog.theunical.com/ubuntu/dual-panel-nautilus-for-ubuntu-karmic-koala-web-upd8/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 12:23:41 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/dual-panel-nautilus-for-ubuntu-karmic-koala-web-upd8/</guid>
		<description><![CDATA[The dual panel Nautilus which previously was only available for Ubuntu Jaunty is now available for Ubuntu Karmic Koala. Thanks to the author&#8217;s comment, I kept checking to see when Karmic packages were finally available and it didn&#8217;t took long until he finally build them. Download dual panel Nautilus for Karmic: -i386: libnautilus-extension1_2.28.1-0ubuntu3~hb1~karmic1_i386.deb (59.3 KiB) [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">The <a href="http://www.webupd8.org/2009/09/how-to-install-dual-panel-nautilus-for.html">dual panel Nautilus</a> which previously was only available for Ubuntu Jaunty is now available for <span style="font-weight: bold;">Ubuntu Karmic Koala</span>. Thanks to the <a rel="nofollow" href="http://www.webupd8.org/2009/09/how-to-install-dual-panel-nautilus-for.html#comment-22025137">author&#8217;s comment</a>, I kept checking to see when Karmic packages were finally available and it didn&#8217;t took long until he finally build them.</div>
<div style="text-align: center;"><a href="http://i47.tinypic.com/k2bfp2.jpg" target="_blank"><img style="width: 586px; height: 365px;" src="http://i47.tinypic.com/k2bfp2.jpg" border="0" alt="dual panel nautilus ubuntu karmic" /></a></div>
<div style="text-align: justify;"><span style="font-weight: bold;">Download dual panel Nautilus for Karmic:</span></div>
<p><a name="more"></a><span style="font-weight: bold;">-i386:</span><br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/libnautilus-extension1_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_i386.deb">libnautilus-extension1_2.28.1-0ubuntu3~hb1~karmic1_i386.deb</a> (59.3 KiB)<br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/nautilus-data_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_all.deb">nautilus-data_2.28.1-0ubuntu3~hb1~karmic1_all.deb</a> (4.4 MiB)<br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/nautilus_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_i386.deb">nautilus_2.28.1-0ubuntu3~hb1~karmic1_i386.deb</a> (1.1 MiB)</p>
<p><span style="font-weight: bold;">-amd64:</span><br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/libnautilus-extension1_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_amd64.deb">libnautilus-extension1_2.28.1-0ubuntu3~hb1~karmic1_amd64.deb</a> (60.4 KiB)<br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/nautilus-data_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_all.deb">nautilus-data_2.28.1-0ubuntu3~hb1~karmic1_all.deb</a> (4.4 MiB)<br />
<a href="https://launchpad.net/%7Eberndth/+archive/ppa/+files/nautilus_2.28.1-0ubuntu3%7Ehb1%7Ekarmic1_amd64.deb">nautilus_2.28.1-0ubuntu3~hb1~karmic1_amd64.deb</a> (1.2 MiB)</p>
<div style="text-align: justify;">You can <a href="https://launchpad.net/%7Eberndth/+archive/ppa">add the PPA</a> instead of just downloading the files, if you wish. You will also find Jaunty packages in the PPA.</p>
<p>Once you install it, restart Nautilus:</p>
<pre><code>killall nautilus &amp;&amp; nautilus &amp;</code></pre>
<p><span style="font-weight: bold;">Then press F3 to open the second panel in Nautilus or via the menu.</span></p>
<p>If you want to start Nautilus by default in dual-panel mode, press <span style="font-weight: bold;">Alt + F2</span>, type:</p>
<pre><code>gconf-editor</code></pre>
<p>then navigate to <span style="font-weight: bold;">apps/nautilus/preferences</span> and enable the option called <span style="font-weight: bold;">start_with_extra_pane</span>.</div>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/dual-panel-nautilus-for-ubuntu-karmic-koala-web-upd8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>starting udev hangs openSUSE</title>
		<link>http://blog.theunical.com/linux/starting-udev-hangs-opensuse-forums/</link>
		<comments>http://blog.theunical.com/linux/starting-udev-hangs-opensuse-forums/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:14:13 +0000</pubDate>
		<dc:creator>TheUnical Technologies</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[RedHat Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/starting-udev-hangs-opensuse-forums/</guid>
		<description><![CDATA[So I am trying to install opensuse 11.2 on my laptop. I know it is not the DVD because I used it to install on my desktop, which worked just fine. When I am initialing booting to the installer of 11.2 start udev hangs. Eventually it gets past it and recommends using broken_modules. The installation [...]]]></description>
			<content:encoded><![CDATA[<p>So I am trying to install opensuse 11.2 on my laptop. I know it is not the DVD because I used it to install on my desktop, which worked just fine. When I am initialing booting to the installer of 11.2 start udev hangs. Eventually it gets past it and recommends using broken_modules. The installation will continue up to the partitioning of ext4 then it just dies. An installation error has occured or something of that nature. Might have something to do with this? -&gt; <a href="http://forums.opensuse.org/install-boot-login/421949-doesnt-support-dpo-lua.html" target="_blank">Doesnt support DPO or LUA &#8211; openSUSE Forums</a></p>
<p>I have not tried a text install, nor do I know how. And I was using Live KDE cds before 11.2 came out. And the last two KDE 4.3.2 &amp; 4.3.3 didnt work due to the error that I linked to. So I doubt the live cd would help.</p>
<p>You could also try typing these in the boot argument (any combination, one or all of them)</p>
<p><span style="color: navy;">edd=off acpi=off noapic</span></p>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/starting-udev-hangs-opensuse-forums/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 (Karmic Koala): Popping Audio Fix</title>
		<link>http://blog.theunical.com/ubuntu/ubuntu-9-10-karmic-koala-popping-audio-fix/</link>
		<comments>http://blog.theunical.com/ubuntu/ubuntu-9-10-karmic-koala-popping-audio-fix/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 16:58:14 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/ubuntu/ubuntu-9-10-karmic-koala-popping-audio-fix/</guid>
		<description><![CDATA[It is not much of a secret that the launch of Ubuntu 9.10 aka Karmic Koala has not gone quite as smoothly as Canonical Ltd would have hoped, however developments are slowly being made which are beginning to help rectify some of the most annoying issues associated with the release. Following all of the responses [...]]]></description>
			<content:encoded><![CDATA[<p>It is not much of a secret that the launch of Ubuntu 9.10 aka Karmic Koala has not gone quite as smoothly as Canonical Ltd would have hoped, however developments are slowly being made which are beginning to help rectify some of the most annoying issues associated with the release.</p>
<p>Following all of the responses regarding my previous ‘<a href="http://www.product-reviews.net/2009/11/03/ubuntu-910-karmic-koala-are-you-experiencing-problems/">Ubuntu 9.10 (Karmic Koala): Are You Experiencing Problems?</a>‘ article I thought I would scour the web for fixes that may help out some of our readers.</p>
<p>The first fix I have found relates to a popping noise which is experienced with some Intel HDA (high-definition) audio chipsets, this fix was originally posted on YouTube by a user called “<a href="http://www.youtube.com/user/shmalignant">shmalignant</a>“, the fix is pretty simple, rather than explain it myself I have embedded the video below, heres the <a href="http://www.youtube.com/watch?v=RSbw42MkPvE">direct link</a> to the video.</p>
<p>I must just add that although there are no likely problems associated with this fix, if you choose to attempt the fix it is at your own risk (editing this particular .conf file shouldn’t cause problems.</p>
<p>Did this fix work for you?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/ubuntu/ubuntu-9-10-karmic-koala-popping-audio-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

