<?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>Silicon Gadget &#187; Guides</title> <atom:link href="http://www.silicongadget.com/category/guides/feed/" rel="self" type="application/rss+xml" /><link>http://www.silicongadget.com</link> <description>Just a new site about computer, software, and tech gear.</description> <lastBuildDate>Mon, 28 Mar 2011 18:00:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>Activate WebGL support on Firefox 4</title><link>http://www.silicongadget.com/guides/internet-guides/activate-webgl-support-on-firefox-4/2126/</link> <comments>http://www.silicongadget.com/guides/internet-guides/activate-webgl-support-on-firefox-4/2126/#comments</comments> <pubDate>Mon, 28 Mar 2011 18:00:35 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Browser]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[GPU]]></category> <category><![CDATA[Mozilla]]></category> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[WebGL]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2126</guid> <description><![CDATA[<p>Firefox 4 has been released few days ago, as we seen on the guide on how to install it on Ubuntu. The Linux version of Firefox is almost identical to the Windows and Mac version, except for a major aspect popular in this new version: the Linux version of Firefox 4 does not support WebGL <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/internet-guides/activate-webgl-support-on-firefox-4/2126/">Activate WebGL support on Firefox 4</a></span>]]></description> <content:encoded><![CDATA[<p>Firefox 4 has been released few days ago, as we seen on the guide on <a
title="Install Firefox on Ubuntu with official repository" href="http://www.silicongadget.com/guides/internet-guides/install-firefox-on-ubuntu-with-official-repository/2123/">how to install it on Ubuntu</a>. The Linux version of Firefox is almost identical to the Windows and Mac version, except for a major aspect popular in this new version: the Linux version of Firefox 4 does not support WebGL <strong>by default</strong>.</p><p>Here it is a guide on how to enable the WebGL support on Firefox 4.</p><p><span
id="more-2126"></span></p><p>First you need to install libosmesa6. On Debian/Ubuntu and other <em>apt</em> based distributions, you can use the following command:</p><blockquote><p>sudo apt-get install libosmesa6</p></blockquote><p>On other distributions you have to use the relative package manager instead of <em>apt</em>.</p><p>Then, on Firefox 4 open the following address: <em>&#8220;about:config&#8221;</em>; accept the security warning and then search the following setting: <em>&#8220;webgl.osmesalib&#8221;</em> and set its value to <em>&#8220;/usr/lib/libOSMesa.so.6&#8243;</em>. Finally, close and re-open Firefox 4.</p><p>To test if it works,  visit the <a
title="Mozilla's Web O'(pen) Wonder" href="https://demos.mozilla.org/en-US/" target="_blank" rel="nofollow">dedicated page on Mozilla Fondation</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/internet-guides/activate-webgl-support-on-firefox-4/2126/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Firefox on Ubuntu with official repository</title><link>http://www.silicongadget.com/guides/internet-guides/install-firefox-on-ubuntu-with-official-repository/2123/</link> <comments>http://www.silicongadget.com/guides/internet-guides/install-firefox-on-ubuntu-with-official-repository/2123/#comments</comments> <pubDate>Wed, 23 Mar 2011 21:00:49 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Internet]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Browser]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Kubuntu]]></category> <category><![CDATA[Mozilla]]></category> <category><![CDATA[Open Source Software]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2123</guid> <description><![CDATA[<p
style="text-align: center;"></p><p
style="text-align: left;">Few days ago the final version of Firefox 4 come to life.</p><p>With this guide I will show you how to install Firefox 4 on Ubuntu and its variants with the official repositories.</p><p></p><p>Open a terminal and add the Firefox&#8217;s repository:</p><p>sudo add-apt-repository ppa:mozillateam/firefox-stable</p><p>Than update the package manager&#8217;s <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/internet-guides/install-firefox-on-ubuntu-with-official-repository/2123/">Install Firefox on Ubuntu with official repository</a></span>]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class="aligncenter" title="LibreOffice 3.3" src="http://mozcom-cdn.mozilla.net/en-US/img/press/screenshots/firefox4-linux.png" alt="LibreOffice 3.3 released" width="400" height="280" /></p><p
style="text-align: left;">Few days ago the final version of Firefox 4 come to life.</p><p>With this guide I will show you how to install Firefox 4 on Ubuntu and its variants with the official repositories.</p><p><span
id="more-2123"></span></p><p>Open a terminal and add the Firefox&#8217;s repository:</p><blockquote><p>sudo add-apt-repository ppa:mozillateam/firefox-stable</p></blockquote><p>Than update the package manager&#8217;s database:</p><blockquote><p>sudo apt-get update</p></blockquote><p>If you already have Firefox, you can just give the upgrade command:</p><blockquote><p>sudo apt-get upgrade</p></blockquote><p>Otherwhise you can install Firefox 4 with the following command:</p><blockquote><p>sudo apt-get install firefox</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/internet-guides/install-firefox-on-ubuntu-with-official-repository/2123/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Update Mplayer on Ubuntu</title><link>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-mplayer-on-ubuntu/2119/</link> <comments>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-mplayer-on-ubuntu/2119/#comments</comments> <pubDate>Mon, 14 Feb 2011 19:00:53 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Mplayer]]></category> <category><![CDATA[Ubuntu]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2119</guid> <description><![CDATA[<p>Since Ubuntu is not a rolling-release distribution, programs like Mplayer do not receive any major update, beside bug-fixes, until each new release of the distribution itself.</p><p>Here it is a guide on how to keep Mplayer updated on Ubuntu.</p><p></p><p>First you need to add the dedicated Mplayer repository; open a terminal and run;</p><p>sudo <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-mplayer-on-ubuntu/2119/">Update Mplayer on Ubuntu</a></span>]]></description> <content:encoded><![CDATA[<p>Since Ubuntu is not a rolling-release distribution, programs like Mplayer do not receive any major update, beside bug-fixes, until each new release of the distribution itself.</p><p>Here it is a guide on how to keep Mplayer updated on Ubuntu.</p><p><span
id="more-2119"></span></p><p>First you need to add the dedicated Mplayer repository; open a terminal and run;</p><blockquote><p>sudo add-apt-repository ppa:motumedia/mplayer-daily</p></blockquote><p>The update the package manager&#8217;s database:</p><blockquote><p>sudo apt-get update</p></blockquote><p>Than you if you have Mplayer already installed, you can get the update by:</p><blockquote><p>sudo apt-get upgrade</p></blockquote><p>Or, if you don&#8217;t have Mplayer installed yet:</p><blockquote><p>sudo apt-get install mplayer</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-mplayer-on-ubuntu/2119/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Update VLC on Ubuntu</title><link>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-vlc-on-ubuntu/2104/</link> <comments>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-vlc-on-ubuntu/2104/#comments</comments> <pubDate>Mon, 07 Feb 2011 19:00:18 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[VLC]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2104</guid> <description><![CDATA[<p>Since Ubuntu is not a rolling-release distribution, programs like VideoLAN VLC do not receive any major update, beside bug-fixes, until each new release of the distribution itself.</p><p>Here it is a guide on how to keep VLC updated on Ubuntu.</p><p></p><p>First you need to add the dedicated VLC repository; open a terminal and run;</p> <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-vlc-on-ubuntu/2104/">Update VLC on Ubuntu</a></span>]]></description> <content:encoded><![CDATA[<p>Since Ubuntu is not a rolling-release distribution, programs like VideoLAN VLC do not receive any major update, beside bug-fixes, until each new release of the distribution itself.</p><p>Here it is a guide on how to keep VLC updated on Ubuntu.</p><p><span
id="more-2104"></span></p><p>First you need to add the dedicated VLC repository; open a terminal and run;</p><blockquote><p>sudo add-apt-repository ppa:ferramroberto/vlc</p></blockquote><p>The update the package manager&#8217;s database:</p><blockquote><p>sudo apt-get update</p></blockquote><p>Than you if you have VLC already installed, you can get the update by:</p><blockquote><p>sudo apt-get upgrade</p></blockquote><p>Or, if you don&#8217;t VLC intalled yet:</p><blockquote><p>sudo apt-get install vlc mozilla-plugin-vlc</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/software-guides/multimedia-software-guides/update-vlc-on-ubuntu/2104/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install LibreOffice on Ubuntu using the official repository</title><link>http://www.silicongadget.com/guides/software-guides/office-suites/install-libreoffice-on-ubuntu-using-the-official-repository/2097/</link> <comments>http://www.silicongadget.com/guides/software-guides/office-suites/install-libreoffice-on-ubuntu-using-the-official-repository/2097/#comments</comments> <pubDate>Mon, 31 Jan 2011 19:00:48 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Office suites]]></category> <category><![CDATA[Guides]]></category> <category><![CDATA[LibreOffice]]></category> <category><![CDATA[OpenOffice]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2097</guid> <description><![CDATA[<p
style="text-align: center;"></p><p
style="text-align: left;">Few days ago the final version of LibreOffice 3.3, the spin-off of OpenOffice born after the the issues between Document Foundation and Oracle, come to life.</p><p>With this guide I will show you how to install LibreOffice 3.3 on Ubuntu and its variants with the official repositories.</p><p></p><p>Open a <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/software-guides/office-suites/install-libreoffice-on-ubuntu-using-the-official-repository/2097/">Install LibreOffice on Ubuntu using the official repository</a></span>]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class="aligncenter" title="LibreOffice 3.3" src="http://www.libreoffice.org/assets/Shuffler/_resampled/resizedimage400280-Screenshot-01.png" alt="LibreOffice 3.3 released" width="400" height="280" /></p><p
style="text-align: left;">Few days ago the final version of LibreOffice 3.3, the spin-off of OpenOffice born after the the issues between Document Foundation and Oracle, come to life.</p><p>With this guide I will show you how to install LibreOffice 3.3 on Ubuntu and its variants with the official repositories.</p><p><span
id="more-2097"></span></p><p>Open a terminal and add the LibreOffice&#8217;s repository:</p><blockquote><p>sudo add-apt-repository ppa:libreoffice/ppa</p></blockquote><p>Than update the pacakge manager&#8217;s database:</p><blockquote><p>sudo apt-get update</p></blockquote><p>If you have OpenOffice, it is best to uninstall it to avoid conflicts:</p><blockquote><p>sudo apt-get purge openoffice* &amp;&amp; sudo apt-get autoremove &amp;&amp; sudo apt-get autoclean &amp;&amp; sudo apt-get clean</p></blockquote><p>And finally install LibreOffice:</p><blockquote><p>sudo apt-get install libreoffice libreoffice-gnome</p></blockquote><p>Of course if you have Kubuntu, instead of <em>libreoffice-gnome</em>, install <em>libreoffice-kde</em>.</p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/software-guides/office-suites/install-libreoffice-on-ubuntu-using-the-official-repository/2097/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to install KDE 4.6 on Kubuntu</title><link>http://www.silicongadget.com/guides/operative-system-guides/linux-guides/how-to-install-kde-4-6-on-kubuntu/2085/</link> <comments>http://www.silicongadget.com/guides/operative-system-guides/linux-guides/how-to-install-kde-4-6-on-kubuntu/2085/#comments</comments> <pubDate>Thu, 27 Jan 2011 19:00:40 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Guides]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[Kubuntu]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2085</guid> <description><![CDATA[<p>KDE team just released the 4.6 version of the famous Desktop Enviroment. Here it is a guide on how to install it on Kubuntu.</p><p></p><p>First you need to enable the Kubuntu&#8217;s backports repository, open a terminal and run:</p><p>sudo add-apt-repository ppa:kubuntu-ppa/backports</p><p>Once you have done that, to download and install KDE 4.6 run:</p><p>sudo <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/operative-system-guides/linux-guides/how-to-install-kde-4-6-on-kubuntu/2085/">How to install KDE 4.6 on Kubuntu</a></span>]]></description> <content:encoded><![CDATA[<p>KDE team just released the 4.6 version of the famous Desktop Enviroment. Here it is a guide on how to install it on Kubuntu.</p><p><span
id="more-2085"></span></p><p>First you need to enable the Kubuntu&#8217;s backports repository, open a terminal and run:</p><blockquote><p>sudo add-apt-repository ppa:kubuntu-ppa/backports</p></blockquote><p>Once you have done that, to download and install KDE 4.6 run:</p><blockquote><p>sudo apt-get update &#038;&#038; sudo apt-get upgrade &#038;&#038; sudo apt-get dist-upgrade</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/operative-system-guides/linux-guides/how-to-install-kde-4-6-on-kubuntu/2085/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Convert VMware files to VirtualBox Vdi format</title><link>http://www.silicongadget.com/guides/operative-system-guides/virtualization-guides/how-to-convert-vmware-files-to-virtualbox-vdi-format/2001/</link> <comments>http://www.silicongadget.com/guides/operative-system-guides/virtualization-guides/how-to-convert-vmware-files-to-virtualbox-vdi-format/2001/#comments</comments> <pubDate>Mon, 20 Dec 2010 19:00:54 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Virtualization]]></category> <category><![CDATA[VirtualBox]]></category> <category><![CDATA[Vmware]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2001</guid> <description><![CDATA[<p>If you use virtualization software like Vmware or VirtualBox, you know that around the web there are many pre-built virtual machines available to download and use for free (often from the OS vendors in case of testing versions for new releases their OS).</p><p>An annoying issue about those pre-built virtual machines is that often they <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/operative-system-guides/virtualization-guides/how-to-convert-vmware-files-to-virtualbox-vdi-format/2001/">How to Convert VMware files to VirtualBox Vdi format</a></span>]]></description> <content:encoded><![CDATA[<p>If you use virtualization software like Vmware or VirtualBox, you know that around the web there are many pre-built virtual machines available to download and use for free (often from the OS vendors in case of testing versions for new releases their OS).</p><p>An annoying issue about those pre-built virtual machines is that often they are built just for Vmware since it is more popular than VirtualBox, and if you are a user of the later you are sitting duck.</p><p>But fortunately there is a solution.</p><p><span
id="more-2001"></span></p><p>First, open a terminal or the command prompt if you are under Windows; in the later case move to &#8220;C:\Program Files\Sun\xVM VirtualBox&#8221;.</p><p>Then run the command</p><blockquote><p>VBoxManage clonehd <em>source.vmdk</em> <em>output.vdi</em> &#8211;format VDI</p></blockquote><p>Where for &#8220;<em>source.vmdk</em>&#8221; you should input the file name (and eventually the path) of the original VMware file and for &#8220;<em>output.vdi</em>&#8221; the name (and eventually the path) of the VirtualBox file.</p><p>Easy, isn&#8217;t it?</p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/operative-system-guides/virtualization-guides/how-to-convert-vmware-files-to-virtualbox-vdi-format/2001/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Password lock PDF files with pdftk</title><link>http://www.silicongadget.com/guides/software-guides/password-lock-pdf-files-with-pdftk/2059/</link> <comments>http://www.silicongadget.com/guides/software-guides/password-lock-pdf-files-with-pdftk/2059/#comments</comments> <pubDate>Mon, 13 Dec 2010 19:00:59 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[PDF]]></category> <category><![CDATA[Security]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2059</guid> <description><![CDATA[<p>If you need to lock a PDF file with a password on Linux, there is an easy way to do it even if it requires a terminal.</p><p></p><p>We need a program called pdftk. Install it with your package manager (for example on Debian/Ubuntu, run &#8220;sudo apt-get install pdftk&#8221;), and then from the terminal run <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/software-guides/password-lock-pdf-files-with-pdftk/2059/">Password lock PDF files with pdftk</a></span>]]></description> <content:encoded><![CDATA[<p>If you need to lock a PDF file with a password on Linux, there is an easy way to do it even if it requires a terminal.</p><p><span
id="more-2059"></span></p><p>We need a program called pdftk. Install it with your package manager (for example on Debian/Ubuntu, run &#8220;sudo apt-get install pdftk&#8221;), and then from the terminal run the following command:</p><blockquote><p>pdftk <em>source.pdf</em> output <em>destination.pdf</em> user_pw <em>password</em></p></blockquote><p>Of course instead of <em>source.pdf</em> you should input the name of the original pdf file (and eventually the full path if it isn&#8217;t on the local directory where the terminal is), for <em>destination.pdf</em> you should write the name of the password protected PDF file (it has to be a different name from the original), and obviously for <em>destination.pdf</em> you should write the password you want to use.</p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/software-guides/password-lock-pdf-files-with-pdftk/2059/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Keep track of your SSH sessions in Gnome</title><link>http://www.silicongadget.com/guides/security-guides/keep-track-of-your-ssh-sessions-in-gnome/2050/</link> <comments>http://www.silicongadget.com/guides/security-guides/keep-track-of-your-ssh-sessions-in-gnome/2050/#comments</comments> <pubDate>Mon, 06 Dec 2010 19:00:59 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[SSH]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2050</guid> <description><![CDATA[<p>In the past we discussed how to <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/security-guides/keep-track-of-your-ssh-sessions-in-gnome/2050/">Keep track of your SSH sessions in Gnome</a></span>]]></description> <content:encoded><![CDATA[<p>In the past we discussed how to <a
title="Generate SSH keys on Windows using PuTTY href="http://www.silicongadget.com/guides/security-guides/generate-ssh-keys-on-windows-using-putty/1962/">generate SSH keys on Windows using PuTTY</a> and how to <a
title="Generate SSH keys on Linux using ssh-keygen" href="http://www.silicongadget.com/guides/operative-system-guides/linux-guides/generate-ssh-keys-on-linux-using-ssh-keygen/1972/">generate SSH keys on Linux using ssh-keygen</a>, and now we see how you can track your SSH connections in Gnome.</p><p><span
id="more-2050"></span></p><p>SSHMenu is an gnome panel applet that allows you to configure ssh connections with different configurations. To install it:</p><blockquote><p>sudo apt-get install sshmenu-gnome</p></blockquote><p>Now execute following command to restart GNOME panel:</p><blockquote><p>killall -9 gnome-panel</p></blockquote><p>And now right click on any GNOME panel and add sshmenu GNOME applet.</p><p>You are done. <img
src='http://www.silicongadget.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/security-guides/keep-track-of-your-ssh-sessions-in-gnome/2050/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Install Skype on Debian Squeeze/Sid AMD64</title><link>http://www.silicongadget.com/guides/internet-guides/voip-internet-guides/install-skype-on-debian-squeezesid-amd64/2042/</link> <comments>http://www.silicongadget.com/guides/internet-guides/voip-internet-guides/install-skype-on-debian-squeezesid-amd64/2042/#comments</comments> <pubDate>Wed, 01 Dec 2010 19:00:52 +0000</pubDate> <dc:creator>Marco Di Fresco</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Voip]]></category> <category><![CDATA[Debian]]></category> <category><![CDATA[Debian Sid]]></category> <category><![CDATA[Debian Squeeze]]></category> <category><![CDATA[Skype]]></category> <guid
isPermaLink="false">http://www.silicongadget.com/?p=2042</guid> <description><![CDATA[<p>Skype is not available on the official repositories of Debian Squeeze/Sid AMD64, so here it is a guide on how to manually install it.</p><p></p><p>First we need to install some dependencies that, fortunately, are available on the repositories:</p><p>sudo apt-get install ia32-libs ia32-libs-gtk</p><p>Than we need to download the &#8220;Dynamic Static&#8221; version of Skype <span
style="color:#777"> . . . &#8594; Read More: <a
href="http://www.silicongadget.com/guides/internet-guides/voip-internet-guides/install-skype-on-debian-squeezesid-amd64/2042/">Install Skype on Debian Squeeze/Sid AMD64</a></span>]]></description> <content:encoded><![CDATA[<p>Skype is not available on the official repositories of Debian Squeeze/Sid AMD64, so here it is a guide on how to manually install it.</p><p><span
id="more-2042"></span></p><p>First we need to install some dependencies that, fortunately, are available on the repositories:</p><blockquote><p>sudo apt-get install ia32-libs ia32-libs-gtk</p></blockquote><p>Than we need to download the &#8220;Dynamic Static&#8221; version of Skype from the <a
title="Skype download page" rel="nofollow" href="http://www.skype.com/intl/en/get-skype/on-your-computer/linux/post-download/" target="_blank">download page</a>. Once you have done it, you have to install it with the following commands from a terminal:</p><blockquote><p>tar xjvf skype-2.1.0.81.tar.bz2<br
/> sudo mv skype-2.1.0.81 /opt/skype</p></blockquote><p>Than you can create the launcher in /usr/bin:</p><blockquote><p>sudo vim/usr/bin/skype</p></blockquote><p>And inside it you should write (or just copy and paste):</p><blockquote><p>#!/bin/bash<br
/> cd /opt/skype<br
/> ./skype</p></blockquote><p>Than make it executable:</p><blockquote><p>sudo  chmod +x /usr/bin/skype</p></blockquote><p>Then to update the applications menu use the following commands from the terminal:</p><blockquote><p>sudo cp /opt/skype/skype.desktop /usr/share/applications/skype.desktop<br
/> sudo vim /usr/share/applications/skype.desktop</p></blockquote><p>And change the following line:</p><blockquote><p>Icon=skype.png</p></blockquote><p>with:</p><blockquote><p>Icon=/opt/skype/icons/SkypeBlue_48x48.png</p></blockquote><p>And so you should have a functional Skype on Debian Squeeze/Sid AMD64.</p> ]]></content:encoded> <wfw:commentRss>http://www.silicongadget.com/guides/internet-guides/voip-internet-guides/install-skype-on-debian-squeezesid-amd64/2042/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
