<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>ubuntudoctor</title>
  <subtitle>Ubuntu Linux Tutorials, Articles, Downloads, Clinics and Howto </subtitle>
  <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com"/>
  <link rel="self" type="application/atom+xml" href="http://www.ubuntudoctor.com/atom/feed"/>
  <id>http://www.ubuntudoctor.com/atom/feed</id>
  <updated>2008-11-20T11:01:42+07:00</updated>
  <entry>
    <title>Play RealMedia on Ubuntu 8.10</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/clinic/11/Play-RealMedia-on-Ubuntu-8.10" />
    <id>http://www.ubuntudoctor.com/content/clinic/11/Play-RealMedia-on-Ubuntu-8.10</id>
    <published>2008-11-21T11:20:04+07:00</published>
    <updated>2008-11-21T11:20:04+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Blog" />
    <category term="Multimedia" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=988388" title="http://ubuntuforums.org/showthread.php?t=988388">http://ubuntuforums.org/showthread.php?t=988388</a></p>
<p>I was looking for the how to for some time and I found it <a href="http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/" target="_blank">here</a>. The problem is that the how-to is quite outdated (it is for 7.04) and it no longer work. So I make one and post <a href="http://nawa.pn-np.net/blog/2008-11-20-play-realmedia-on-ubuntu-810/" target="_blank">here</a>. The server is slow so please be patient.</p>
<p> For those who have no patient, here is a brief:<br /> You need to install MPlayer and use its preference dialog to select appropriate codec setting.&lt;</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=988388" title="http://ubuntuforums.org/showthread.php?t=988388">http://ubuntuforums.org/showthread.php?t=988388</a></p>
<p>I was looking for the how to for some time and I found it <a href="http://www.simplehelp.net/2007/07/27/how-to-play-rmvb-files-in-ubuntu/" target="_blank">here</a>. The problem is that the how-to is quite outdated (it is for 7.04) and it no longer work. So I make one and post <a href="http://nawa.pn-np.net/blog/2008-11-20-play-realmedia-on-ubuntu-810/" target="_blank">here</a>. The server is slow so please be patient.</p>
<p> For those who have no patient, here is a brief:<br /> You need to install MPlayer and use its preference dialog to select appropriate codec setting.&lt;&lt;!--break-->br /&gt; <br /> 1: Download and install MPlayer and Codec</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 290px; text-align: left;"># Install MPlayer<br />sudo apt-get install mplayer libstdc++5<br /><br /># Extract the codec<br /># NOTE that you can find other version of the codec here<br /># The one using here is the lastest (yes the latest) and for Ubuntu.<br />wget <a href="http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2" title="http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2">http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2</a><br />tar -jxvf essential-20071007.tar.bz2<br />cd essential-20071007<br /><br /># Move codec to the right place<br />sudo mkdir -p /usr/lib/win32<br />sudo cp * /usr/lib/win32<br />sudo ln -s /usr/lib/win32 /usr/lib/codecs<br /><br /># Remove residue<br />cd.. rm -Rf essential-20071007</pre></div>
<p>2. Select “RealVideo decoder” and “FFmpeg/libavcodec audio decoders” for VDO and Audio codec family.<br /> <img src="http://nawa.pn-np.net/blog/wp-content/uploads/06-select-codec.png" /></p>
<p> DONE <img class="inlineimg" src="http://ubuntuforums.org/images/smilies/icon_biggrin.gif" title="Very Happy" /><br /> Have Fun.</p>
    ]]></content>
  </entry>
  <entry>
    <title>JDownloader - error java version</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/clinic/11/JDownloader-error-java-version" />
    <id>http://www.ubuntudoctor.com/content/clinic/11/JDownloader-error-java-version</id>
    <published>2008-11-21T11:08:48+07:00</published>
    <updated>2008-11-21T11:08:48+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Clinic" />
    <category term="Java" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>Hello, i used to be able to run JDownloader with no problems in Hardy Heron, but i've recently installed Intrepid and since then im unable to use it. There seems to be a problem with my java version, although everything else(java-related) works well. I get this message when trying to run JDownloader:</p>
