<?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>HydTech &#187; opera</title>
	<atom:link href="http://hydtechblog.com/tag/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://hydtechblog.com</link>
	<description>anotha hyd anotha day</description>
	<lastBuildDate>Sun, 24 Jul 2011 22:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to install Opera and Thunderbird and share the profiles between Windows, Ubuntu, Fedora and openSuse</title>
		<link>http://hydtechblog.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/</link>
		<comments>http://hydtechblog.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 23:19:00 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ntfs-3g]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[profiles]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=289</guid>
		<description><![CDATA[Mozilla thunderbird saves the settings in a file called profile.ini. This file contains the location of the folder which has all your mail and settings. When first installed and loaded, thunderbird creates a random folder like diy1bg1t.default. Opera settings are stored in Opera6.ini. This has information for the location of other settings files, like wand [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla thunderbird saves the settings in a file called profile.ini.  This file contains the location of the folder which has all your mail and settings.  When first installed and loaded, thunderbird creates a random folder like diy1bg1t.default.</p>
<p>Opera settings are stored in Opera6.ini.  This has information for the location of other settings files, like wand passwords, plugin locations<a href="http://www.hydtechblog.com">,</a> etc.</p>
<p>I installed these programs on Windows first and kept the default settings and locations for these files.  After installing Ubuntu, I had to figure out a way to share the profiles, but back then people were suggesting to make a common FAT32 partition and keep these files there so Linux could have read and write access to them.  With NTFS-3G, this became much easier and I just left the files on the NTFS partition.  Later on I installed Fedora and openSuse on the same machine and used the same directions like Ubuntu. (<a href="http://hydtechblog.com/2009/03/26/lenovo-thinkpad-x60-with-fedora-10-opensuse-11-ubuntu-904-and-windows-xp/">Check here to see my post about Quad Booting my Thinkpad with Windows, Ubuntu, Fedora, and openSuse</a>)</p>
<p>The first step was to make sure the NTFS partition was mounted at start up.  I made a folder for the mount:</p>
<p><code>sudo mkdir /media/sda1</code></p>
<p>On startup, the system looks for partitions to mount in fstab.  If you need more information on mounting and fstab, I recommend this post at <a href="http://ubuntuforums.org/showthread.php?t=283131">ubuntuforums.org </a></p>
<p>opened fstab for editing:</p>
<p><code>sudo gedit /etc/fstab</code></p>
<p>added the following entry to fstab because my Windows partition is at /dev/sda1:</p>
<p><code># My windows partition<br />
/dev/sda1    /media/sda1   ntfs-3g   defaults, locale=en_US.UTF-8   0    0 </code></p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/fstabfedora.png" alt="fstabfedora" title="fstabfedora" width="510" height="382" class="aligncenter size-full wp-image-300" /><br />
Save file, restart.</p>
<p>Once Linux loaded back up and the Windows partition was automatically mounted, I got the packages for Opera and thunderbird and installed them with this:</p>
<p>In Ubuntu:<br />
<code>sudo apt-get install opera    mozilla-thunderbird</code></p>
<p>Thunderbird In Fedora:<br />
<code>su<br />
(enter password)<br />
yum install thunderbird</code></p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/installthunderbirdfedora.png" alt="installthunderbirdfedora" title="installthunderbirdfedora" width="510" height="382" class="aligncenter size-full wp-image-296" /><br />
Thunderbird in openSuse:<br />
used the yast2 graphical package manager.</p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/packagemanageropensuse.png" alt="packagemanageropensuse" title="packagemanageropensuse" width="510" height="382" class="aligncenter size-full wp-image-305" /></p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/installthunderbirdsuse.png" alt="installthunderbirdsuse" title="installthunderbirdsuse" width="510" height="382" class="aligncenter size-full wp-image-306" /></p>
<p>Opera in Fedora and openSuse:<br />
downloaded rpm package from www.opera.com onto desktop</p>
<p><code>rpm -ivh /home/(user)/Desktop/opera-9.64.gcc4-shared-qt3.i386.rpm</code></p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/installoperafedora.png" alt="installoperafedora" title="installoperafedora" width="510" height="382" class="aligncenter size-full wp-image-297" /></p>
<p>The mozilla profile.ini file will be under<br />
/home/(user)/.mozilla-thunderbird      for Ubuntu<br />
/home/(user)/.thundebird                 for openSuse and Fedora</p>
<p>The folders that start with a dot are hidden and you can unhide them in Nautilus (Gnome) with &#8220;Alt+H&#8221; and in Dolphin (KDE) with &#8220;Alt+.&#8221;</p>
<p>The profile.ini in Linux should be something like this pointing to the folder which has your mail:</p>
<p><code>[General]<br />
StartWithLastProfile=1</p>
<p>[Profile0]<br />
Name=default<br />
IsRelative=0<br />
Path=/media/sda1/Documents and Settings/(windows user)/Application Data/Thunderbird/Profiles/diy1bg1t.default</code></p>
<p>Make sure that isRelative=0 and replace the diy1bg1t with the appropriate foldername</p>
<p>Now when I opened up Thunderbird, I had my mail !!!!</p>
<p>Moving on to Opera:</p>
<p>After Opera was installed in Linux, I copied the opera6.ini from windows to the opera folder in Linux located at /home/(user)/.opera</p>
<p>opened up the new opera6.ini for editing:</p>
<p><code>sudo gedit /home/(user)/.opera/opera6.ini</code></p>
<p>and replaced all the paths C:\Program Files\Opera 9\profile with /media/sda1/Program Files/Opera 9/profile</p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/opera6.png" alt="opera6" title="opera6" width="510" height="382" class="aligncenter size-full wp-image-298" /></p>
<p>and deleted the session folder in /.opera and created a symbolic link to point to the session folder in windows.</p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/sessions.png" alt="sessions" title="sessions" width="510" height="382" class="aligncenter size-full wp-image-299" /></p>
<p>Opened up Opera and was happy to discover all my tabs and settings!!</p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=289&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install/Update Opera 9.64 in Ubuntu Intrepid Ibex/Jaunty Jackalope</title>
		<link>http://hydtechblog.com/2009/03/08/installupdate-opera-964-in-ubuntu-intrepid-ibexjaunty-jackalope/</link>
		<comments>http://hydtechblog.com/2009/03/08/installupdate-opera-964-in-ubuntu-intrepid-ibexjaunty-jackalope/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 19:36:25 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=261</guid>
		<description><![CDATA[In this tutorial I will show you how to install or update to Opera 9.64 in Ubuntu. This guide is for a beginner to the operating system and will work for any version of Ubuntu, including other Debian based linux distributions. If you are upgrading, first check for an update under help in the browser [...]]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will show you how to install or update to Opera 9.64 in Ubuntu.  This guide is for a beginner to the operating system and will work for any version of Ubuntu, including other Debian based linux distributions.</p>
<p>If you are upgrading, first check for an update under help in the browser or you can directly go to the website and download the latest version.</p>
<p><img src="http://hydtech.files.wordpress.com/2009/03/operaup1.png" alt="opera update" title="opera update" width="510" height="382" class="aligncenter size-full wp-image-262" /></p>
<p>save the file to the desktop and close the browser.<br />
<img src="http://hydtech.files.wordpress.com/2009/03/operaup2.png" alt="opera update " title="opera update " width="510" height="382" class="aligncenter size-full wp-image-263" /></p>
<p>double click the .deb file and click install package even if you are upgrading.<br />
<img src="http://hydtech.files.wordpress.com/2009/03/operaup3.png" alt="opera update" title="opera update" width="510" height="382" class="aligncenter size-full wp-image-264" /></p>
<p>close the installation process and restart your browser<br />
<img src="http://hydtech.files.wordpress.com/2009/03/operaup4.png" alt="opera update" title="opera update" width="510" height="382" class="aligncenter size-full wp-image-265" /></p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=261&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2009/03/08/installupdate-opera-964-in-ubuntu-intrepid-ibexjaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

