<?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>Absolutely Tech &#187; ubuntu</title> <atom:link href="http://www.absolutelytech.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" /><link>http://www.absolutelytech.com</link> <description>Yes!! Its absolutely tech...</description> <lastBuildDate>Fri, 10 Sep 2010 03:09:29 +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>[SOLVED] No sound in tuxguitar</title><link>http://www.absolutelytech.com/2010/08/22/solved-no-sound-in-tuxguitar/</link> <comments>http://www.absolutelytech.com/2010/08/22/solved-no-sound-in-tuxguitar/#comments</comments> <pubDate>Sun, 22 Aug 2010 07:03:30 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[sound]]></category> <category><![CDATA[timidity]]></category> <category><![CDATA[tuxguitar]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=870</guid> <description><![CDATA[Tuxguitar stopped working after upgrading to Ubuntu 10.10 Alpha. Many people seem to be having this problem after a distribution upgrade. The fix is simple. Install timidity and tuxguitar-jsa package. sudo apt-get install timidity tuxguitar-jsa After the install, run tuxguitar and play a file. You should hear the sound. If you still cannot hear it [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/01/29/guitar-pro-alternative-in-ubuntu/' rel='bookmark' title='Permanent Link: Guitar Pro alternative in Ubuntu'>Guitar Pro alternative in Ubuntu</a></li><li><a href='http://www.absolutelytech.com/2009/10/02/playing-wmv-files-in-ubuntu/' rel='bookmark' title='Permanent Link: [HowTo] Playing wmv files in Ubuntu'>[HowTo] Playing wmv files in Ubuntu</a></li><li><a href='http://www.absolutelytech.com/2009/09/24/the-ubuntu-interface/' rel='bookmark' title='Permanent Link: The Ubuntu Interface'>The Ubuntu Interface</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/08/22/solved-no-sound-in-tuxguitar/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ubuntu 11.04 named &#8216;Natty Narwhal&#8217;</title><link>http://www.absolutelytech.com/2010/08/18/ubuntu-11-04-name-natty-narwhal/</link> <comments>http://www.absolutelytech.com/2010/08/18/ubuntu-11-04-name-natty-narwhal/#comments</comments> <pubDate>Tue, 17 Aug 2010 19:17:20 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[11.04]]></category> <category><![CDATA[narwhal]]></category> <category><![CDATA[natty]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=866</guid> <description><![CDATA[Ubuntu 11.04, which is to be released in April 2011, has been named Natty Narwhal as mentioned on Mark Shuttleworth&#8217;s blog. Check out the entire blog post here. Seems reasonable, as weird sounding as all previous names. Ubuntu, you never disappoint me! Stumble upon something good? Share it on StumbleUpon Digg this! Share this on [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='Permanent Link: [HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li><li><a href='http://www.absolutelytech.com/2009/09/25/connecting-to-a-windows-computer-on-lan-using-samba/' rel='bookmark' title='Permanent Link: Connecting to a windows computer on LAN using Samba'>Connecting to a windows computer on LAN using Samba</a></li><li><a href='http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/' rel='bookmark' title='Permanent Link: [SOLVED] No module named gtkhtml2'>[SOLVED] No module named gtkhtml2</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/08/18/ubuntu-11-04-name-natty-narwhal/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>[HowTo] Enable or disable modules in Apache</title><link>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/</link> <comments>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/#comments</comments> <pubDate>Mon, 02 Aug 2010 05:14:47 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[How-To]]></category> <category><![CDATA[a2dismod]]></category> <category><![CDATA[a2enmod]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[mods]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=848</guid> <description><![CDATA[You can enable or disable any apache module using a2enmod and a2dismod. You don&#8217;t need to edit the conf file for that unless you are having some problem with this method. The syntax of these commands is really simple: To enable a module: sudo a2enmod module_name To disable a module: sudo a2dismod module_name For instance, [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/08/02/howto-add-expire-headers-to-cache-static-files-using-htaccess/' rel='bookmark' title='Permanent Link: [HowTo] Add expires headers to cache static files using htaccess'>[HowTo] Add expires headers to cache static files using htaccess</a></li><li><a href='http://www.absolutelytech.com/2010/04/18/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/' rel='bookmark' title='Permanent Link: [Solved] Unable to enumerate USB device (Disabling ehci_hcd)'>[Solved] Unable to enumerate USB device (Disabling ehci_hcd)</a></li><li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='Permanent Link: [HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>[Solved] vlc: missing mandatory argument `&#8211;user-agent=&#8221;VLC media player&#8221;&#8216;</title><link>http://www.absolutelytech.com/2010/07/27/solved-vlc-missing-mandatory-argument-user-agentvlc-media-player/</link> <comments>http://www.absolutelytech.com/2010/07/27/solved-vlc-missing-mandatory-argument-user-agentvlc-media-player/#comments</comments> <pubDate>Tue, 27 Jul 2010 10:07:24 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[Errors]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[vlc]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=821</guid> <description><![CDATA[Yesterday after upgrading the packages VLC refused to start giving out following error message: VLC media player 1.1.1 The Luggage &#40;revision exported&#41; vlc: unknown option or missing mandatory argument `--user-agent=&#34;VLC media player&#34;' Try `vlc --help' for more information. To solve the error, just reinstall vlc: sudo apt-get install vlc Cheers! Stumble upon something good? Share [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/08/solved-media-playing-issues-in-vlc-in-ubuntu-10-10-maverick-meerkat/' rel='bookmark' title='Permanent Link: [SOLVED] Media Playing issues in VLC in Ubuntu 10.10 Maverick Meerkat'>[SOLVED] Media Playing issues in VLC in Ubuntu 10.10 Maverick Meerkat</a></li><li><a href='http://www.absolutelytech.com/2010/02/13/solved-error-saving-media-attachment-error-in-wordpress/' rel='bookmark' title='Permanent Link: [Solved] &#8220;Error saving media attachment.&#8221; error in WordPress'>[Solved] &#8220;Error saving media attachment.&#8221; error in WordPress</a></li><li><a href='http://www.absolutelytech.com/2009/09/25/connecting-to-a-windows-computer-on-lan-using-samba/' rel='bookmark' title='Permanent Link: Connecting to a windows computer on LAN using Samba'>Connecting to a windows computer on LAN using Samba</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/27/solved-vlc-missing-mandatory-argument-user-agentvlc-media-player/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[HowTo] Use mutt with msmtp</title><link>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/</link> <comments>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/#comments</comments> <pubDate>Tue, 20 Jul 2010 07:12:14 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[email]]></category> <category><![CDATA[howto]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[msmtp]]></category> <category><![CDATA[mutt]]></category> <category><![CDATA[smtp]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=724</guid> <description><![CDATA[Mutt is a small but very powerful text-based mail client for Unix operating systems. Msmtp is a smtp client which is available for Linux as well as windows. Configuring mutt to work with msmtp is fortunately quite easy. Here&#8217;s a tutorial teaching the same. Step 1: Find the executable path of msmtp: which msmtp Step [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='Permanent Link: [HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li><li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='Permanent Link: [HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li><li><a href='http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/' rel='bookmark' title='Permanent Link: Using CodeIgniter&#8217;s Email library separately'>Using CodeIgniter&#8217;s Email library separately</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</title><link>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/</link> <comments>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/#comments</comments> <pubDate>Sun, 18 Jul 2010 07:08:27 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[How-To]]></category> <category><![CDATA[Technology]]></category> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[Web development]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Gmail]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[localhost]]></category> <category><![CDATA[mail()]]></category> <category><![CDATA[msmtp]]></category> <category><![CDATA[php]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=665</guid> <description><![CDATA[There&#8217;ve been lots of times when I wanted to use the mail() function on my local server. I am sure lots of you would&#8217;ve been wanting it too but most of you would&#8217;ve settled for PHPMailer or just used a web host to test the code instead. I myself had been doing the same until [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='Permanent Link: [HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li><li><a href='http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/' rel='bookmark' title='Permanent Link: [HowTo] Use mutt with msmtp'>[HowTo] Use mutt with msmtp</a></li><li><a href='http://www.absolutelytech.com/2009/05/31/gmail-inbox-full-now-what-ive-a-solution/' rel='bookmark' title='Permanent Link: [HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space'>[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>[HowTo] Configure msmtp to work with gmail on linux</title><link>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/</link> <comments>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/#comments</comments> <pubDate>Sat, 17 Jul 2010 18:38:57 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[How-To]]></category> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[ca-certificates]]></category> <category><![CDATA[Gmail]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[msmtp]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=731</guid> <description><![CDATA[Msmtp is a small but powerful and highly customizable smtp client. You can access gmail smtp using msmtp, which is exactly what I&#8217;ll teach in this tutorial. Step by step instructions: Install msmtp and ca-certificates for use with SSL: sudo apt-get install msmtp ca-certificates We&#8217;ll create and edit the configuration file using Gedit: sudo gedit [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='Permanent Link: [HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li><li><a href='http://www.absolutelytech.com/2010/07/20/howto-use-mutt-with-msmtp/' rel='bookmark' title='Permanent Link: [HowTo] Use mutt with msmtp'>[HowTo] Use mutt with msmtp</a></li><li><a href='http://www.absolutelytech.com/2009/05/31/gmail-inbox-full-now-what-ive-a-solution/' rel='bookmark' title='Permanent Link: [HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space'>[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[SOLVED] No module named gtkhtml2</title><link>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/</link> <comments>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/#comments</comments> <pubDate>Thu, 15 Jul 2010 06:11:27 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[Errors]]></category> <category><![CDATA[gtkhtml2]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[python]]></category> <category><![CDATA[python-gtkhtml2]]></category> <category><![CDATA[ubuntu]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=672</guid> <description><![CDATA[I came across this error while trying to run BloGTK. I tried installing it from repositories but it failed: sudo apt-get install python-gtkhtml2 Reading package lists... Done Building dependency tree Reading state information... Done Package python-gtkhtml2 is not available, but is referred to by another package. This may mean that the package is missing, has [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/30/solved-error-dpkg-error-processing-filename-unpack-trying-to-overwrite/' rel='bookmark' title='Permanent Link: [SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;'>[SOLVED] Error &#8216;dpkg: error processing &lt;filename&gt; (&#45;&#45;unpack) trying to overwrite&#8230;</a></li><li><a href='http://www.absolutelytech.com/2009/11/01/solved-ath5k-wifi-module-not-working-in-karmic-koala/' rel='bookmark' title='Permanent Link: [Solved] Ath5k wifi module not working in Karmic Koala'>[Solved] Ath5k wifi module not working in Karmic Koala</a></li><li><a href='http://www.absolutelytech.com/2010/08/18/ubuntu-11-04-name-natty-narwhal/' rel='bookmark' title='Permanent Link: Ubuntu 11.04 named &#8216;Natty Narwhal&#8217;'>Ubuntu 11.04 named &#8216;Natty Narwhal&#8217;</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/15/solved-no-module-named-gtkhtml2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[HowTo]Extract almost any archive through terminal using a single command in linux</title><link>http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/</link> <comments>http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/#comments</comments> <pubDate>Wed, 14 Jul 2010 17:47:48 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[How-To]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[bash]]></category> <category><![CDATA[extract]]></category> <category><![CDATA[script]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[uncompress]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=652</guid> <description><![CDATA[I came across this simple script on ubuntuforums which I thought was really very useful and worth sharing it on my blog. You can either make a function out of it and put it in .bashrc file or make an executable script and put it in /usr/bin/. Method 1: Open your ~/.bashrc file using any [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='Permanent Link: [HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li><li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='Permanent Link: [HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li><li><a href='http://www.absolutelytech.com/2010/07/04/howto-find-out-your-linux-distribution-name-and-version-through-command-line/' rel='bookmark' title='Permanent Link: [HOWTO] 5 methods to find out your linux distribution name and version through command line'>[HOWTO] 5 methods to find out your linux distribution name and version through command line</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/14/extract-almost-any-archive-through-terminal-using-a-single-command-in-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>[HOWTO] Install Opera 10.6 via PPA in Ubuntu</title><link>http://www.absolutelytech.com/2010/07/01/howto-install-opera-10-6-via-ppa-in-ubuntu/</link> <comments>http://www.absolutelytech.com/2010/07/01/howto-install-opera-10-6-via-ppa-in-ubuntu/#comments</comments> <pubDate>Thu, 01 Jul 2010 12:05:41 +0000</pubDate> <dc:creator>Deepak Mittal</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Ubuntu (Linux)]]></category> <category><![CDATA[opera]]></category> <category><![CDATA[opera 10 6 ubuntu]]></category> <category><![CDATA[opera ppa]]></category> <category><![CDATA[ppa]]></category> <category><![CDATA[repository]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[ubuntu opera ppa]]></category><guid isPermaLink="false">http://www.absolutelytech.com/?p=615</guid> <description><![CDATA[Opera 10.6 which was released yesterday is currently one of the fastest browsers. It has beaten Chrome in javascript speed test. It also features better support for HTML5, WebM video support. You can now install it on Ubuntu via PPA. Add the PPA in your repository: sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" >> [...]Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/23/howto-install-vlc-1-1-via-ppa-on-ubuntu/' rel='bookmark' title='Permanent Link: [HOWTO] Install VLC 1.1 via PPA on Ubuntu'>[HOWTO] Install VLC 1.1 via PPA on Ubuntu</a></li><li><a href='http://www.absolutelytech.com/2010/07/02/google-sputnik-test-opera-10-6-vs-firefox-3-6-6-vs-google-chrome-5-0-375-86-on-ubuntu/' rel='bookmark' title='Permanent Link: Google Sputnik Test &#8211; Opera 10.6 vs. Firefox 3.6.6 vs. Google Chrome 5.0.375.86 on Ubuntu'>Google Sputnik Test &#8211; Opera 10.6 vs. Firefox 3.6.6 vs. Google Chrome 5.0.375.86 on Ubuntu</a></li><li><a href='http://www.absolutelytech.com/2010/08/27/solved-ignoring-file-distupgrade-save-in-directory-etcaptsources-list-d-as-it-has-an-invalid-filename-extension-on-ubuntu-10-10/' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10'>[SOLVED] &#8220;Ignoring file &#8216;.distUpgrade&#8217; / &#8216;.save&#8217; in directory &#8216;/etc/apt/sources.list.d/&#8217; as it has an invalid filename extension&#8221; on Ubuntu 10.10</a></li></ol>]]></description> <wfw:commentRss>http://www.absolutelytech.com/2010/07/01/howto-install-opera-10-6-via-ppa-in-ubuntu/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 217/399 queries in 2.863 seconds using disk
Object Caching 9738/9856 objects using disk

Served from: www.absolutelytech.com @ 2010-09-10 04:15:29 -->