<p> You useses a wrong Java version. Please use a original Sun Java. Start jDownloader anyway?<br /> Your Java Version:<br /> Runtime Name<br /> icedtea6 1.3.1 (6b12-0ubuntu6) runtime environment<br /> Runtime Version<br /> 1.6.0_0-b12</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>Hello, i used to be able to run JDownloader with no problems in Hardy Heron, but i've recently installed Intrepid and since then im unable to use it. There seems to be a problem with my java version, although everything else(java-related) works well. I get this message when trying to run JDownloader:</p>
<p> You useses a wrong Java version. Please use a original Sun Java. Start jDownloader anyway?<br /> Your Java Version:<br /> Runtime Name<br /> icedtea6 1.3.1 (6b12-0ubuntu6) runtime environment<br /> Runtime Version<br /> 1.6.0_0-b12&lt;!--break--></p>
<p> Does anyone know what can i do to make it work?<br /> Thanks in advance, and i apologize if this has been answered already but i've looked around in the forums and didn't find any solution.</p>
<p> ps: i dont know if this is useful but this is what i get in console when running java -jar JDownloader.jar:</p>
<p> samba@samba-laptop:~/Documentos/Downloads/jDownloader$ java -jar JDownloader.jar <br /> 19/11/2008 10:00:28 PM - INFO [jd.config.DatabaseConnector(&lt;init&gt;)] -&gt; Loading database<br /> 19/11/2008 10:00:28 PM - INFO [jd.utils.JDUtilities(getJDClassLoader)] -&gt; Create Classloader: for: /home/samba/Documentos/Downloads/jDownloader<br /> 19/11/2008 10:00:28 PM - FINA [jd.JDClassLoader(&lt;init&gt;)] -&gt; rootDir:/home/samba/Documentos/Downloads/jDownloader<br /> 19/11/2008 10:00:28 PM - MÁS FINA [jd.JDClassLoader(&lt;init&gt;)] -&gt; Jar file loaded: /home/samba/Documentos/Downloads/jDownloader/plugins/JDUnrar.jar<br /> 19/11/2008 10:00:28 PM - MÁS FINA [jd.JDClassLoader(&lt;init&gt;)] -&gt; Jar file loaded: /home/samba/Documentos/Downloads/jDownloader/restore.jar<br /> 19/11/2008 10:00:28 PM - MÁS FINA [jd.JDClassLoader(&lt;init&gt;)] -&gt; Jar file loaded: /home/samba/Documentos/Downloads/jDownloader/JDownloader.jar<br /> 19/11/2008 10:00:29 PM - GRAVE [jd.utils.JDLocale(parseLanguageFile)] -&gt; JDLocale: /home/samba/Documentos/Downloads/jDownloader/jd/languages/Spanish.lng.missing not found<br /> 19/11/2008 10:00:29 PM - INFO [jd.utils.JDLocale(getLocaleString)] -&gt; Key not found: gui.javacheck.html<br /> 19/11/2008 10:00:29 PM - INFO [jd.utils.JDLocale(getLocaleString)] -&gt; Key not found: gui.javacheck.title</p>
<p> </p>
<p><span style="color: #0000ff;"><b>Answer:</b></span></p>
<p>What if you install Sun's version instead?</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;">sudo apt-get update<br />sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-plugin<br />sudo update-alternatives --config java<br />java -version</pre></div>
<p> </p>
<p>Source; <a href="http://ubuntuforums.org/showthread.php?t=987625" title="http://ubuntuforums.org/showthread.php?t=987625">http://ubuntuforums.org/showthread.php?t=987625</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Problems with Nvidia drivers: video run slow</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/clinic/11/Problems-with-Nvidia-drivers-video-run-slow" />
    <id>http://www.ubuntudoctor.com/content/clinic/11/Problems-with-Nvidia-drivers-video-run-slow</id>
    <published>2008-11-21T11:05:43+07:00</published>
    <updated>2008-11-21T11:05:43+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Clinic" />
    <category term="Kernel" />
    <category term="Kubuntu" />
    <category term="Nvidia" />
    <summary type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>I just installed kubuntu Intrepid, and of course had to update Nvidia drivers because of the new kernel. I found, to my dismay, that the 177.80 and the 177.82 driver work HORRIBLY on this version. In fedora, I can easily play newer games at 1024x768 resolution with my Nvidia Geforce 6200 LE, while the same games with the same settings and the same video driver have trouble getting over 15 fps on Kubuntu Intrepid. Is there a way to get past this issue, or must I wait till Nvidia issues new drivers or the Ubuntu developers solve the problem??</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>I just installed kubuntu Intrepid, and of course had to update Nvidia drivers because of the new kernel. I found, to my dismay, that the 177.80 and the 177.82 driver work HORRIBLY on this version. In fedora, I can easily play newer games at 1024x768 resolution with my Nvidia Geforce 6200 LE, while the same games with the same settings and the same video driver have trouble getting over 15 fps on Kubuntu Intrepid. Is there a way to get past this issue, or must I wait till Nvidia issues new drivers or the Ubuntu developers solve the problem??</p>
