<?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>No Name &#187; ubuntu</title>
	<atom:link href="http://blog.schoash.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schoash.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Oct 2010 13:18:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Keeping SSH Session Alive</title>
		<link>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/</link>
		<comments>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:42:31 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[dropping ssh]]></category>
		<category><![CDATA[keep session alive]]></category>
		<category><![CDATA[prevent dropping ssh]]></category>
		<category><![CDATA[serveraliveinterval]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh connection]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/?p=177</guid>
		<description><![CDATA[Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to

/etc/ssh/ssh_config
ServerAliveInterval 5

In OSX the config file for ssh can be found in /etc/ssh_config.
Actually this line sends a keep-alive packet [...]]]></description>
			<content:encoded><![CDATA[<p>Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to<br />
<code><br />
/etc/ssh/ssh_config<br />
ServerAliveInterval 5<br />
</code><br />
In OSX the config file for ssh can be found in /etc/ssh_config.</p>
<p>Actually this line sends a keep-alive packet to the server every 5 seconds. You can change the interval as you like, but for me it works best with 5 seconds.</p>
<p>Alternatively you can also use the parameter when connecting to the remote host. The command looks like this:<br />
<code><br />
ssh -o ServerAliveInterval=10<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Adobe Flash Plugin in Mozilla Prism on Linux</title>
		<link>http://blog.schoash.com/2009/05/10/installing-adobe-flash-plugin-in-mozilla-prism-on-linux/</link>
		<comments>http://blog.schoash.com/2009/05/10/installing-adobe-flash-plugin-in-mozilla-prism-on-linux/#comments</comments>
		<pubDate>Sun, 10 May 2009 14:10:47 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[flash prism]]></category>
		<category><![CDATA[install flash mozilla prism]]></category>
		<category><![CDATA[install flash prism]]></category>
		<category><![CDATA[prism]]></category>
		<category><![CDATA[prism plugin]]></category>
		<category><![CDATA[prism plugins]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/?p=131</guid>
		<description><![CDATA[Today I gave Prism a try. I have several websites, which need a proxy to get access, but for others I don&#8217;t want to use the proxy at all. So I created a new configuration to have the site available in one click. After starting up the first time, I realized, that the Adobe Flash [...]]]></description>
			<content:encoded><![CDATA[<p>Today I gave Prism a try. I have several websites, which need a proxy to get access, but for others I don&#8217;t want to use the proxy at all. So I created a new configuration to have the site available in one click. After starting up the first time, I realized, that the Adobe Flash plugin is not installed. After stumbling around the web I found out that basically only the <code>libflashplayer.so</code> needs to be copied to the plugins folder of Prism.</p>
<p>This is a bit tricky, because there is no plugins folder in Prism by default. So I started with<br />
<code>root@HASS:/opt/prism# mkdir plugins</code><br />
for creating the folder in the right place.</p>
<p>Next I tried to locate the Flash plugin file with<br />
<code>locate libflashplayer.so</code></p>
<p>As a result i got<br />
<code>/usr/lib/adobe-flashplugin/libflashplayer.so</code></p>
<p>The next step was copying this found file over to the newly created plugins folder<br />
<code>cp /usr/lib/adobe-flashplugin/libflashplayer.so plugins/.</code></p>
<p>From what I saw, this problem does not happen on other platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2009/05/10/installing-adobe-flash-plugin-in-mozilla-prism-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert uif Images in Ubuntu Linux</title>
		<link>http://blog.schoash.com/2008/03/20/convert-uif-images-in-ubuntu-linux/</link>
		<comments>http://blog.schoash.com/2008/03/20/convert-uif-images-in-ubuntu-linux/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 07:39:41 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[uif]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2008/03/20/convert-uif-images-in-ubuntu-linux/</guid>
		<description><![CDATA[In my windows ages I was used to make backups in uif format. Sofar I couldn&#8217;t find any way to transform these images back from .uif to .iso. For all the people out there who don&#8217;t know what uif is:
 Universal Image Format(UIF) is a powerful compression image file format for backing up CD/DVD.  [...]]]></description>
			<content:encoded><![CDATA[<p>In my windows ages I was used to make backups in uif format. Sofar I couldn&#8217;t find any way to transform these images back from .uif to .iso. For all the people out there who don&#8217;t know what uif is:</p>
<blockquote><p> Universal Image Format(UIF) is a powerful compression image file format for backing up CD/DVD.  It is fast, reliable, and has rich set of features which include password-protected, data encryption, MD5 checksum support and much more.  UIF can not only contain the complete data  of CD/DVD just like ISO image,  But UIF  also supports backing up multi-session CD/DVD, Audio-CD, VCD, SVCD and DVD-Video.</p></blockquote>
<p>Before I was always using magicISO in wine or virtualbox. Today I found a great tool to do that right inside ubunt. Just get the <a href="http://aluigi.altervista.org/mytoolz/uif2iso.zip" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/aluigi.altervista.org');">tool</a> here and compile it and have fun!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/03/20/convert-uif-images-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Panasonic CF-R7 on Linux</title>
		<link>http://blog.schoash.com/2008/02/16/panasonic-cf-r7-on-linux/</link>
		<comments>http://blog.schoash.com/2008/02/16/panasonic-cf-r7-on-linux/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 11:53:29 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[cf-r7]]></category>
		<category><![CDATA[panasonic]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2008/02/16/panasonic-cf-r7-on-linux/</guid>
		<description><![CDATA[Specs for my CF-R7 Japanese Model.
CPU: Intel Core 2 Duo U7500 @ 1.06GHz
Memory: 1GB 533MHz
Graphics: Mobile GM965/GL960 Integrated Graphics Controller
Chipset: 82801H (ICH8 Family)
Network: 88E8055 PCI-E Gigabit Ethernet Controller vendor: Marvell Technology Group Ltd.
WiFi: PRO/Wireless 4965 AG or AGN Network Connection vendor: Intel Corporation
SATA-Controller: 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller
HDD: TOSHIBA MK8037GS 80GB
PCMCIA: RL5c476 II Ricoh Co [...]]]></description>
			<content:encoded><![CDATA[<p>Specs for my CF-R7 Japanese Model.</p>
<p>CPU: Intel Core 2 Duo U7500 @ 1.06GHz<br />
Memory: 1GB 533MHz<br />
Graphics: Mobile GM965/GL960 Integrated Graphics Controller<br />
Chipset: 82801H (ICH8 Family)<br />
Network: 88E8055 PCI-E Gigabit Ethernet Controller vendor: Marvell Technology Group Ltd.<br />
WiFi: PRO/Wireless 4965 AG or AGN Network Connection vendor: Intel Corporation<br />
SATA-Controller: 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller<br />
HDD: TOSHIBA MK8037GS 80GB<br />
PCMCIA: RL5c476 II Ricoh Co Ltd<br />
SDHC: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter Ricoh Co Ltd<br />
Battery: Lithium Ion Battery 41760mWh @7.2V</p>
<p>In Ubuntu nearly everything works out of the box:</p>
<p><font color="#99cc00">Graphics</font>: needs some tricks to work with compiz -&gt; driver is blacklisted</p>
<p><font color="#99cc00">WiFi</font>: works out of the box</p>
<p><font color="#99cc00">Ethernet</font>: not tried yet</p>
<p><font color="#99cc00">SDHC</font>: works out of the box (never worked for me on the r3)</p>
<p><font color="#ff0000">Hotkeys</font>: Recognized by Gnome but are not working (need to try to find a fix)</p>
<p><font color="#ff0000">Displaybrightness</font>: Doesn&#8217;t work at all. Tried <a href="http://www.da-cha.jp/letsnote" target="_blank" mce_href="http://www.da-cha.jp/letsnote" onclick="javascript:urchinTracker ('/outbound/article/www.da-cha.jp');">pcc_acpi</a> driver on kernel&nbsp; 2.6.22 and 2.6.24 without any luck. Both are also not working with xbacklight. </p>
<p><font color="#99cc00">Suspend to Ram</font>: works out of the box</p>
<p><font color="#99cc00">Frequency Management</font>: works out of the box</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/02/16/panasonic-cf-r7-on-linux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Got a new machine &#8211; CF-R7</title>
		<link>http://blog.schoash.com/2008/02/10/got-a-new-machine-cf-r7/</link>
		<comments>http://blog.schoash.com/2008/02/10/got-a-new-machine-cf-r7/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 09:49:36 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[cf-r7]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[panasonic]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2008/02/10/got-a-new-machine-cf-r7/</guid>
		<description><![CDATA[Last week I got a new notebook. First I was thinking of getting the Panasonic CF-R6 but later I realized that 2GB of memory can be very fine so I decided to get a new one and so I chose the CF-R7 which comes with 1GB memory a 80GB HDD and a Intel core2duo processor. [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I got a new notebook. First I was thinking of getting the Panasonic CF-R6 but later I realized that 2GB of memory can be very fine so I decided to get a new one and so I chose the CF-R7 which comes with 1GB memory a 80GB HDD and a Intel core2duo processor. It came in a very small package.</p>
<p><a href="http://farm3.static.flickr.com/2056/2254690700_b9b862f373.jpg?v=0" onclick="javascript:urchinTracker ('/outbound/article/farm3.static.flickr.com');"><img src="http://farm3.static.flickr.com/2056/2254690700_b9b862f373_s.jpg" /></a></p>
<p>The first thing I realized is, that they added a small fan on the back. I was not that happy at first, but I realized by the time that it is very silent.<br />
Since I am no Vista user I installed Ubuntu Gutsy Gibbon.<br />
<a href="http://farm3.static.flickr.com/2298/2254691860_028d3edb67.jpg?v=0" onclick="javascript:urchinTracker ('/outbound/article/farm3.static.flickr.com');"><img src="http://farm3.static.flickr.com/2298/2254691860_028d3edb67_s.jpg"></a><br />
Everything worked quite out of the box even the sdhc card reader in the front. The only thing which is not working is the feature to change the display brightness with the hotkeys. I tried everything sofar but no luck at all.</p>
<p>After some days of working with it I can say that I am very happy with this machine. Its small, fast, light, not easy to break and runs quite long on the battery.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/02/10/got-a-new-machine-cf-r7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Manager Causing High Load</title>
		<link>http://blog.schoash.com/2008/01/01/network-manager-causing-high-load/</link>
		<comments>http://blog.schoash.com/2008/01/01/network-manager-causing-high-load/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 16:18:05 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Network Manager]]></category>
		<category><![CDATA[not connecting]]></category>
		<category><![CDATA[suspend]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2008/01/01/network-manager-causing-high-load/</guid>
		<description><![CDATA[Sometimes when I wake up my Ubuntu laptop from suspend mode, it is the case that the Network Manager is having 100% load. I can&#8217;t connect to any network, so nothing is working. If you restarted your computer at this point and also get in the checking hdd routine, then your are in bad mood, [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when I wake up my Ubuntu laptop from suspend mode, it is the case that the Network Manager is having 100% load. I can&#8217;t connect to any network, so nothing is working. If you restarted your computer at this point and also get in the checking hdd routine, then your are in bad mood, well at least I was.</p>
<p>A solution I am using is, simply kill the process and restart it again. How to do this?<br />
Just run the two following commands.<br />
<code><br />
sudo killall -9 NetworkManager<br />
sudo /etc/dbus-1/event.d/25NetworkManager start<br />
</code><br />
After a short time the Network Manager starts searching for the Network connection and you are ready to roll.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2008/01/01/network-manager-causing-high-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Platex For Writing Japanese In Ubuntu</title>
		<link>http://blog.schoash.com/2007/12/16/using-platex-for-writing-japanese-in-ubuntu/</link>
		<comments>http://blog.schoash.com/2007/12/16/using-platex-for-writing-japanese-in-ubuntu/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 13:40:33 +0000</pubDate>
		<dc:creator>blog</dc:creator>
				<category><![CDATA[jp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[japanese]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[platex]]></category>
		<category><![CDATA[xdvi]]></category>
		<category><![CDATA[xdvi-ja]]></category>

		<guid isPermaLink="false">http://blog.schoash.com/2007/12/16/using-platex-for-writing-japanese-in-ubuntu/</guid>
		<description><![CDATA[The task was to make it possible to write a document in Japanese Language and compile it with platex.
First there are some packages you need to install. I don&#8217;t really know if you need anthy to be setup at this point, but it was already setup on my machine.
Get:

% sudo apt-get install ptex-bin ptex-base okumura-clsfiles
% [...]]]></description>
			<content:encoded><![CDATA[<p>The task was to make it possible to write a document in Japanese Language and compile it with platex.</p>
<p>First there are some packages you need to install. I don&#8217;t really know if you need <a href="http://anthy.sourceforge.jp" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/anthy.sourceforge.jp');">anthy</a> to be setup at this point, but it was already setup on my machine.</p>
<p>Get:<br />
<code><br />
% sudo apt-get install ptex-bin ptex-base okumura-clsfiles<br />
% sudo apt-get install ptex-base ptex-bin ptex-jisfonts<br />
% sudo apt-get install xdvik-ja dvipsk-ja dvi2ps gv gnome-gv<br />
% sudo apt-get install jbibtex-bin jmpost mendexk<br />
% sudo apt-get install okumura-clsfiles vfdata-morisawa5 dvi2ps-fontdesc-morisawa5<br />
% sudo jisftconfig add<br />
</code><br />
After that you can fire up emacs. Go to Options-&gt;MULE and set Language Environment to Japanese.<br />
Now you can just start writing the document.  To start withI suggest using jarticle as the documentclass.</p>
<p>When you are done with it run <code>platex yourfile.tex</code> and if you are not getting any missing font errors your are nearly done with everything. The next step is to view the *.dvi file. For that use <code>xdvi-ja yourfile.dvi</code> and everything should show up correctly.</p>
<p>Leave me a comment if problems occur.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1468894674250362";
google_ad_channel = "0331791015";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "BC7134";
google_color_text = "000000";
google_color_url = "BC7134";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schoash.com/2007/12/16/using-platex-for-writing-japanese-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

