<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sid? What is he on about now? &#187; Ubuntu</title>
	<atom:link href="http://sidrit.wordpress.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://sidrit.wordpress.com</link>
	<description>The Almost-Daily Issue</description>
	<lastBuildDate>Fri, 23 Jan 2009 14:28:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sidrit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f5c4786753302ab3b2733320c76230af?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sid? What is he on about now? &#187; Ubuntu</title>
		<link>http://sidrit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sidrit.wordpress.com/osd.xml" title="Sid? What is he on about now?" />
		<item>
		<title>Dual Screen Ubuntu &#8211; Windows XP with Synergy</title>
		<link>http://sidrit.wordpress.com/2008/10/21/dual-screen-ubuntu-windows-xp-with-synergy/</link>
		<comments>http://sidrit.wordpress.com/2008/10/21/dual-screen-ubuntu-windows-xp-with-synergy/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:30:39 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dual desktop]]></category>
		<category><![CDATA[Dual Screen]]></category>
		<category><![CDATA[synergy]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=260</guid>
		<description><![CDATA[Truly, i cannot believe i had missed this piece of software up until a few weeks ago.
Here&#8217;s the description from the official page:

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=260&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Truly, i cannot believe i had missed this piece of software up until a few weeks ago.<br />
Here&#8217;s the description from the official page:<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FDual_Screen_Ubuntu_Windows_XP_with_Synergy' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<blockquote><p>Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It&#8217;s intended for users with multiple computers on their desk since each system uses its own monitor(s).</p></blockquote>
<p>Says it all, and was exactly what i was looking for.</p>
<p>Synergy works with a client server architecture. The box that i mainly use, runs Ubuntu 8.04, and i will be using this one as a server. The other machine, that i want to share the input devices with , is my laptop, that i will be booting into Windows XP. This one will be the server.<br />
<span id="more-260"></span><br />
Then we&#8217;ll try them also the other way around.<br />
At the end, a couple of troubleshooting tricks.</p>
<p>Synergy can be picked up from it&#8217;s Sourceforge page <a href="http://sourceforge.net/project/showfiles.php?group_id=59275&amp;package_id=58013">here</a>.</p>
<p><em><strong>Ubuntu as Server</strong></em></p>
<p>For Ubuntu, it can be found in the repositories.</p>
<p><code>sudo apt-get install synergy</code></p>
<p>This will install two binaries:<br />
synergys &#8211; the server<br />
synergyc &#8211; the client</p>
<p>The installation will also create a configuration file in the home folder, .synergy.conf<br />
This is what my file looks like:</p>
<p><code>section: screens<br />
        dev:<br />
        bender:<br />
end<br />
section: links<br />
        dev:<br />
                left = bender<br />
        bender:<br />
                right = dev<br />
end</code></p>
<p>In the <em>screens</em> section, we place the hostnames of the boxes involved. For me, <strong>dev</strong> being  the server and <strong>bender</strong> the client.</p>
<p>Since this is a quick miniguide to get it running, further details of configuration are outside of the scope. For other parameters check the very rich documentation of the software itself.</p>
<p>To run the server , on the command line type:</p>
<p><code>synergys -f</code><br />
if you want the server to run in foreground, or simply<br />
<code>synergys</code><br />
if once configured, you want it to run in the background.</p>
<p><em><strong>Windows Xp as Client</strong></em></p>
<p>After downloading and installing the windows binary, run it and define the name of the Synergy server, under &#8220;Other Computer&#8217;s Hostname&#8221;.</p>
<p><a href="http://sidrit.files.wordpress.com/2008/10/syn1.jpg"><img src="http://sidrit.files.wordpress.com/2008/10/syn1.jpg?w=455&#038;h=345" alt="" title="syn1" width="455" height="345" class="alignnone size-full wp-image-268" /></a></p>
<p>Test it. If the server is running correctly, it should all already work.</p>
<p><em><strong>Windows XP as Server</strong></em></p>
<p>After the installation, run Synergy, and on the main screen, choose to share this computer&#8217;s keyboard and mouse.  &#8220;Screen &amp; Links : Configure&#8221;.</p>
<p><a href="http://sidrit.files.wordpress.com/2008/10/syn2.jpg"><img src="http://sidrit.files.wordpress.com/2008/10/syn2.jpg?w=510&#038;h=350" alt="" title="syn2" width="510" height="350" class="alignnone size-full wp-image-269" /></a></p>
<p>The interface from here is quite intuitive. On the Screens section click the + button to add another screen, and underneath it, the relationship with the other screen.</p>
<p><a href="http://sidrit.files.wordpress.com/2008/10/syn3.jpg"><img src="http://sidrit.files.wordpress.com/2008/10/syn3.jpg?w=291&#038;h=435" alt="" title="syn3" width="291" height="435" class="alignnone size-full wp-image-270" /></a></p>
<p>Start.</p>
<p><em><strong>Ubuntu as Client</strong></em></p>
<p>On the Ubuntu box, after installation, to use it as a client, there is no further configuration needed.<br />
The only thing to done is launch the client:</p>
<p><code>synergyc -f server.ip</code><br />
to keep it verbose, or</p>
<p><code>synergyc server.ip</code><br />
to leave it in the background.</p>
<p><em><strong>Notes and troubleshooting</strong></em><br />
One of the biggest issues i had to get this running was getting the windows box to recognize Ubuntu&#8217;s hostname. After some research this turned out to be quite the popular topic.</p>
<p>The solutions varied from adding<br />
<code>send host-name "thehostname";</code><br />
at the end of <em>/etc/dhcp3/dhclient.conf</em>,<br />
to installing winbind and adding wins to the nsswitch.conf file.</p>
<p>The fact is that an entirely different article could be written about this, but none of them worked for me.</p>
<p>The only hack-ish solution was installing <strong>samba</strong> and editing /etc/samba/smb.conf.<br />
At the end of the Global Settings section, adding :<br />
<code>netbios name = dev</code></p>
<p>After resolving that, another issue was that while running Ubuntu as the server, the mouse was not properly responsive on the client. The same thing happened when Ubuntu was the client on the Ubuntu box itself.<br />
Turns out this is a known bug with the newer Ubuntu versions. The solution is not the safest, but the only one working so far. Whatever you&#8217;re running on Ubuntu ( client or server ), run it as root. Works.<br />
Very important at this point is the location of the configuration file.<br />
If synergys is launched as root with no extra parameters, will be looking for the .conf file in /root/.<br />
Either move the file there, or launch it with the path parameter.</p>
<p><code>sudo synergys --config synergy.conf</code></p>
<p>Done and done.</p>
Posted in Fix-it !, Free Software, Howto, Linux, Splurge, Ubuntu Tagged: dual desktop, Dual Screen, Howto, Linux, synergy, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/260/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/260/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/260/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=260&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/10/21/dual-screen-ubuntu-windows-xp-with-synergy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>

		<media:content url="http://sidrit.files.wordpress.com/2008/10/syn1.jpg" medium="image">
			<media:title type="html">syn1</media:title>
		</media:content>

		<media:content url="http://sidrit.files.wordpress.com/2008/10/syn2.jpg" medium="image">
			<media:title type="html">syn2</media:title>
		</media:content>

		<media:content url="http://sidrit.files.wordpress.com/2008/10/syn3.jpg" medium="image">
			<media:title type="html">syn3</media:title>
		</media:content>
	</item>
		<item>
		<title>Remotely monitoring MySql databases with Mytop and Terminator</title>
		<link>http://sidrit.wordpress.com/2008/10/21/remotely-monitoring-mysql-databases-with-mytop-and-terminator/</link>
		<comments>http://sidrit.wordpress.com/2008/10/21/remotely-monitoring-mysql-databases-with-mytop-and-terminator/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 11:19:58 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mytop]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[terminator]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=239</guid>
		<description><![CDATA[When finding yourself maintaining Mysql servers within a cluster, network, or even further spread out, it becomes very handy, for monitoring purposes, to take a peak at the activities of Mysql.

A very useful little tool that helps doing this, is MyTop
mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=239&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When finding yourself maintaining Mysql servers within a cluster, network, or even further spread out, it becomes very handy, for monitoring purposes, to take a peak at the activities of Mysql.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FRemotely_monitoring_MySql_with_Mytop_and_Terminator' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
A very useful little tool that helps doing this, is <a href="http://jeremy.zawodny.com/mysql/mytop/">MyTop</a></p>
<blockquote><p>mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color. If you install Time::HiRes, you&#8217;ll get good real-time queries/second stats. As of version 0.7, it even runs on Windows (somewhat).</p></blockquote>
<p>The source can be found on the official page. For ubuntu, the package is in the repositories, and this is the case we&#8217;ll be talking about.</p>
<p><span id="more-239"></span></p>
<p><code>sudo apt-get install mytop</code></p>
<p>After the installation, in your home folder you will be able to find the configuration file.<br />
To set a few predefined parameters we can edit this file.</p>
<p><code>gedit ~/.mytop</code></p>
<p>For example, my configuration file looks like this:</p>
<p><code>  user=sid<br />
  pass=********<br />
  host=xxx.xxx.xxx.xxx<br />
  delay=5<br />
  port=3306<br />
  socket=<br />
  batchmode=0<br />
  header=1<br />
  color=1<br />
  idle=1</code></p>
<p>where of course ***** is replaced with your password.<br />
These parameters defined in the file will be the default ones if you start mytop from the command line with no options. Alternatively, all of the above can be overriden.<br />
<code><br />
-u username<br />
-p password<br />
-h host<br />
-d database<br />
</code><br />
and so on. for more details take a look at the mytop man page.</p>
<p>Another thing to be kept in mind is that, if you&#8217;re going to check a machine other than localhost you need to have the correct permissions in my Mysql user table to do that.</p>
<p>In combination with this, there&#8217;s another nifty piece of software called <a href="https://launchpad.net/terminator/+download">Terminator.</a></p>
<blockquote><p>Terminator, multiple terminals in one window. The goal of this project is to produce a useful tool for arranging terminals. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in grids (tabs is the most common default method, which Terminator also supports).</p></blockquote>
<p>So basically what Terminator does , is split your normal gnome-terminal window in as many sections as you wish, the way you wish, dropping you into the command line into each one of them.</p>
<p>The output : </p>
<p><a href="http://sidrit.files.wordpress.com/2008/10/mytop_terminator2.png"><img src="http://sidrit.files.wordpress.com/2008/10/mytop_terminator2.png?w=510&#038;h=408" alt="" title="mytop_terminator2" width="510" height="408" class="aligncenter size-large wp-image-250" /></a></p>
Posted in Fix-it !, Free Software, Howto, Linux, Mysql, Splurge, Ubuntu Tagged: Howto, Linux, Mysql, mytop, remote, terminator, top, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/239/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/239/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/239/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=239&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/10/21/remotely-monitoring-mysql-databases-with-mytop-and-terminator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>

		<media:content url="http://sidrit.files.wordpress.com/2008/10/mytop_terminator2.png?w=510" medium="image">
			<media:title type="html">mytop_terminator2</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Openproj on Ubuntu</title>
		<link>http://sidrit.wordpress.com/2008/10/10/installing-openproj-on-ubuntu/</link>
		<comments>http://sidrit.wordpress.com/2008/10/10/installing-openproj-on-ubuntu/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:03:14 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[fixit]]></category>
		<category><![CDATA[howot]]></category>
		<category><![CDATA[openproj]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=232</guid>
		<description><![CDATA[
I was looking for a new application to use for project management. Amongst people that i spoke to, and e few web resources OpenProj seemed to be quite a must.
OpenProj by Serena Software is a desktop replacement of Microsoft Project. OpenProj has equivalent functionality, a familiar user interface and even opens existing MSProject files. OpenProj [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=232&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FInstalling_Openproj_on_Ubuntu' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
I was looking for a new application to use for project management. Amongst people that i spoke to, and e few web resources OpenProj seemed to be quite a must.</p>
<blockquote><p>OpenProj by Serena Software is a desktop replacement of Microsoft Project. OpenProj has equivalent functionality, a familiar user interface and even opens existing MSProject files. OpenProj is inter operable with Project, with a Gantt Chart and PERT chart</p></blockquote>
<p><a href="http://sourceforge.net/projects/openproj/">sourceForge page</a></p>
<p>Seems to be pretty handy. On it&#8217;s SourceForge page though there&#8217;s only a .rpm noarch package.<br />
The RPM packet manager is available for Debian-based systems indeed, non the less there are a few complications.</p>
<p>When attempting to install openproj with rpm:</p>
<p><code>sid@dev:~/Desktop$ rpm -i openproj-1.4-2.noarch.rpm<br />
rpm: To install rpm packages on Debian systems, use alien. See README.Debian.<br />
error: cannot open Packages index using db3 - No such file or directory (2)<br />
error: cannot open Packages database in /var/lib/rpm<br />
</code></p>
<p>What&#8217;s alien?</p>
<blockquote><p>Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages into Debian packages, which can be installed with dpkg.<br />
It can also generate packages of any of the other formats.<br />
This is a tool only suitable for binary packages.</p></blockquote>
<p>Here goes the installation from the Ubuntu repositories:</p>
<p><code>sudo apt-get install alien</code></p>
<p>Afterwards it&#8217;s time to convert Openproj from a .rpm package to a .deb one.</p>
<p><code>sudo alien openproj-1.4-2.noarch.rpm  openproj-1.4-2.noarch.deb</code></p>
<p>Once the package is created, double click on it, to install with the gDebi installer.</p>
<p>Been using it for a few days now, and i must say, i regret not having picked it up  earlier.</p>
Posted in Fix-it !, Howto, Linux, Splurge, Ubuntu Tagged: alien, deb, fixit, howot, Linux, openproj, rpm, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/232/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/232/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/232/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=232&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/10/10/installing-openproj-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Java support and latest Flash for Konqueror on Amd64</title>
		<link>http://sidrit.wordpress.com/2008/10/10/java-support-and-latest-flash-for-konqueror-on-amd64/</link>
		<comments>http://sidrit.wordpress.com/2008/10/10/java-support-and-latest-flash-for-konqueror-on-amd64/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 13:17:40 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Amd Specific]]></category>
		<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[amd]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[konqueror]]></category>
		<category><![CDATA[Linu]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=228</guid>
		<description><![CDATA[A few days ago i installed Konqueror on a Ubuntu 64bit machine, upon request.

The installation went smooth (why not?). The issue came up while attempting to get Flash and Java to work.
The workaround was fairly simple.
Java
After installing Java, the trick is done by giving Konqueror the absolute path of the executable:
Konqueror -&#62; Settings -&#62;Configure Konqueror [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=228&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A few days ago i installed Konqueror on a Ubuntu 64bit machine, upon request.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FJava_support_and_latest_Flash_for_Konqueror_on_Amd64' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
The installation went smooth (why not?). The issue came up while attempting to get Flash and Java to work.<br />
The workaround was fairly simple.</p>
<p><strong>Java</strong><br />
After installing Java, the trick is done by giving Konqueror the absolute path of the executable:</p>
<p><em>Konqueror -&gt; Settings -&gt;Configure Konqueror -&gt; Java &amp; Javascript </em></p>
<p>and set (in my case) to <em>/usr/bin/java</em></p>
<p><strong>Flash</strong></p>
<p>Open a shell window and type:<br />
<code>sudo apt-get install konqueror-nsplugins flashplugin-nonfree</code></p>
<p><em>Konqueror -&gt; Settings -&gt;Configure Konqueror -&gt; Plugins.-&gt;Scan for new plugins</em></p>
<p>Restart Konqueror.</p>
Posted in Amd Specific, Fix-it !, Howto, Linux, Splurge, Ubuntu Tagged: 64 bit, amd, flash, Howto, java, konqueror, Linu, Ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/228/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/228/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/228/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=228&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/10/10/java-support-and-latest-flash-for-konqueror-on-amd64/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Enabling Desktop Effects for Ati Radeon Xpress 200M on Ubuntu Hardy Heron</title>
		<link>http://sidrit.wordpress.com/2008/08/10/enabling-desktop-effects-for-ati-radeon-xpress-200m-on-ubuntu-hardy-heron/</link>
		<comments>http://sidrit.wordpress.com/2008/08/10/enabling-desktop-effects-for-ati-radeon-xpress-200m-on-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 15:04:40 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ati express]]></category>
		<category><![CDATA[desktop effects]]></category>
		<category><![CDATA[radeon]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=140</guid>
		<description><![CDATA[To make sure that this is the model of your graphics card, on a terminal window and type:
lspci &#124; grep -i vga
The output should be similar to this :
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)
Now we need to install the fglrx driver:
sudo apt-get install xorg-driver-fglrx
Enable the Ati driver from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=140&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To make sure that this is the model of your graphics card, on a terminal window and type:</p>
<p><code>lspci | grep -i vga</code></p>
<p>The output should be similar to this :</p>
<p><code>01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)</code></p>
<p>Now we need to install the fglrx driver:</p>
<p><code>sudo apt-get install xorg-driver-fglrx</code></p>
<p>Enable the Ati driver from the System -&gt; Administration -&gt; Hardware Drivers.</p>
<p>Reboot the system, open a terminal window and type:</p>
<p><code>fglrxinfo</code></p>
<p>The output should be the following:</p>
<p><code>display: :0.0  screen: 0<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: ATI Radeon Xpress Series<br />
OpenGL version string: 2.1.7412 Release</code></p>
<p>That&#8217;s it.<br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FDesktop_Effects_for_Ati_Radeon_Xpress_200M_on_Ubuntu' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=140&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/10/enabling-desktop-effects-for-ati-radeon-xpress-200m-on-ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring Windows Media Center Remote control for Elisa on Ubuntu 8.04</title>
		<link>http://sidrit.wordpress.com/2008/08/09/configuring-windows-media-center-remote-control-for-elisa-on-ubuntu-804/</link>
		<comments>http://sidrit.wordpress.com/2008/08/09/configuring-windows-media-center-remote-control-for-elisa-on-ubuntu-804/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 20:40:26 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Elisa]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Infrared]]></category>
		<category><![CDATA[IRDA]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Wuindows Media Center]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=128</guid>
		<description><![CDATA[Hardware used:
Windows Media Center Remote (usb, 2nd model)
Hewlett Packard Easynote R0933 Laptop
Software used:
Ubuntu 8.04 Website
LIRC Website
Elisa Media Center Website

Before we begin, it would be a good idea to check your remote model.
Use this documentation over here.

First, we&#8217;re going to need to install lirc to get our remote to interact with the computer over infrared.
sudo apt-get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=128&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hardware used:</p>
<p>Windows Media Center Remote (usb, 2nd model)<br />
Hewlett Packard Easynote R0933 Laptop</p>
<p>Software used:</p>
<p>Ubuntu 8.04 <a href="http://www.ubuntu.com/">Website</a><br />
LIRC <a href="http://www.lirc.org/">Website</a><br />
Elisa Media Center <a href="http://elisa.fluendo.com/home/">Website</a><br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FMedia_center_remote_for_Elisa' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
Before we begin, it would be a good idea to check your remote model.<br />
Use this documentation over <a href="http://www.mythtv.org/wiki/index.php/MCE_Remote">here</a>.<br />
<span id="more-128"></span></p>
<p>First, we&#8217;re going to need to install lirc to get our remote to interact with the computer over infrared.</p>
<p><code>sudo apt-get install lirc</code></p>
<p>During the setup you will be prompted with a few configuration choices.<br />
The first choice is the remote- On the list make sure you pick <strong>&#8220;Windows Media Center Remotes ( new version Philips et al. )&#8221;</strong>.<br />
On the second prompt pick <strong>&#8220;None&#8221;</strong>.</p>
<p>After the installation finishes, plug in the infrared device and start the Lirc service:</p>
<p><code>sudo /etc/init.d/lirc restart</code></p>
<p>To test weather everything works correctly , on the terminal type:</p>
<p><code>irw</code></p>
<p>then after pressing any button on the remote you should see the output , altogether with the name of the key you pressed.</p>
<p>Elisa Media Center can be installed from the repos:</p>
<p><code>sudo apt-get install elisa</code></p>
<p>Now let&#8217;s create a proper configuration of the remote, with all the necessary keys and feed it to Elisa.</p>
<p><code>sudo irrecord -d /dev/lirc0 elisa.lirc</code></p>
<p>Afterward move the file to the directory where the IR Remote conf files are located for lirc:</p>
<p><code>sudo cp elisa.lirc /usr/share/pyshared/elisa/plugins/lirc_plugin/data/lirc/</code><br />
<code>sudo cp elisa.lirc /home/YOUR_USERNAME/.elisa/</code></p>
<p>create a symbolic link too :</p>
<p><code>cd /usr/lib/python2.5/site-packages/elisa/plugins/lirc_plugin/data/lirc<br />
sudo ln -s /usr/lib/python2.5/site-packages/elisa/plugins/lirc_plugin/data/lirc/elisa.lirc ./</code></p>
<p>Now we need to instruct the elisa.conf file to take the info from the elisa.lirc<br />
 <code>gedit /home/YOUR_USERNAME/.elisa/elisa.conf</code></p>
<p>Find the lirc_rc parameter and set it to:</p>
<p><code>lirc_rc = 'elisa.lirc'</code></p>
<p>Here&#8217;s the content of my elisa.lirc file:<br />
<code>begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Play<br />
    config = toggle_play_pause_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Right<br />
    config = move_right_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = OK<br />
    config = activate_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Power<br />
    config = close_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Mute<br />
    config = toggle_mute_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = VolDown<br />
    config = decrement_volume_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Rewind<br />
    config = seek_backward_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Stop<br />
    config = stop_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Up<br />
    config = move_up_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = VolUp<br />
    config = increment_volume_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Down<br />
    config = move_down_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Pause<br />
    config = pause_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Enter<br />
    config = activate_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Forward<br />
    config = seek_forward_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Home<br />
    config = toggle_menu_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Red<br />
    config = toggle_fullscreen_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
begin<br />
    remote = mceusb<br />
    prog = elisa<br />
    button = Left<br />
    config = move_left_key<br />
    repeat = 0<br />
    delay = 0<br />
end<br />
</code></p>
<p>Restart Lirc, fire up Elisa and all is done.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/128/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/128/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=128&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/09/configuring-windows-media-center-remote-control-for-elisa-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Hardy On Acer Aspire 3680</title>
		<link>http://sidrit.wordpress.com/2008/08/09/hardy-on-acer-aspire-3680/</link>
		<comments>http://sidrit.wordpress.com/2008/08/09/hardy-on-acer-aspire-3680/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 14:06:23 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Fix-it !]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Acer]]></category>
		<category><![CDATA[Aspire 3680]]></category>
		<category><![CDATA[atheros]]></category>
		<category><![CDATA[ndiswrapper]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=116</guid>
		<description><![CDATA[Today did an installation of Ubuntu 8.04 on an Acer Aspire 3680, which up until this point was used as a Windows machine.
Turns out this model too has the Atheros AR5007EG (AR242x ) installed.
The same as the Aspire 5315.
In previous post i had described a fix for this card using ndiswrapper.
The same instructions are valid [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=116&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Today did an installation of Ubuntu 8.04 on an Acer Aspire 3680, which up until this point was used as a Windows machine.</p>
<p>Turns out this model too has the Atheros AR5007EG (AR242x ) installed.<br />
The same as the Aspire 5315.</p>
<p>In previous post i had described a fix for this card using ndiswrapper.<br />
The same instructions are valid this time too.</p>
<p>Here&#8217;s the link : <a href="http://sidrit.wordpress.com/2008/06/30/hardy-on-acer-aspire-5315/">/hardy-on-acer-aspire-5315/</a></p>
<p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FHardy_On_Acer_Aspire_3680' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/116/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/116/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=116&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/09/hardy-on-acer-aspire-3680/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Video Surveillance system on Ubuntu 8.04 with Zoneminder</title>
		<link>http://sidrit.wordpress.com/2008/08/04/video-surveillance-system-on-ubuntu-804-with-zoneminder/</link>
		<comments>http://sidrit.wordpress.com/2008/08/04/video-surveillance-system-on-ubuntu-804-with-zoneminder/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:33:48 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[panasonic]]></category>
		<category><![CDATA[video surveillance]]></category>
		<category><![CDATA[zoneminder]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=104</guid>
		<description><![CDATA[In this scenario we will be using:
Hardy Heron ( Ubuntu 8.04 )
Packard Bell Easynote R0933
ZoneMinder 1.22.3 website
Panasonic BL-C1 network cameras
It is assumed that the machine is a fully working Lamp server.
If you don&#8217;t have that yet, here&#8217;s a quick setup.
First we need to install a few libraries to support Zoneminder :
sudo apt-get install  libarchive-tar-perl [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=104&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In this scenario we will be using:</p>
<p>Hardy Heron ( Ubuntu 8.04 )<br />
Packard Bell Easynote R0933<br />
ZoneMinder 1.22.3 <a href="http://www.zoneminder.com">website</a><br />
Panasonic BL-C1 network cameras</p>
<p>It is assumed that the machine is a fully working Lamp server.<br />
If you don&#8217;t have that yet, <a href="http://sidrit.wordpress.com/2008/08/03/lamp-linux-apache-mysql-php-server-on-ubuntu-804/">here&#8217;s a quick setup</a>.</p>
<p>First we need to install a few libraries to support Zoneminder :</p>
<p><code>sudo apt-get install  libarchive-tar-perl  libmime-perl libstdc++6 libjpeg62 ffmpeg<br />
libarchive-zip-perl  zlib1g libdate-manip-perl libwww-perl  libdevice-serialport-perl</code></p>
<p>Afterwards, we grab the latest .deb from the repositories<br />
<a href="http://packages.ubuntu.com/hardy/net/zoneminder">http://packages.ubuntu.com/hardy/net/zoneminder</a><br />
<iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FVideo_Surveillance_system_on_Ubuntu_8_04_with_Zoneminder' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
<span id="more-104"></span></p>
<p>Installation should go on with no complications. If needed, fix broken dependencies with<br />
<code>sudo apt-get -f install</code></p>
<p>Instruct apache what to do with Zoneminder a force a reload:</p>
<p><code>sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf</code><br />
<code>sudo /etc/init.d/apache2 force-reload </code></p>
<p>Finally point the browser at :<a href="http://your_server/zm">http://your_server/zm</a></p>
<p>Technically this should be it.<br />
I had a few problems though. After configuring a camera, i would get not video output whatsoever.<br />
No images or events were being saved nowhere, and i kept getting the same errors on logs:</p>
<p><code><strong>tail /tmp/zmwatch.log</strong><br />
08/04/2008 16:56:06.730254 zmwatch[10568].INF [Restarting capture daemon for New, shared memory not valid]<br />
08/04/2008 16:56:07.058591 zmwatch[10568].INF ['zmc -m 3' starting at 08/08/04 16:56:07, pid = 10597]<br />
08/04/2008 16:56:17.060594 zmwatch[10568].ERR [Can't get shared memory id '4b450003', 3: No such file or directory]<br />
08/04/2008 16:56:17.061045 zmwatch[10568].INF [Restarting capture daemon for New, shared memory not valid]<br />
08/04/2008 16:56:17.396844 zmwatch[10568].INF ['zmc -m 3' starting at 08/08/04 16:56:17, pid = 10610]<br />
08/04/2008 16:56:27.398852 zmwatch[10568].ERR [Can't get shared memory id '4b450003', 3: No such file or directory]<br />
08/04/2008 16:56:27.399334 zmwatch[10568].INF [Restarting capture daemon for New, shared memory not valid]<br />
08/04/2008 16:56:27.731874 zmwatch[10568].INF ['zmc -m 3' starting at 08/08/04 16:56:27, pid = 10612]<br />
08/04/2008 16:56:47.123690 zmwatch[10689].INF [Watchdog starting]<br />
08/04/2008 16:56:47.124464 zmwatch[10689].INF [Watchdog pausing for 30 seconds]</code></p>
<p>Looking at the current allocated value of shared memory on my laptop:</p>
<p><code>cat /proc/sys/kernel/shmall<br />
2097152 </code></p>
<p>And the maximum i could get:</p>
<p><code>cat /proc/sys/kernel/shmmax<br />
134217728</code></p>
<p>(Log in as root. sudo -i, otherwise you won&#8217;t be able to)<br />
<code><br />
echo 134217728 &gt;/proc/sys/kernel/shmall<br />
echo 134217728 &gt;/proc/sys/kernel/shmmax </code></p>
<p>This solved my shared memory problem. To make these value permanent, edit /etc/sysctl.conf :</p>
<p><code>kernel.shmall = 134217728<br />
kernel.shmmax = 134217728</code></p>
<p>Done, done, and done.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=104&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/04/video-surveillance-system-on-ubuntu-804-with-zoneminder/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable Remote Desktop on Ubuntu from command line</title>
		<link>http://sidrit.wordpress.com/2008/08/03/enable-remote-desktop-on-ubuntu-from-command-line/</link>
		<comments>http://sidrit.wordpress.com/2008/08/03/enable-remote-desktop-on-ubuntu-from-command-line/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 21:52:27 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=99</guid>
		<description><![CDATA[
On some of the workstations i happen to use, at times it&#8217;s neccessary to have Remote Desktop enabled.
Here&#8217;s a quick and dirty way to turn it on and off.
sudo gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled true
To disable it set it to false. 
In a similar way you can enable disable the confirmation request:
gconftool-2 -s -t bool [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=99&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FEnable_Remote_Desktop_on_Ubuntu_from_command_line' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
On some of the workstations i happen to use, at times it&#8217;s neccessary to have Remote Desktop enabled.<br />
Here&#8217;s a quick and dirty way to turn it on and off.</p>
<p><code>sudo gconftool-2 -s -t bool /desktop/gnome/remote_access/enabled <strong>true</strong></code></p>
<p>To disable it set it to false. </p>
<p>In a similar way you can enable disable the confirmation request:</p>
<p><code>gconftool-2 -s -t bool /desktop/gnome/remote_access/prompt_enabled <strong>false</strong></code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/99/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/99/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=99&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/03/enable-remote-desktop-on-ubuntu-from-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
		<item>
		<title>LAMP ( Linux, Apache, MySql, Php ) Server on Ubuntu 8.04</title>
		<link>http://sidrit.wordpress.com/2008/08/03/lamp-linux-apache-mysql-php-server-on-ubuntu-804/</link>
		<comments>http://sidrit.wordpress.com/2008/08/03/lamp-linux-apache-mysql-php-server-on-ubuntu-804/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 21:29:14 +0000</pubDate>
		<dc:creator>Sidrit Trandafili</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Splurge]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://sidrit.wordpress.com/?p=94</guid>
		<description><![CDATA[
In a post, a few days ago, i described how i had to restore and reinstall my system.
Meaning daily, i&#8217;ve been finding some of the software i need and reinstalling it.
So here i found myself needing to make use of a Lamp server on my laptop.
There&#8217;s literally thousands of guides about how to achieve this. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=94&subd=sidrit&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><iframe src='http://digg.com/api/diggthis.php?u=http%3A%2F%2Fdigg.com%2Flinux_unix%2FLAMP_Linux_Apache_MySql_Php_Server_on_Ubuntu_8_04' height='82' width='55' frameborder='0' scrolling='no' style='float: right; margin-left: 10px; margin-bottom: 5px; padding: 4px 0 2px 4px; background: #fff;'></iframe><br />
In a post, a few days ago, i described how i had to restore and reinstall my system.<br />
Meaning daily, i&#8217;ve been finding some of the software i need and reinstalling it.</p>
<p>So here i found myself needing to make use of a Lamp server on my laptop.<br />
There&#8217;s literally thousands of guides about how to achieve this. Fact is that, on Ubuntu 8.04 (Hardy Heron ), it can be reduced to a few easy steps, and all the trick is done.</p>
<p>Once more, for the sake of clarity, and to spare some time:</p>
<p>Install mysql<br />
<code>sudo apt-get install mysql-server-5.0</code></p>
<p>Install Apache2<br />
<code>sudo apt-get install apache2</code></p>
<p>Install php and the apache module for it<br />
<code>sudo apt-get install php5 libapache2-mod-php5</code></p>
<p>Reboot apache (very important)<br />
<code>sudo /etc/init.d/apache2 restart</code></p>
<p>PhpMyAdmin, if you need it<br />
<code>sudo apt-get install phpmyadmin</code></p>
<p>That&#8217;s all folks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sidrit.wordpress.com/94/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sidrit.wordpress.com/94/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sidrit.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sidrit.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sidrit.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sidrit.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sidrit.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sidrit.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sidrit.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sidrit.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sidrit.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sidrit.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sidrit.wordpress.com&blog=975087&post=94&subd=sidrit&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sidrit.wordpress.com/2008/08/03/lamp-linux-apache-mysql-php-server-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Sidrit Trandafili</media:title>
		</media:content>
	</item>
	</channel>
</rss>