<p>&lt;!--break--></p>
<p> </p>
<p><b><span style="color: #0000ff;">Answer:</span></b></p>
<p>I have solved the problem! I found the new 180.08 driver after digging on the forums. It is for some reason not listed on the site, but it resolved my issues. I recommend it to those having this problem. The driver for both 32 and 64 bit architectures can be found here <a href="http://www.nvnews.net/vbulletin/showthread.php?t=122606" target="_blank">http://www.nvnews.net/vbulletin/showthread.php?t=122606</a> on the nvidia forums. It is still in beta. Install instructions are in the readme, but be warned it requires compiling tools such as gcc. Good luck.</p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=986234" title="http://ubuntuforums.org/showthread.php?t=986234">http://ubuntuforums.org/showthread.php?t=986234</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Realtek ALC861 microfone in Ubuntu trouble</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/clinic/11/Realtek-ALC861-microfone-in-Ubuntu-trouble" />
    <id>http://www.ubuntudoctor.com/content/clinic/11/Realtek-ALC861-microfone-in-Ubuntu-trouble</id>
    <published>2008-11-21T11:00:08+07:00</published>
    <updated>2008-11-21T11:00:08+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Clinic" />
    <category term="Hardware" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>There seems to be at least four different unsolved threads on Realtek ALC861 integrated sound card / microfone trouble. The thing is, I can hear my voice from the mic through the headphones, but neither Sound recorder nor Ekiga catches the sound. Editing /etc/modprobe.d/alsa-base as suggested (<a href="http://ubuntuforums.org/showthread.php?t=616845" target="_blank">http://ubuntuforums.org/showthread.php?t=616845</a>) doesn't help. Hardy.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>There seems to be at least four different unsolved threads on Realtek ALC861 integrated sound card / microfone trouble. The thing is, I can hear my voice from the mic through the headphones, but neither Sound recorder nor Ekiga catches the sound. Editing /etc/modprobe.d/alsa-base as suggested (<a href="http://ubuntuforums.org/showthread.php?t=616845" target="_blank">http://ubuntuforums.org/showthread.php?t=616845</a>) doesn't help. Hardy.&lt;!--break--></p>
<p> Here are some previous threads on ALC861 / mic:<br /> <a href="http://ubuntuforums.org/showthread.php?t=701317" target="_blank">http://ubuntuforums.org/showthread.php?t=701317</a><br /> <a href="http://ubuntuforums.org/showthread.php?t=703456" target="_blank">http://ubuntuforums.org/showthread.php?t=703456</a><br /> <a href="http://ubuntuforums.org/showthread.php?t=720114" target="_blank">http://ubuntuforums.org/showthread.php?t=720114</a><br /> <a href="http://ubuntuforums.org/showthread.php?t=749603" target="_blank">http://ubuntuforums.org/showthread.php?t=749603</a></p>
<p> </p>
<p><span style="color: #0000ff;"><b>Answer:</b></span></p>
<p><span style="text-decoration: underline;">My way to the solution was:</span></p>
<p> <b>Upgrade</b> to Intrepid Ibex</p>
<p> <b>Add line</b> <i>options snd-hda-intel model=3stack</i> to the end of file /etc/modprobe.d/alsa-base (remember to save). In terminal:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">gksudo gedit /etc/modprobe.d/alsa-base</pre></div>
<p>(alsa-base options for other models, see <a href="http://ubuntuforums.org/showthread.php?t=616845" target="_blank">http://ubuntuforums.org/showthread.php?t=616845</a>)</p>
<p> <b>Reboot</b></p>
<p> <b>In System</b> &gt; Preferences &gt; Sound &gt; Sound Conferencing &gt; Sound Capture, select <i>HDA Intel ALC861 Analog (ALSA)</i></p>
<p> Right click the <b>Volume controller in the desktop panel</b> and <i>Open volume control</i>.</p>
<p> <b>Select Device:</b> <i>HDA Intel (ALSA mixer)</i> and click Preferences. After upgrade there are now several new switches available.</p>
<p> Set the 'Front Mic Capture' -switch visible and close window. Then select Switches-tab and enable 'Front Mic Capture' switch. Do NOT mess with other devices' (eg. Realtek/OSS) recording settings, as these seem to disable the Front Mic Capture switch.</p>
<p> *Alternatively, it may be enough to upgrade ALSA instead of upgrading the whole system. In this case you should probably add also these lines to <i>/etc/modprobe.d/alsa-base</i> (they were added by the ubuntu upgrade process):</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 82px; text-align: left;"># Ubuntu #62691, enable MPU for snd-cmipci<br />options snd-cmipci mpu_port=0x330 fm_port=0x388<br /># Keep snd-pcsp from beeing loaded as first soundcard<br />options snd-pcsp index=-2</pre></div>
<p>Hope this does the trick for you, too!</p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=943791" title="http://ubuntuforums.org/showthread.php?t=943791">http://ubuntuforums.org/showthread.php?t=943791</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Hide terminal which linux keylogger running</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/clinic/11/Hide-terminal-which-linux-keylogger-running" />
    <id>http://www.ubuntudoctor.com/content/clinic/11/Hide-terminal-which-linux-keylogger-running</id>
    <published>2008-11-21T10:51:54+07:00</published>
    <updated>2008-11-21T10:51:54+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Clinic" />
    <category term="Security" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>I installed linux keylogger using</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install lkl</pre></div>
<p>and got it working using</p>
    ]]></summary>
    <content type="html"><![CDATA[<p><b><span style="color: #ff0000;">Question:</span></b></p>
<p>I installed linux keylogger using</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install lkl</pre></div>
<p>and got it working using</p>
<p>&lt;!--break--></p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo lkl -l -k /usr/share/lkl/keymaps/us_km -o keylog1.file</pre></div>
<p>every thing is working but now i want to hide the terminal in <br /> which linux keylogger in running...</p>
<p> </p>
<p><span style="color: #0000ff;"><b>Answer:</b></span></p>
<p>write a "&amp;" at the end and it should run in the background.<br /> like this:</p>
<p> sudo lkl -l -k /usr/share/lkl/keymaps/us_km -o keylog1.file &amp;</p>
<p> then you can just close the terminal window</p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=852390" title="http://ubuntuforums.org/showthread.php?t=852390">http://ubuntuforums.org/showthread.php?t=852390</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Firefox for small screens (EEE, Wind, 4211, Aspire One etc)</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/blog/11/Firefox-for-small-screens-EEE-Wind-4211-Aspire-One-etc" />
    <id>http://www.ubuntudoctor.com/content/blog/11/Firefox-for-small-screens-EEE-Wind-4211-Aspire-One-etc</id>
    <published>2008-11-21T10:42:23+07:00</published>
    <updated>2008-11-21T10:42:23+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Blog" />
    <category term="Firefox" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=915313" title="http://ubuntuforums.org/showthread.php?t=915313">http://ubuntuforums.org/showthread.php?t=915313</a></p>
<p>Ok, I'll be the first to admit that the 1024 x 600 screen on my EEE 1000H is a tad small. However, there are some ways you can get better value for your screen real estate in the Firefox browser, which I assume many of you use.</p>
<p> Before I tell you the addons I've used, let me show you a before and after  <img class="inlineimg" src="http://ubuntuforums.org/images/smilies/icon_wink.gif" title="Wink" /> </p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=915313" title="http://ubuntuforums.org/showthread.php?t=915313">http://ubuntuforums.org/showthread.php?t=915313</a></p>
<p>Ok, I'll be the first to admit that the 1024 x 600 screen on my EEE 1000H is a tad small. However, there are some ways you can get better value for your screen real estate in the Firefox browser, which I assume many of you use.</p>
<p> Before I tell you the addons I've used, let me show you a before and after  <img class="inlineimg" src="http://ubuntuforums.org/images/smilies/icon_wink.gif" title="Wink" /> &lt;!--break--></p>
<p> Before:<br /> <img src="http://i33.tinypic.com/suysuh.png" /></p>
<p> After:<br /> <img src="http://i37.tinypic.com/qsuw6q.png" />.<br /> Please forgive the operating system change! It's the same steps for Windows or Linux.</p>
<p> Now, the addons.<br /> <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/33048/fission-1.0-fx.xpi" target="_blank"><b>Fission</b></a> - This puts your loading progress bar in your location bar, in a similar fashion to Safari. In fact, if you want it to have the same appearance as Safari, save <a href="http://www.fileden.com/files/2007/8/20/1363774/My%20Designs/Other%20Designs/SafariLoader.png" target="_blank"><b>this gradient</b></a> to your computer and input that to the Fission addon. Fission can also display the link of a hovered-over URL in your location bar if you wish, as this function is lost in hiding the normal status bar.<br /> <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/29011/tiny_menu-1.4.9-fx+tb.xpi" target="_blank"><b>Tiny Menu</b></a>- See that "Menu" in the top left of the After image? That's all the File, Edit, Tools, Bookmarks etc inside one space saving drop-down menu. I rarely use things in these menus so it's a very handy tool for saving screen space.</p>
<p> After you have installed these addons, there are still several things left to do. First, right click your Firefox's Navigation Bar - the one with the Forward, Back, Home buttons. Click Customise. First thing you want to do is click "Use small icons" in the bottom left. This saves some space and also makes the button layout look much better, in my opinion. Note, if you are using Firefox on Linux, as I am, you can install the Vista buttons, which look much nicer than the GNOME ones, <a href="https://addons.mozilla.org/en-US/firefox/downloads/file/30538/strata_aero-3.0.02-fx.jar" target="_blank">here</a>. After this, you want to merge your bookmarks bar, your location bar, and your navigation bar, all into one.This can be easily done by selecting and dragging each item.<br /> One thing you may have noticed is that I have no Google Search to the right of my Location bar. This is because I discovered a very handy feature in Firefox called "Quick Searches". Or at least, it was called Quick Searches in Firefox 2, but it seems to have dropped the moniker in FF3. Anyway, what a Quick Search basically means is that on [pretty much] any page with a search function, you can access this search function from anywhere through your Location Bar.<br /> How to do this:<br /> Navigate to a page that you frequently use the search function in.<br /> Right click the search field, and click Add A Keyword For This Search..<br /> <img src="http://i33.tinypic.com/20ptugw.png" /><br /> Fill in the name of the Site you are searching, and then click down to Keyword. What this keyword basically is is the prefix you have to enter in your Location Bar to search that site. For example, if I type</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Quote:</div>
<table border="0" cellpadding="6" cellspacing="0" width="100%">
<tbody>
<tr>
<td class="ubuntu_quotebackground">g msi wind</td>
</tr>
</tbody>
</table>
</div>
<p>into my Location Bar, and hit Enter, it will search Google for "msi wind", as "g" is my keyword for Google. Similarly I have "y" setup for YouTube, "i" for Google Images, etc.<br /> By removing the Google Search box we have freed up some space, so I suggest you put your Bookmarks Toolbar there. You can now right click the area beside your Location Bar and uncheck Navigation Bar and Bookmarks Toolbar.<br /> Your Bookmarks Toolbar is obviously going to take up a lot of space if you have plenty of bookmarks, all of which will reduce the size of your Location Bar. So what I do is, in the Organise Bookmarks window, create a new folder called Bookmarks in the Bookmarks Toolbar, and drag all my bookmarks into that. This will be displayed, like the Menu top left, as a drop down menu when clicked.</p>
<p> And you're finished! 4 Lines - Menu Bar, Navigation Bar, Bookmarks Bar,  Status Bar - all consolidated into one.</p>
<p> Hope some of you find this useful  <img class="inlineimg" src="http://ubuntuforums.org/images/smilies/icon_smile.gif" title="Smile" /> <br /> Feedback appreciated.</p>
<p> </p>
    ]]></content>
  </entry>
  <entry>
    <title>Canonical launches U.S.-based shop.ubuntu.com in time for holiday season</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/Canonical-launches-U.S.-based-shop.ubuntu.com-in-time-for-holiday-season" />
    <id>http://www.ubuntudoctor.com/content/news/11/Canonical-launches-U.S.-based-shop.ubuntu.com-in-time-for-holiday-season</id>
    <published>2008-11-21T10:38:29+07:00</published>
    <updated>2008-11-21T10:38:29+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Canonical" />
    <category term="Linux World" />
    <category term="Software" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>Canonical launched today an U.S.-based on-line shop for Ubuntu-branded merchandise and software. With a new fulfillment house in St. Louis, Missouri, shipments are faster and less expensive for Ubuntu users and enthusiasts in the U.S.</p>
