<?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>TipsInBox &#187; ubuntu</title>
	<atom:link href="http://www.didiergalland.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.didiergalland.com</link>
	<description>Hints and tips of a web worker</description>
	<lastBuildDate>Wed, 04 Jan 2012 00:35:19 +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>jungledisk and ubuntu 11.10 new install</title>
		<link>http://www.didiergalland.com/2011/11/06/jungledisk-and-ubuntu-11-10-new-install/</link>
		<comments>http://www.didiergalland.com/2011/11/06/jungledisk-and-ubuntu-11-10-new-install/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:03:55 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=276</guid>
		<description><![CDATA[Short story : sudo ln -s /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 /usr/lib/libnotify.so.1 Long story : I had this error after my fresh install of ubuntu 11.10 (32-bits) when launching junglediskworkgroup : $ junglediskworkgroup junglediskworkgroup: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory I found on some posts  (2006 !) that the [...]]]></description>
			<content:encoded><![CDATA[<p>Short story :</p>
<pre dir="ltr">sudo ln -s /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 /usr/lib/libnotify.so.1</pre>
<p>Long story :<br />
I had this error after my fresh install of ubuntu 11.10 (32-bits) when launching junglediskworkgroup :</p>
<pre>$ junglediskworkgroup
junglediskworkgroup: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory</pre>
<p>I found on<a href="http://www.fedoraforum.org/forum/showthread.php?t=262971" target="_blank"> some posts</a>  (2006 !) that the problem was a missing symbolic link to the actual libnotify library. The path shown in the post was not the same for me (fedora + 64-bits) :</p>
<p>ln -s /usr/lib64/libnotify.so.4.0.0 /usr/lib64/libnotify.so.1</p>
<p>So :</p>
<p><code>$ find / -name *libnotify*</code></p>
<p>gave me :</p>
<p><code>/usr/lib/i386-linux-gnu/libnotify.so.4.0.0</code></p>
<p>(and also /usr/lib/i386-linux-gnu/libnotify.so.4)</p>
<pre dir="ltr"> <span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;"> </span></pre>
<pre dir="ltr">So I tried :</pre>
<pre dir="ltr">sudo ln -s /usr/lib/i386-linux-gnu/libnotify.so.4.0.0 /usr/lib/libnotify.so.1</pre>
<pre dir="ltr">Wich did the trick...</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2011%2F11%2F06%2Fjungledisk-and-ubuntu-11-10-new-install%2F&amp;title=jungledisk%20and%20ubuntu%2011.10%20new%20install" id="wpa2a_2"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2011/11/06/jungledisk-and-ubuntu-11-10-new-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxoid + ubuntu : your android as a gsm for ubuntu</title>
		<link>http://www.didiergalland.com/2011/05/23/proxoid-ubuntu-your-android-as-a-gsm-for-ubuntu/</link>
		<comments>http://www.didiergalland.com/2011/05/23/proxoid-ubuntu-your-android-as-a-gsm-for-ubuntu/#comments</comments>
		<pubDate>Mon, 23 May 2011 14:23:40 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[andrdoid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=269</guid>
		<description><![CDATA[Proxoid : use android as a gsm modem (under ubuntu) - install proxoid - enable usb debug mode - go to http://code.google.com/p/proxoid/ - read install instructions on http://code.google.com/p/proxoid/wiki/installationLinux and follow steps (see below details for sdk and adb tool) NB 1 : For step 4 (configure browser), with chrome : Preferences &#62; under the hood [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Proxoid : use android as a gsm modem (under ubuntu)</div>
<div id="_mcePaste">- install proxoid</div>
<div id="_mcePaste">- enable usb debug mode</div>
<div id="_mcePaste">- go to http://code.google.com/p/proxoid/</div>
<div id="_mcePaste">- read install instructions on http://code.google.com/p/proxoid/wiki/installationLinux and follow steps (see below details for sdk and adb tool)</div>
<div id="_mcePaste">NB 1 : For step 4 (configure browser), with chrome : Preferences &gt; under the hood &gt; proxy, and you can activate the proxy system-wide from here.</div>
<div id="_mcePaste">NB 2 :</div>
<div id="_mcePaste">adb tool (in step 3, tunneling)</div>
<div id="_mcePaste">- download / unpack android sdk in directory of your choice. You&#8217;ll see a file &#8220;adb_has_moved.txt&#8221; with these instructions.</div>
<div id="_mcePaste">- run {sdk unpack directory}/tools/android</div>
<div id="_mcePaste">- install  &#8221;Android SDK Platform-tools&#8221;</div>
<div id="_mcePaste">- Then you can run {sdk unpack directory}/platform-tools/adb forward tcp:8080 tcp:8080</div>
<div id="_mcePaste">NB 3 : AFAYK it doesn&#8217;t work if wifi is active on the phone</div>
<div></div>
<div>
<div></div>
<div>NB 4 : instead of :</div>
<div>sudo /etc/init.d/udev restart</div>
<div>make :</div>
<div>sudo service udev restart</div>
<div></div>
<div></div>
<div>&#8212;&#8212;&#8212; after install &#8211; checklist/commands to redo if it&#8217;s not working &#8212;&#8212;&#8212;</div>
<div>check if proxoid is started on your phone</div>
<div>lsusb to check if phone is visible</div>
<div>sudo service udev restart</div>
<div>&lt;sdk directory&gt;/platform-tools/adb  forward tcp:8080 tcp:8080</div>
</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2011%2F05%2F23%2Fproxoid-ubuntu-your-android-as-a-gsm-for-ubuntu%2F&amp;title=Proxoid%20%2B%20ubuntu%20%3A%20your%20android%20as%20a%20gsm%20for%20ubuntu" id="wpa2a_4"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2011/05/23/proxoid-ubuntu-your-android-as-a-gsm-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restore Banshee database</title>
		<link>http://www.didiergalland.com/2010/10/26/restore-banshee-database/</link>
		<comments>http://www.didiergalland.com/2010/10/26/restore-banshee-database/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 22:52:44 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[banshee]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=267</guid>
		<description><![CDATA[After a &#8220;database disk image is malformed" error, you can try to restore it : $ cd ~/.config/banshee-1 $ sqlite3 banshee.db ".dump" &#62; dump $ mv banshee.db banshee.db.backup $ cat dump &#124; sqlite3 banshee.db If it doesn&#8217;t work, an other solution is to delete your banshee settings (and btw, the sqlite database). Of course, you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>After a &#8220;<code>database disk image is malformed"</code> error, you can try to restore it :</p>
<pre><code>
$ cd ~/.config/banshee-1
$ sqlite3 banshee.db ".dump" &gt; dump
$ mv banshee.db banshee.db.backup
$ cat dump | sqlite3 banshee.db
</code></pre>
<p>If it doesn&#8217;t work, an other solution is to delete your banshee settings (and btw, the sqlite database). Of course, you&#8217;ll lost all your ratings and playlists :</p>
<pre><code>

>&gt; mv ~/.config/banshee-1 ~/.config/banshee-1.bak
&gt; rm -rf ~/.cache/.banshee-1

</code>
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F10%2F26%2Frestore-banshee-database%2F&amp;title=Restore%20Banshee%20database" id="wpa2a_6"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/10/26/restore-banshee-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install of trac + subversion</title>
		<link>http://www.didiergalland.com/2010/05/17/install-of-trac-subversion/</link>
		<comments>http://www.didiergalland.com/2010/05/17/install-of-trac-subversion/#comments</comments>
		<pubDate>Mon, 17 May 2010 14:58:19 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[Project management]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/2010/05/17/install-of-trac-subversion/</guid>
		<description><![CDATA[Step 1 : first trac installation story (you can go directly to step 3 if you don&#8217;t like install nightmares) Here is the whole story of my trac install on a virtual ubuntu machine. Not the easy and perfect way, but I think it would be useful to see the errors too Install of trac [...]]]></description>
			<content:encoded><![CDATA[<h2>Step 1 : first trac installation story (you can go directly to step 3 if you don&#8217;t like install nightmares)</h2>
<p> Here is the whole story of my trac install on a virtual ubuntu machine. Not the easy and perfect way, but I think it would be useful to see the errors too <img src='http://www.didiergalland.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p style=" -qt-block-indent:1;">
<ol>
<li>Install of trac via synaptic</li>
<li>Followed instruction of this page : <a href="https://help.ubuntu.com/community/Trac">https://help.ubuntu.com/community/Trac</a> (/etc/apache2/conf.d/trac.conf + /var/www/projects/index.cgi). I also used <a href="http://trac.edgewall.org/wiki/TracModPython" target="_blank">http://trac.edgewall.org/wiki/TracModPython</a>. The most useful and accurate is actually <a href="http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects">http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects</a></li>
<li>Install of perl in apache (libapache2-mod-perl2 in synaptic) to enable the index.cgi script</li>
<li>$ sudo /etc/init.d/apache2 restart =&gt; &quot;&#8230; waiting Syntax error on line 31 of /etc/apache2/conf.d/trac.conf: Invalid command &#8216;PythonInterpreter&#8217;, perhaps misspelled or defined by a module not included in the server configuration&quot;</li>
<li>So I installed libapache2-mod-python (synaptic). Yes I know I read to fast the doc, it was mentioned.</li>
<li>Point browser to http://127.0.0.1/projects/ -&gt; Internal server error (500). In /var/log/apache2/error.log I have &quot; OSError: [Errno 2] No such file or directory: &#8216;/var/trac&#8217; (dir specified in index.cgi)</li>
<li>$ sudo trac-admin /usr/share/trac/htdocs initenv (answer questions). I set a distant svn repository : http:/subversion.assembla.com/svn/myproject. This is not supported. I had to change it to my local repository later.</li>
<li>Notice the config file path : /usr/share/trac/htdocs/conf/trac.ini</li>
<li>$ tracd &#8211;port 8000 /usr/share/trac/htdocs</li>
<li>http://localhost:8000/htdocs =&gt; &quot;TracError: The user &lt;currentUser&gt; requires read _and_ write permissions to the database file /usr/share/trac/htdocs/db/trac.db and the directory it is located in.&quot; (probably, I&#8217;d rather install trac from user, no root, in my home dir ?)</li>
<li>$ cd /usr/share/trac/htdocs/; sudo chown -R currentUser.currrentUser db</li>
<li>Again : $ tracd &#8211;port 8000 /usr/share/trac/htdocs</li>
<li>Bravo ! Trac displayed&#8230; (http://localhost:8000/htdocs)</li>
<li>mmhh&#8230; Warning : Warning: Can&#8217;t synchronize with the repository (/usr/share/trac/htdocs/http:/subversion.assembla.com/svn/myproject does not appear to be a Subversion repository.). Look in the Trac log for more information.&quot;. This is because trac doesn&#8217;t support distant svn repository. Ok install subversion locally&#8230;</li>
<li>I was still stuck with a 500 server error if I try to load http://localhost/projects/.</li>
<li>I had to correct the /etc/apache2/conf.d/trac.conf : Replace &quot;/var/trac&quot; by &quot;/usr/share/trac&quot; in the line &quot;PythonOption TracEnvParentDir /var/trac&quot; (you must have &quot;PythonOption TracEnvParentDir /usr/share/trac&quot; to match the dir I specified with the trac-admin initenv command in step 7). I had to correct also the index.cgi file (replace &#8216;my $trac_path = &quot;/var/trac&quot;;&#8217; by &#8216;my $trac_path = &quot;/usr/share/trac/htdocs&quot;;&#8217;</li>
<li>Then, when I click on my project link (url=http://localhost/projects/htdocs), I have a trac error : &quot;The user www-data requires read _and_ write permissions to the database file /usr/share/trac/htdocs/db/trac.db and the directory it is located in.&quot;. It&#8217;s the same error I had when I ran the standalone server (tracd), but now it&#8217;s apache the process owner. So I made &quot;$ cd /usr/share/trac/htdocs/; sudo chown -R www-data db&quot;, and it made the trick.</li>
<li>I deleted /var/www/projects/index.cgi which is totally useless.</li>
</ol>
<h2>Step 2 : Issues left to fix :</h2>
<p style=" -qt-block-indent:1;">
<ol>
<li> I still have the error about the missing subversion repository. Solution : install a subversion repository. Well explained here : http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects</li>
<li>Another issue is that the url of my project is ended by &quot;/htdocs&quot;, and it should be http://localhost/projects/myprojectname (the error was made when I ran the command &quot;$ sudo trac-admin /usr/share/trac/htdocs initenv&quot;. It should have been : &quot;$ sudo trac-admin /usr/share/trac/&lt;myproject&gt; initenv&quot;</li>
<li>Authentication (i saw a plugin authManager&#8230;)</li>
</ol>
<h2>Step 3 : Long story made short and install ok</h2>
<p> NB. I choose to install trac home in /var/trac instead of /usr/share/trac ; and /var/svn as the root dir for all subversion repositories. To correct my first try, I mainly followed <a href="http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects" target="_blank">http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects</a> wich I found to be the best ressource. </p>
<p style=" -qt-block-indent:1;">
<ol>
<li>Install trac (and modules trac-accountmanager, trac-customfieldadmin, trac-email2trac, trac-mastertickets, trac-wysiwyg, trac-xmlrpc&#8230;) + perl apache module + python apache module + libapache2-svn (to have dav_svn module)</li>
<li>Create /etc/apache2/conf.d/trac.conf (see mine below)</li>
<li>% sudo mkdir /var/trac</li>
<li>% sudo chown www-data:www-data /var/trac</li>
<li>% sudo mkdir /var/svn</li>
<li>% sudo mkdir /var/svn/YourProjectNameHere</li>
<li>% sudo svnadmin create /var/svn/YourProjectNameHere</li>
<li>% sudo chown -R www-data /var/svn/YourProjectNameHere</li>
<li>% sudo /etc/init.d/apache2 sudo restart</li>
<li>sudo trac-admin /var/trac/YourProjectNameHere initenv</li>
<li>sudo chown -R www-data:www-data /var/trac/YourProjectNameHere</li>
<li>http://localhost/projects</li>
<li>Take a breath !</li>
<li>% sudo htpasswd -c /var/trac/.htpasswd admin [choose a password - The path is specified in /etc/apache2/conf.d/trac.conf]</li>
<li>% sudo htpasswd /var/trac/.htpasswd &lt;someotheruser&gt;</li>
<li>You owe your cup of coffee now !</li>
</ol>
<h3>My /etc/apache2/conf.d/trac.conf</h3>
<pre><code>
# Trac project directory (for project listing)

        AllowOverride None
        Options Indexes +ExecCGI MultiViews FollowSymLinks
        AddHandler cgi-script .cgi
        Order allow,deny
        Allow from all                                                          

# use the following for one authorization for all projects                      

    AuthType Basic
    AuthName &quot;Trac Project authentication&quot;
    AuthUserFile /var/trac/.htpasswd
    Require valid-user                                                          

## Using multiple projects

   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   # For multiple projects
   PythonOption TracEnvParentDir /var/trac
   PythonOption TracUriRoot /projects                                           

</code></pre>
<h2>Customisation</h2>
<ul>
<li>sudo trac-admin /var/trac/myProjectName/</li>
<li>(in trac console) permission add admin TRAC_ADMIN</li>
<li>permission list admin</li>
<li>quit</li>
<li>Then reload trac and you must have a new &quot;admin&quot; tab in the right upper side</li>
<li>Enable the plugins in Admin &gt; Plugins </li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F05%2F17%2Finstall-of-trac-subversion%2F&amp;title=Install%20of%20trac%20%2B%20subversion" id="wpa2a_8"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/05/17/install-of-trac-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save system with dd</title>
		<link>http://www.didiergalland.com/2010/05/14/save-system-with-dd/</link>
		<comments>http://www.didiergalland.com/2010/05/14/save-system-with-dd/#comments</comments>
		<pubDate>Thu, 13 May 2010 23:19:32 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/2010/05/14/save-system-with-dd/</guid>
		<description><![CDATA[dd if=/dev/sda &#124; bzip2 -c -9 &#62; /mnt/server/image.bz2]]></description>
			<content:encoded><![CDATA[<p>dd if=/dev/sda | bzip2 -c -9 &gt; /mnt/server/image.bz2</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F05%2F14%2Fsave-system-with-dd%2F&amp;title=Save%20system%20with%20dd" id="wpa2a_10"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/05/14/save-system-with-dd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful links on ubuntu + vaio vgn-z series</title>
		<link>http://www.didiergalland.com/2010/05/08/useful-links-on-ubuntu-vaio-vgn-z-series/</link>
		<comments>http://www.didiergalland.com/2010/05/08/useful-links-on-ubuntu-vaio-vgn-z-series/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:45:18 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[Sony-vaio]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=226</guid>
		<description><![CDATA[http://doc.ubuntu-fr.org/sony_vaio_vgn-z-series (Installation d&#8217;Ubuntu sur portable Sony série VGN-Z) http://0xc0dedbad.com/blog/2010/01/30/dual-boot-linux-and-windows-7-on-sony-vaio-z/ http://global-social.net/tiki-view_blog.php?blogId=3 http://global-social.net/tiki-view_blog.php?blogId=3#sony-VGN-Zseries-janitor]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://doc.ubuntu-fr.org/sony_vaio_vgn-z-series" target="_blank">http://doc.ubuntu-fr.org/sony_vaio_vgn-z-series</a> (Installation d&#8217;Ubuntu sur portable Sony série VGN-Z)</li>
<li><a href="http://0xc0dedbad.com/blog/2010/01/30/dual-boot-linux-and-windows-7-on-sony-vaio-z/" target="_blank">http://0xc0dedbad.com/blog/2010/01/30/dual-boot-linux-and-windows-7-on-sony-vaio-z/</a></li>
<li><a href="http://global-social.net/tiki-view_blog.php?blogId=3" target="_blank">http://global-social.net/tiki-view_blog.php?blogId=3</a></li>
<li><a href="http://global-social.net/tiki-view_blog.php?blogId=3#sony-VGN-Zseries-janitor" target="_blank">http://global-social.net/tiki-view_blog.php?blogId=3#sony-VGN-Zseries-janitor</a></li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F05%2F08%2Fuseful-links-on-ubuntu-vaio-vgn-z-series%2F&amp;title=Useful%20links%20on%20ubuntu%20%2B%20vaio%20vgn-z%20series" id="wpa2a_12"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/05/08/useful-links-on-ubuntu-vaio-vgn-z-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch graphic cards on laptop sony serie z and ubuntu 10.04</title>
		<link>http://www.didiergalland.com/2010/05/06/switch-graphic-cards-on-laptop-sony-serie-z-and-ubuntu-10-04/</link>
		<comments>http://www.didiergalland.com/2010/05/06/switch-graphic-cards-on-laptop-sony-serie-z-and-ubuntu-10-04/#comments</comments>
		<pubDate>Thu, 06 May 2010 10:53:44 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sony-vaio]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=207</guid>
		<description><![CDATA[Be very careful if you upgrade the bios with the Sony utility (in windows) and install nvidia drivers (on the ubuntu size) : you would end up with no screen at all (no console either). But things are going easier for series Z owners, as there is an automated script now. Thanks ernolf ! The [...]]]></description>
			<content:encoded><![CDATA[<p>Be very careful if you upgrade the bios with the Sony utility (in windows) and install nvidia drivers (on the ubuntu size) : you would end up with no screen at all (no console either).</p>
<p>But things are going easier for series Z owners, as there is an automated script now. Thanks ernolf !<br />
The good practice is to use the <a href="http://global-social.net/tiki-view_blog.php?blogId=3#sony-VGN-Zseries-janitor">VGN-Zseries-janitor script</a>. It installs all the stuff correctly, and allows to switch between the nvidia and intel cards by using the slider (before the reboot). No hot switch for the moment, but that&#8217;s not a real issue. I heard there are some issues with a windows 7 dual boot, because of the bios upgrade needed (<a href="http://0xc0dedbad.com/blog/2010/01/30/dual-boot-linux-and-windows-7-on-sony-vaio-z/">read this</a>). But, actually, I&#8217;ve already upgraded my own BIOS (I know, I&#8217;m adventurous), and there were no problem with the script.</p>
<p>One thing I think the script doesn&#8217;t do (I guess, the explanation at the end of the script is not very clear), is to add this kernel instruction :</p>
<p>In /etc/default/grub :</p>
<p><code>RUB_CMDLINE_LINUX="acpi_osi=\\\"!Windows 2006\\\""</code></p>
<p>And then run <code>sudo update-grub</code> to create a new  /boot/grub/grub.cfg</p>
<p>(In my install, there was already an empty instruction (RUB_CMDLINE_LINUX=&#8221;"), so I just filled it with the value (string acpi_osi=\\\&#8221;!Windows 2006\\\&#8221;)</p>
<p>(You also can do it at boot time by hitting the &#8220;e&#8221; key.)</p>
<p>An other thing <span style="text-decoration: line-through;">I haven&#8217;t done/tested</span> useful is to customize screnn config (xorg.conf or nvidia-settings), as they describe it :</p>
<p>&#8220;To make a complicated xorg.conf-file unnecessary (after nvidia installation is ready and everything is running well) one can use nvidia-settings  as root (sudo nvidia-settings) or as normal user, make the settings you want and then save them in an rc-file. Now enter the path to this rc-file into /etc/default/switch-x-to&#8221;. You must save the file generated by nvidia-settings in <code>/home/&lt;username&gt;/.nvidia-settings-rc</code>, and uncomment the matching line in /etc/default/switch-x-to (change &#8220;&lt;username&#8221; by your actual username of course) :<br />
<code>NVIDIASETTINGS_RC='/home/&lt;username&gt;/.nvidia-settings-rc'</code></p>
<p>Make a backup of this file, if it already exists (was the case for me).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F05%2F06%2Fswitch-graphic-cards-on-laptop-sony-serie-z-and-ubuntu-10-04%2F&amp;title=Switch%20graphic%20cards%20on%20laptop%20sony%20serie%20z%20and%20ubuntu%2010.04" id="wpa2a_14"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/05/06/switch-graphic-cards-on-laptop-sony-serie-z-and-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Reinstall trip &#8211; Applications list</title>
		<link>http://www.didiergalland.com/2010/05/03/reinstall-trip-applications-list/</link>
		<comments>http://www.didiergalland.com/2010/05/03/reinstall-trip-applications-list/#comments</comments>
		<pubDate>Mon, 03 May 2010 14:03:51 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=202</guid>
		<description><![CDATA[I decided to reinstall my Ubuntu Box after some issues (My disk went full after I switched from legacy backup to Backup Vault in Jungledisk, and (I suppose) in the meantime, an automatic upgrade from ubuntu occured). So I&#8217;m listing here the softwares I&#8217;m reinstalling (hoping it will we be useless). &#34;From apt-get&#34; means I [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to reinstall my Ubuntu Box after some issues (My disk went full after I switched from legacy backup to Backup Vault in Jungledisk, and (I suppose) in the meantime, an automatic upgrade from ubuntu occured). So I&#8217;m listing here the softwares I&#8217;m reinstalling (hoping it will we be useless). &quot;From apt-get&quot; means I installed the software using the built-in installer (apt-get command line tool or synaptic), &quot;deb From web&quot; means I got a debian package from web, and &quot;From web&quot; means I couldn&#8217;t find an official package (neither ubuntu nor debian) and downloaded the soft.</p>
<ol>
<li>Thunderbird (from apt-get). I tried to use Evolution, <s>but was not convinced</s>. Update : I use now evolution, that I found useful for its integration with others apps. But I mainly use gmail, I use Evolution only to check occasionally a mail account.</li>
<li>Flash (from apt-get : &quot;flashplugin-nonfree&quot;)</li>
<li>Firefox add-ons. I had no backup of my firefox folder, but it was easy with &quot;add-on collector&quot; + &quot;Massive extender&quot; add-ons.</li>
<li>JungleDisk workgroup (deb from web)</li>
<li>Skype (deb from web)</li>
<li>Google Chrome (<a href="http://www.google.com/chrome">deb from web</a>)</li>
<li>Zend Studio 7.2 (from web)</li>
<li>Blogilo (from apt-get) (I needed to install manually libqt4-sql-sqlite, unless I had a &quot;driver not loaded&quot; issue)
</li>
<li>Picasa (apt-get after config of repository)</li>
<li>Filezilla (apt-get)</li>
<li>Amule <img src='http://www.didiergalland.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  (from apt-get)</li>
<li>VirtualBox (deb from web). The best is to add the repository : 1) add the line &quot;<span style=" font-family:'Courier New,courier';">deb http://download.virtualbox.org/virtualbox/debian lucid non-free&quot; in /etc/apt/sources.list. 2) </span><code>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -</code><span style=" font-family:'Courier New,courier';"> 3) </span><code>sudo apt-get update</code><span style=" font-family:'Courier New,courier';"> 4) </span><code>sudo apt-get install virtualbox-3.1</code> (source : http://www.virtualbox.org/wiki/Linux_Downloads)</li>
<li>VMware player (https://www.vmware.com/tryvmware/p/activate.php?p=player&amp;lp=1) to play with some cool <a href="http://www.jumpbox.com/">jumpBox</a> appliances&#8230;</li>
</ol>
<h2>Plus&#8230;</h2>
<ol>
<li dir="ltr">Tomboy notes (with Ubuntu one synchro, it rocks !)</li>
<li dir="ltr">xmind : (deb from <a href="http://www.xmind.net/">web</a>)</li>
</ol>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F05%2F03%2Freinstall-trip-applications-list%2F&amp;title=Reinstall%20trip%20%26%238211%3B%20Applications%20list" id="wpa2a_16"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/05/03/reinstall-trip-applications-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install lamp with tasksel in ubuntu</title>
		<link>http://www.didiergalland.com/2010/02/18/install-lamp-with-tasksel-in-ubuntu/</link>
		<comments>http://www.didiergalland.com/2010/02/18/install-lamp-with-tasksel-in-ubuntu/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 23:45:19 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/?p=191</guid>
		<description><![CDATA[(https://help.ubuntu.com/community/ApacheMySQLPHP#Virtual%20Hosts) $ sudo tasksel install lamp-server]]></description>
			<content:encoded><![CDATA[<p>(https://help.ubuntu.com/community/ApacheMySQLPHP#Virtual%20Hosts)</p>
<p> $ sudo tasksel install lamp-server </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2010%2F02%2F18%2Finstall-lamp-with-tasksel-in-ubuntu%2F&amp;title=Install%20lamp%20with%20tasksel%20in%20ubuntu" id="wpa2a_18"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2010/02/18/install-lamp-with-tasksel-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JungleDisk as a service</title>
		<link>http://www.didiergalland.com/2009/12/16/jungledisk-as-a-service/</link>
		<comments>http://www.didiergalland.com/2009/12/16/jungledisk-as-a-service/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:14:01 +0000</pubDate>
		<dc:creator>didier</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[jungleDisk]]></category>

		<guid isPermaLink="false">http://www.didiergalland.com/2009/12/16/jungledisk-as-a-service/</guid>
		<description><![CDATA[http://rickguyer.com/starting-jungle-disk-on-boot-in-ubuntu/ http://support.jungledisk.com/forums/30235/entries/83116 http://kswantech.com/blog/how-setup-jungledisk-ubuntu-server http://blog.kenweiner.com/2008/03/jungle-disk-on-linux.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://rickguyer.com/starting-jungle-disk-on-boot-in-ubuntu/" target="_blank">http://rickguyer.com/starting-<wbr />jungle-disk-on-boot-in-ubuntu/</a>
<div><a href="http://support.jungledisk.com/forums/30235/entries/83116" target="_blank">http://support.jungledisk.com/<wbr />forums/30235/entries/83116</a></div>
<div><a href="http://kswantech.com/blog/how-setup-jungledisk-ubuntu-server" target="_blank">http://kswantech.com/blog/how-<wbr />setup-jungledisk-ubuntu-server</a></div>
<div><a href="http://blog.kenweiner.com/2008/03/jungle-disk-on-linux.html" target="_blank">http://blog.kenweiner.com/<wbr />2008/03/jungle-disk-on-linux.<wbr />html</a></div>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=8821743b-636c-819b-8cf8-ed3d796ee1c4" /></div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.didiergalland.com%2F2009%2F12%2F16%2Fjungledisk-as-a-service%2F&amp;title=JungleDisk%20as%20a%20service" id="wpa2a_20"><img src="http://www.didiergalland.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.didiergalland.com/2009/12/16/jungledisk-as-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