<p>The U.S. Ubuntu Shop (<a href="http://shop.ubuntu.com/">shop.ubuntu.com</a>) carries a wide range of Ubuntu-branded items, from best sellers like organic cotton t-shirts to CDs and DVDs of the latest Ubuntu software, and will soon include Kubuntu merchandise for the first time.</p>
<p>Canonical's international shop, on-line since August 2007, also carries commercial software, support and training.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Canonical launched today an U.S.-based on-line shop for Ubuntu-branded merchandise and software. With a new fulfillment house in St. Louis, Missouri, shipments are faster and less expensive for Ubuntu users and enthusiasts in the U.S.</p>
<p>The U.S. Ubuntu Shop (<a href="http://shop.ubuntu.com/">shop.ubuntu.com</a>) carries a wide range of Ubuntu-branded items, from best sellers like organic cotton t-shirts to CDs and DVDs of the latest Ubuntu software, and will soon include Kubuntu merchandise for the first time.</p>
<p>Canonical's international shop, on-line since August 2007, also carries commercial software, support and training.</p>
<p>&lt;!--break--></p>
<p>“Our goal is to sell fun, useful and beautiful items for people who love Ubuntu,” said Andrew Rodaway, marketing director at Canonical. “The U.S. has long been the most popular shipping destination, so we're delighted we can save our customers shipping costs as well as reduce the environmental impact of air freighting goods. Buying Ubuntu merchandise is a great way to show support for the project.”</p>
<p>The U.S. shop was 'soft-launched' during the Ubuntu 8.l0 release on October 17, 2008. With the distribution and ordering system fully tested it is now on general release.</p>
<p>The U.S. and international shops can both be found at shop.ubuntu.com.</p>
<h3>About Canonical Ltd</h3>
<p>Canonical Ltd, the commercial sponsor of Ubuntu, is a global organisation headquartered in Europe committed to the development, distribution and support of open source software products and communities. World-class 24x7 commercial support for Ubuntu is available through Canonical's global support team and partners. Since its launch in October 2004 Ubuntu has become one of the most highly regarded Linux distributions with millions of users around the world.</p>
<p>Ubuntu will always be free to download, free to use and free to distribute to others. With these goals in mind, Ubuntu aims to be the most widely used Linux system, and is the centre of a global open source software ecosystem. For more information visit <a href="http://www.canonical.com/">www.canonical.com</a> or <a href="http://www.ubuntu.com/">www.ubuntu.com</a>.</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/news/us-based-shop" title="http://www.ubuntu.com/news/us-based-shop">http://www.ubuntu.com/news/us-based-shop</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>USN-674-1: HPLIP vulnerabilities</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/USN-674-1-HPLIP-vulnerabilities" />
    <id>http://www.ubuntudoctor.com/content/news/11/USN-674-1-HPLIP-vulnerabilities</id>
    <published>2008-11-21T10:36:25+07:00</published>
    <updated>2008-11-21T10:36:25+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Edubuntu" />
    <category term="Kubuntu" />
    <category term="Linux World" />
    <category term="Security" />
    <category term="Ubuntu" />
    <category term="Xubuntu" />
    <summary type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-674-1          November 19, 2008 hplip vulnerabilities CVE-2008-2940, CVE-2008-2941 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
<p>The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   hplip                           0.9.7-4ubuntu1.1  Ubuntu 7.10:   hplip                           2.7.7.dfsg.1-0ubuntu5.1  Ubuntu 8.04 LTS:   hplip                           2.8.2-0ubuntu8.1  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-674-1          November 19, 2008 hplip vulnerabilities CVE-2008-2940, CVE-2008-2941 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
<p>The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   hplip                           0.9.7-4ubuntu1.1  Ubuntu 7.10:   hplip                           2.7.7.dfsg.1-0ubuntu5.1  Ubuntu 8.04 LTS:   hplip                           2.8.2-0ubuntu8.1  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
<p>&lt;!--break--></p>
<p>Details follow:  It was discovered that the hpssd tool of hplip did not validate privileges in the alert-mailing function. A local attacker could exploit this to gain privileges and send e-mail messages from the account of the hplip user. This update alters hplip behaviour by preventing users from setting alerts and by moving alert configuration to a root-controlled /etc/hp/alerts.conf file. (CVE-2008-2940)  It was discovered that the hpssd tool of hplip did not correctly handle certain commands. A local attacker could use a specially crafted packet to crash hpssd, leading to a denial of service. (CVE-2008-2941)</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/usn/USN-674-1" title="http://www.ubuntu.com/usn/USN-674-1">http://www.ubuntu.com/usn/USN-674-1</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>USN-673-1: libxml2 vulnerabilities</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/USN-673-1-libxml2-vulnerabilities" />
    <id>http://www.ubuntudoctor.com/content/news/11/USN-673-1-libxml2-vulnerabilities</id>
    <published>2008-11-21T10:34:03+07:00</published>
    <updated>2008-11-21T10:34:03+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Edubuntu" />
    <category term="Kubuntu" />
    <category term="Linux World" />
    <category term="Security" />
    <category term="Ubuntu" />
    <category term="Xubuntu" />
    <summary type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-673-1          November 19, 2008 libxml2 vulnerabilities CVE-2008-4225, CVE-2008-4226 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
<p>The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   libxml2                         2.6.24.dfsg-1ubuntu1.4  Ubuntu 7.10:   libxml2                         2.6.30.dfsg-2ubuntu1.4  Ubuntu 8.04 LTS:   libxml2                         2.6.31.dfsg-2ubuntu1.3  Ubuntu 8.10:   libxml2                         2.6.32.dfsg-4ubuntu1.1  After a standard system upgrade you need to restart your sessions to effect the necessary changes.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-673-1          November 19, 2008 libxml2 vulnerabilities CVE-2008-4225, CVE-2008-4226 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
<p>The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   libxml2                         2.6.24.dfsg-1ubuntu1.4  Ubuntu 7.10:   libxml2                         2.6.30.dfsg-2ubuntu1.4  Ubuntu 8.04 LTS:   libxml2                         2.6.31.dfsg-2ubuntu1.3  Ubuntu 8.10:   libxml2                         2.6.32.dfsg-4ubuntu1.1  After a standard system upgrade you need to restart your sessions to effect the necessary changes.</p>
<p>&lt;!--break--></p>
<p>Details follow:  Drew Yao discovered that libxml2 did not correctly handle certain corrupt XML documents.  If a user or automated system were tricked into processing a malicious XML document, a remote attacker could cause applications linked against libxml2 to enter an infinite loop, leading to a denial of service. (CVE-2008-4225)  Drew Yao discovered that libxml2 did not correctly handle large memory allocations.  If a user or automated system were tricked into processing a very large XML document, a remote attacker could cause applications linked against libxml2 to crash, leading to a denial of service. (CVE-2008-4226)</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/usn/usn-673-1" title="http://www.ubuntu.com/usn/usn-673-1">http://www.ubuntu.com/usn/usn-673-1</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Set up Sound Juicer to rip from CD as VBR mp3s</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/blog/11/Set-up-Sound-Juicer-to-rip-from-CD-as-VBR-mp3s" />
    <id>http://www.ubuntudoctor.com/content/blog/11/Set-up-Sound-Juicer-to-rip-from-CD-as-VBR-mp3s</id>
    <published>2008-11-20T11:20:39+07:00</published>
    <updated>2008-11-20T11:20:39+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Linux World" />
    <category term="Multimedia" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>Seeing as there's a lot of topics flying around the forum, I'll make a howto based on my own research. This will tell you how to enable mp3 encoding (i.e. enabling you to rip CDs as .mp3 files), and then overcome the cursed CBR 128kbps that is imposed on you. </p>
<p> If you open Sound Juicer (called Audio CD Extractor in [i]Accessories&gt;Sound &amp; Video{/i]) and select <i>Edit&gt;Preferences</i> the output format box will have a few options, by default none of them MP3. If you hit edit profiles, however, you will see an mp3 option, yet if you select it, you find it cannot be used to encode your mp3s yet (by default). </p>
    ]]></summary>
    <content type="html"><![CDATA[<p>Seeing as there's a lot of topics flying around the forum, I'll make a howto based on my own research. This will tell you how to enable mp3 encoding (i.e. enabling you to rip CDs as .mp3 files), and then overcome the cursed CBR 128kbps that is imposed on you. </p>
<p> If you open Sound Juicer (called Audio CD Extractor in [i]Accessories&gt;Sound &amp; Video{/i]) and select <i>Edit&gt;Preferences</i> the output format box will have a few options, by default none of them MP3. If you hit edit profiles, however, you will see an mp3 option, yet if you select it, you find it cannot be used to encode your mp3s yet (by default). &lt;!--break--></p>
<p> To enable mp3 encoding, you need to open a terminal and enter:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install ubuntu-restricted-extras</pre></div>
<p>Now you can select the mp3 option. </p>
<p> However, all mp3's ripped will be CBR 128kbps. </p>
<p> To change this, we need to go to <i>Edit&gt;Preferences</i> again, select edit profiles again and edit the MP3 one. In the "<span style="text-decoration: underline;">G</span>Streamer pipeline" box, replace what is in there with this:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr=4 vbr-quality=0 vbr-min-bitrate=160 vbr-max-bitrate=256 ! xingmux ! id3v2mux</pre></div>
<p>You can change your max and min bit rates as you wish by changing the number on the end of the <i>"vbr-min-bitrate=160"</i> and <i>"vbr-max-bitrate=256"</i> commands (leave syntax as is), it is currently tailored to my liking. </p>
<p> Hope this helps people struggling with ripping mp3's, </p>
<p> - Jake</p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=952807" title="http://ubuntuforums.org/showthread.php?t=952807">http://ubuntuforums.org/showthread.php?t=952807</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Update to openoffice 3 in Ubuntu 8.10 Intrepid</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/blog/11/update-to-openoffice-3-in-ubuntu-intrepid" />
    <id>http://www.ubuntudoctor.com/content/blog/11/update-to-openoffice-3-in-ubuntu-intrepid</id>
    <published>2008-11-20T11:18:34+07:00</published>
    <updated>2008-11-20T11:18:34+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Blog" />
    <category term="OpenOffice" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>if this is too basic for a tutorial,  or has been posted already...feel free to delete this thread.</p>
<p> i see the question posted a lot in the forums and have not noticed a tutorial for it yet...so here is my first attempt at one:</p>
<p> first open a terminal and type or copy/paste the following:</p>
<p> Code:</p>
<p> gksudo gedit /etc/apt/sources.list</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>if this is too basic for a tutorial,  or has been posted already...feel free to delete this thread.</p>
<p> i see the question posted a lot in the forums and have not noticed a tutorial for it yet...so here is my first attempt at one:</p>
<p> first open a terminal and type or copy/paste the following:</p>
<p> Code:</p>
<p> gksudo gedit /etc/apt/sources.list&lt;!--break--></p>
<p> when it opens, add (copy/paste) the following lines to the bottom of the file:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 66px; text-align: left;">##repo for open office3<br />deb <a href="http://ppa.launchpad.net/openoffice-pkgs/ubuntu" title="http://ppa.launchpad.net/openoffice-pkgs/ubuntu">http://ppa.launchpad.net/openoffice-pkgs/ubuntu</a> intrepid main<br />deb-src <a href="http://ppa.launchpad.net/openoffice-pkgs/ubuntu" title="http://ppa.launchpad.net/openoffice-pkgs/ubuntu">http://ppa.launchpad.net/openoffice-pkgs/ubuntu</a> intrepid main</pre></div>
<p><i>save</i>, then close the file and run these 2 commands one at a time:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;">sudo apt-get update<br />sudo apt-get dist-upgrade</pre></div>
<p>thats it...open office 3 should be installed and in the menu: applications &gt; office</p>
<p> or just start it up from the terminal:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">openoffice</pre></div>
<p>hope that helps someone. <img class="inlineimg" src="http://ubuntuforums.org/images/smilies/icon_smile.gif" title="Smile" /></p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=987181" title="http://ubuntuforums.org/showthread.php?t=987181">http://ubuntuforums.org/showthread.php?t=987181</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>Setup offline / local dictionary</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/blog/11/Setup-offline-local-dictionary" />
    <id>http://www.ubuntudoctor.com/content/blog/11/Setup-offline-local-dictionary</id>
    <published>2008-11-20T11:14:04+07:00</published>
    <updated>2008-11-20T11:14:04+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Blog" />
    <category term="Ubuntu" />
    <summary type="html"><![CDATA[<p>I searched all over to find an offline dictionary solution to meet my needs, since I'm often in need of a dictionary and thesaurus I can use offline. Having not found an adequate solution in OpenDict (its dictionaries are only for foreign languages like Latvian and its website is inundated with spam), Stardict (it's bloated, written in bad English, and generally annoying to use) or other programs, and not always having access to the internet whenever I need a dictionary, I figured out how to set up a local DICT server and thereby use the Dictionary program that's already included with Ubuntu to access locally stored dictionaries. It's not all that difficult, it turns out. </p>
    ]]></summary>
    <content type="html"><![CDATA[<p>I searched all over to find an offline dictionary solution to meet my needs, since I'm often in need of a dictionary and thesaurus I can use offline. Having not found an adequate solution in OpenDict (its dictionaries are only for foreign languages like Latvian and its website is inundated with spam), Stardict (it's bloated, written in bad English, and generally annoying to use) or other programs, and not always having access to the internet whenever I need a dictionary, I figured out how to set up a local DICT server and thereby use the Dictionary program that's already included with Ubuntu to access locally stored dictionaries. It's not all that difficult, it turns out. &lt;!--break--></p>
<p> First, install DictD:</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install dictd</pre></div>
<p>this installs a DICT server. now you can install whatever dictionaries you want. Dictionaries are in the repos, here's a list I found using a package search: </p>
<p> <a href="http://packages.ubuntu.com/search?suite=default&amp;section=all&amp;arch=any&amp;searchon=names&amp;keywords=dict" target="_blank">http://packages.ubuntu.com/search?su...&amp;keywords=dict</a></p>
<p> so to install a thesaurus, for example, use</p>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Code:</div>
<pre class="alt2" dir="ltr" style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;">sudo apt-get install dict-moby-thesaurus</pre></div>
<p>Now to configure Dictionary, open the Dictionary program (in &lt;Hardy it's in Accessories, in Intrepid it's under Office), go into Edit -&gt; Preferences, click on "Add" to add a source, then under "Description" give it a name like "Local Dictionaries," under "hostname" type "localhost" and leave the port number the same. Now click "add" and now whenever you're offline you can choose "Local Dictionaries" from "Dictionary Sources" and access your dictionaries offline!</p>
<p> </p>
<p>Source: <a href="http://ubuntuforums.org/showthread.php?t=982326" title="http://ubuntuforums.org/showthread.php?t=982326">http://ubuntuforums.org/showthread.php?t=982326</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>USN-672-1: ClamAV vulnerability</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/USN-672-1-ClamAV-vulnerability" />
    <id>http://www.ubuntudoctor.com/content/news/11/USN-672-1-ClamAV-vulnerability</id>
    <published>2008-11-20T11:08:13+07:00</published>
    <updated>2008-11-20T11:08:13+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Edubuntu" />
    <category term="Kubuntu" />
    <category term="Linux World" />
    <category term="Security" />
    <category term="Ubuntu" />
    <category term="Xubuntu" />
    <summary type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-672-1          November 17, 2008 clamav vulnerability CVE-2008-5050 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.  The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 8.10:   libclamav5                      0.94.dfsg.1-1ubuntu0.1  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-672-1          November 17, 2008 clamav vulnerability CVE-2008-5050 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.  The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 8.10:   libclamav5                      0.94.dfsg.1-1ubuntu0.1  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
<p>&lt;!--break--></p>
<p>Details follow:  Moritz Jodeit discovered that ClamAV did not correctly handle certain strings when examining a VBA project.  If a remote attacker tricked ClamAV into processing a malicious VBA file, ClamAV would crash, leading to a denial of service.</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/usn/usn-672-1" title="http://www.ubuntu.com/usn/usn-672-1">http://www.ubuntu.com/usn/usn-672-1</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>USN-671-1: MySQL vulnerabilities</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/USN-671-1-MySQL-vulnerabilities" />
    <id>http://www.ubuntudoctor.com/content/news/11/USN-671-1-MySQL-vulnerabilities</id>
    <published>2008-11-20T11:04:43+07:00</published>
    <updated>2008-11-20T11:04:43+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Edubuntu" />
    <category term="Kubuntu" />
    <category term="Linux World" />
    <category term="MySQL" />
    <category term="Security" />
    <category term="Ubuntu" />
    <category term="Xubuntu" />
    <summary type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-671-1          November 17, 2008 mysql-dfsg-5.0 vulnerabilities CVE-2008-2079, CVE-2008-3963, CVE-2008-4097, CVE-2008-4098 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.  The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   mysql-server-5.0                5.0.22-0ubuntu6.06.11  Ubuntu 7.10:   mysql-server-5.0                5.0.45-1ubuntu3.4  Ubuntu 8.04 LTS:   mysql-server-5.0                5.0.51a-3ubuntu5.4  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-671-1          November 17, 2008 mysql-dfsg-5.0 vulnerabilities CVE-2008-2079, CVE-2008-3963, CVE-2008-4097, CVE-2008-4098 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.  The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   mysql-server-5.0                5.0.22-0ubuntu6.06.11  Ubuntu 7.10:   mysql-server-5.0                5.0.45-1ubuntu3.4  Ubuntu 8.04 LTS:   mysql-server-5.0                5.0.51a-3ubuntu5.4  In general, a standard system upgrade is sufficient to effect the necessary changes.</p>
<p>&lt;!--break--></p>
<p>Details follow:  It was discovered that MySQL could be made to overwrite existing table files in the data directory. An authenticated user could use the DATA DIRECTORY and INDEX DIRECTORY options to possibly bypass privilege checks. This update alters table creation behaviour by disallowing the use of the MySQL data directory in DATA DIRECTORY and INDEX DIRECTORY options. (CVE-2008-2079, CVE-2008-4097 and CVE-2008-4098)  It was discovered that MySQL did not handle empty bit-string literals properly. An attacker could exploit this problem and cause the MySQL server to crash, leading to a denial of service. (CVE-2008-3963)</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/usn/USN-671-1" title="http://www.ubuntu.com/usn/USN-671-1">http://www.ubuntu.com/usn/USN-671-1</a></p>
    ]]></content>
  </entry>
  <entry>
    <title>USN-667-1 Firefox and xulrunner vulnerabilities</title>
    <link rel="alternate" type="text/html" href="http://www.ubuntudoctor.com/content/news/11/USN-667-1-Firefox-and-xulrunner-vulnerabilities" />
    <id>http://www.ubuntudoctor.com/content/news/11/USN-667-1-Firefox-and-xulrunner-vulnerabilities</id>
    <published>2008-11-20T11:01:42+07:00</published>
    <updated>2008-11-20T11:01:42+07:00</updated>
    <author>
      <name>k4tz</name>
    </author>
    <category term="Edubuntu" />
    <category term="Firefox" />
    <category term="Kubuntu" />
    <category term="Linux World" />
    <category term="Ubuntu" />
    <category term="Xubuntu" />
    <summary type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-667-1          November 17, 2008 firefox, firefox-3.0, xulrunner-1.9 vulnerabilities CVE-2008-0017, CVE-2008-4582, CVE-2008-5012, CVE-2008-5013, CVE-2008-5014, CVE-2008-5015, CVE-2008-5016, CVE-2008-5017, CVE-2008-5018, CVE-2008-5019, CVE-2008-5021, CVE-2008-5022, CVE-2008-5023, CVE-2008-5024 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>===========================================================</p>
<p>Ubuntu Security Notice USN-667-1          November 17, 2008 firefox, firefox-3.0, xulrunner-1.9 vulnerabilities CVE-2008-0017, CVE-2008-4582, CVE-2008-5012, CVE-2008-5013, CVE-2008-5014, CVE-2008-5015, CVE-2008-5016, CVE-2008-5017, CVE-2008-5018, CVE-2008-5019, CVE-2008-5021, CVE-2008-5022, CVE-2008-5023, CVE-2008-5024 ===========================================================</p>
<p>A security issue affects the following Ubuntu releases:  Ubuntu 6.06 LTS Ubuntu 7.10 Ubuntu 8.04 LTS Ubuntu 8.10  This advisory also applies to the corresponding versions of Kubuntu, Edubuntu, and Xubuntu.</p>
<p>&lt;!--break--></p>
<p>The problem can be corrected by upgrading your system to the following package versions:  Ubuntu 6.06 LTS:   firefox                         1.5.dfsg+1.5.0.15~prepatch080614h-0ubuntu1  Ubuntu 7.10:   firefox                         2.0.0.18+nobinonly-0ubuntu0.7.10  Ubuntu 8.04 LTS:   firefox-3.0                     3.0.4+nobinonly-0ubuntu0.8.04.1   xulrunner-1.9                   1.9.0.4+nobinonly-0ubuntu0.8.04.1  Ubuntu 8.10:   abrowser                        3.0.4+nobinonly-0ubuntu0.8.10.1   firefox-3.0                     3.0.4+nobinonly-0ubuntu0.8.10.1   xulrunner-1.9                   1.9.0.4+nobinonly-0ubuntu0.8.10.1  After a standard system upgrade you need to restart Firefox and any application that use xulrunner, such as Epiphany, to effect the necessary changes.</p>
<p>Details follow:  Liu Die Yu discovered an information disclosure vulnerability in Firefox when using saved .url shortcut files. If a user were tricked into downloading a crafted .url file and a crafted HTML file, an attacker could steal information from the user's cache. (CVE-2008-4582)  Georgi Guninski, Michal Zalewsk and Chris Evans discovered that the same-origin check in Firefox could be bypassed. If a user were tricked into opening a malicious website, an attacker could obtain private information from data stored in the images, or discover information about software on the user's computer. This issue only affects Firefox 2. (CVE-2008-5012)</p>
<p>It was discovered that Firefox did not properly check if the Flash module was properly unloaded. By tricking a user into opening a crafted SWF file, an attacker could cause Firefox to crash and possibly execute arbitrary code with user privileges. This issue only affects Firefox 2. (CVE-2008-5013)  Jesse Ruderman discovered that Firefox did not properly guard locks on non-native objects. If a user were tricked into opening a malicious website, an attacker could cause a browser crash and possibly execute arbitrary code with user privileges. This issue only affects Firefox 2. (CVE-2008-5014)  Luke Bryan discovered that Firefox sometimes opened file URIs with chrome privileges. If a user saved malicious code locally, then opened the file in the same tab as a privileged document, an attacker could run arbitrary JavaScript code with chrome privileges. This issue only affects Firefox 3.0.</p>
<p>(CVE-2008-5015)  Several problems were discovered in the browser, layout and JavaScript engines. These problems could allow an attacker to crash the browser and possibly execute arbitrary code with user privileges. (CVE-2008-5016, CVE-2008-5017, CVE-2008-5018)  David Bloom discovered that the same-origin check in Firefox could be bypassed by utilizing the session restore feature. An attacker could exploit this to run JavaScript in the context of another site or execute arbitrary JavaScript code with chrome privileges. (CVE-2008-5019)  Justin Schuh discovered a flaw in Firefox's mime-type parsing. If a user were tricked into opening a malicious website, an attacker could send a crafted header in the HTTP index response, causing a browser crash and execute arbitrary code with user privileges. (CVE-2008-0017)  A flaw was discovered in Firefox's DOM constructing code. If a user were tricked into opening a malicious website, an attacker could cause the browser to crash and potentially execute arbitrary code with user privileges.</p>
<p>(CVE-2008-5021)  It was discovered that the same-origin check in Firefox could be bypassed. If a user were tricked into opening a malicious website, an attacker could execute JavaScript in the context of a different website. (CVE-2008-5022)  Collin Jackson discovered various flaws in Firefox when processing stylesheets which allowed JavaScript to be injected into signed JAR files. If a user were tricked into opening malicious web content, an attacker could execute arbitrary code with the privileges of the signed JAR or of a different website. (CVE-2008-5023)  Chris Evans discovered that Firefox did not properly parse E4X documents, leading to quote characters in the namespace not being properly escaped. (CVE-2008-5024)</p>
<p> </p>
<p>Source: <a href="http://www.ubuntu.com/node/1706" title="http://www.ubuntu.com/node/1706">http://www.ubuntu.com/node/1706</a></p>
    ]]></content>
  </entry>
</feed>
