<?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>Rob Yardman &#187; Ubuntu Linux</title>
	<atom:link href="http://www.robyardman.com/category/ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robyardman.com</link>
	<description>Switching gears in life...</description>
	<lastBuildDate>Thu, 15 Jul 2010 16:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Use CompizConfig To Set A Terminal Shortcut</title>
		<link>http://www.robyardman.com/ubuntu-linux/compizconfig-set-terminal-shortcut/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=compizconfig-set-terminal-shortcut</link>
		<comments>http://www.robyardman.com/ubuntu-linux/compizconfig-set-terminal-shortcut/#comments</comments>
		<pubDate>Sun, 03 May 2009 00:46:17 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Desktop Tools]]></category>
		<category><![CDATA[Easy Tip]]></category>
		<category><![CDATA[Gnome Terminal]]></category>
		<category><![CDATA[Help Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rob Yardman]]></category>
		<category><![CDATA[Santa Fe]]></category>
		<category><![CDATA[Terminal Shortcut]]></category>
		<category><![CDATA[Tips And Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu Shortcuts]]></category>
		<category><![CDATA[Ubuntu Terminal]]></category>

		<guid isPermaLink="false">http://www.robyardman.com/?p=224</guid>
		<description><![CDATA[Okay this a fairly easy tip but a huge time saver if your constantly using the terminal. I&#8217;ll show you a quick way to open up a terminal and set it&#8217;s window size. Obviously you need to be using Compiz along with the &#8220;CompizConfig Settings Manager&#8221;. If you don&#8217;t have CompizConfig Settings Manager installed just: [...]


Related posts:<ol><li><a href='http://www.robyardman.com/fun-stuff/gnomedo-stay-uptodate-twitter/' rel='bookmark' title='Permanent Link: Using Gnome-Do To Stay Up-To-Date With Twitter'>Using Gnome-Do To Stay Up-To-Date With Twitter</a></li>
<li><a href='http://www.robyardman.com/ubuntu-linux/installing-configuring-synergy/' rel='bookmark' title='Permanent Link: Installing And Configuring Synergy'>Installing And Configuring Synergy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Okay this a fairly easy tip but a huge time saver if your constantly using the terminal. I&#8217;ll show you a quick way to open up a terminal and set it&#8217;s window size. Obviously you need to be using Compiz along with the &#8220;CompizConfig Settings Manager&#8221;. If you don&#8217;t have CompizConfig Settings Manager installed just:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> compizconfig-settings-manager</pre></div></div>

<p>Now go to System &gt; Preferences &gt; CompizConfig Settings Manager. Inside the Settings Manager application select the &#8220;Gnome Compatibility&#8221; button. And from there select the &#8220;Commands&#8221; tab.</p>
<p style="text-align: center;"><a href="http://www.robyardman.com/wp-content/uploads/2009/05/compizterminal.gif" rel="lightbox[224]"><img class="aligncenter size-full wp-image-225" title="CompizConfig Settings Manager" src="http://www.robyardman.com/wp-content/uploads/2009/05/compizterminal.gif" alt="CompizConfig Settings Manager" width="617" height="380" /></a></p>
<p><span id="more-224"></span>Within this dialog you can set the terminal command you would like to run. Typically you can just use gnome-terminal but we want to go a little further than that. Adding the &#8211;geometry tag, you can set the size of the terminal window. It should look like this:</p>
<pre lang="bash&gt;gnome-terminal --geometry=132x43&lt;/pre&gt; &lt;p&gt;That command will bring up a large terminal window. Pretty simple right? Next you'll need to set the shortcut key. Personally I'm using a combination of the Control button and the Space Bar. To set the shortcut key click on the "> 

<a href="http://www.robyardman.com/wp-content/uploads/2009/05/compizsetkey.gif" rel="lightbox[224]"><img class="aligncenter size-full wp-image-228" title="CompizConfig Settings Manager Set Shortcut" src="http://www.robyardman.com/wp-content/uploads/2009/05/compizsetkey.gif" alt="CompizConfig Settings Manager Set Shortcut" width="617" height="380" /></a>
</pre>
<p>After that you&#8217;re done. Quick and easy and now when you want a terminal: Control + Space Bar.</p>


<p>Related posts:<ol><li><a href='http://www.robyardman.com/fun-stuff/gnomedo-stay-uptodate-twitter/' rel='bookmark' title='Permanent Link: Using Gnome-Do To Stay Up-To-Date With Twitter'>Using Gnome-Do To Stay Up-To-Date With Twitter</a></li>
<li><a href='http://www.robyardman.com/ubuntu-linux/installing-configuring-synergy/' rel='bookmark' title='Permanent Link: Installing And Configuring Synergy'>Installing And Configuring Synergy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.robyardman.com/ubuntu-linux/compizconfig-set-terminal-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing And Configuring Synergy</title>
		<link>http://www.robyardman.com/ubuntu-linux/installing-configuring-synergy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-configuring-synergy</link>
		<comments>http://www.robyardman.com/ubuntu-linux/installing-configuring-synergy/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 04:42:50 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Fun Stuff]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[Desktop Tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software KVM]]></category>
		<category><![CDATA[Synergy]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.robyardman.com/?p=198</guid>
		<description><![CDATA[Messing around at work today I realized how nice of a program Synergy is and how easy it can make things if you simultaneously run two or more computers. At work I have Synergy installed between a test server and my primary desktop. These two computers sit side by side on my desk but I [...]


Related posts:<ol><li><a href='http://www.robyardman.com/ubuntu-linux/compizconfig-set-terminal-shortcut/' rel='bookmark' title='Permanent Link: Use CompizConfig To Set A Terminal Shortcut'>Use CompizConfig To Set A Terminal Shortcut</a></li>
<li><a href='http://www.robyardman.com/fun-stuff/gnomedo-stay-uptodate-twitter/' rel='bookmark' title='Permanent Link: Using Gnome-Do To Stay Up-To-Date With Twitter'>Using Gnome-Do To Stay Up-To-Date With Twitter</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Messing around at work today I realized how nice of a program <a title="Synergy" href="http://synergy2.sourceforge.net/index.html">Synergy</a> is and how easy it can make things if you simultaneously run two or more computers. At work I have Synergy installed between a test server and my primary desktop. These two computers sit side by side on my desk but I don&#8217;t always use both. When I do need to it&#8217;s convenient to just drag my cursor over to the other desktop and do what I need to do.</p>
<h2>What Is Synergy&#8230;?</h2>
<p>For anyone that doesn&#8217;t know, Synergy basically allows you to control two separate computer desktops over a network as if they were setup on a multi-display on the same computer. You can drag your cursor from one desktop to the other controlling both desktops with one keyboard and mouse. Everything is passed through your network TCP/IP connection. Freakin&#8217; awesome right? The cool thing is it&#8217;s easy to set up and compatible with multiple operating systems.</p>
<p style="text-align: center;"><a href="http://www.robyardman.com/wp-content/uploads/2009/04/synergy-graphic.jpg" rel="lightbox[198]"><img class="aligncenter size-full wp-image-199" title="Synergy Illustration" src="http://www.robyardman.com/wp-content/uploads/2009/04/synergy-graphic.jpg" alt="Synergy Illustration" width="274" height="136" /></a></p>
<p>I want to set this up at home over my wireless network to control my desktop and my netbook. I don&#8217;t use my netbook all that much at home but once and a while I would like to just drag my cursor over to my netbooks desktop to do something, run a command, copy some files, whatever. It&#8217;s more of a convenience than a necessity at this point but what the hell right?<span id="more-198"></span></p>
<p>To setup Synergy first you&#8217;ll need either the IP addresses of the client and server or the network name of each. If you&#8217;re not sure you can run ifconfig (ipconfig for windows) in a terminal on each computer and look for the inet addr: number. This will give you your computers IP address on your network.</p>
<p>Next you&#8217;ll need to install Synergy on both computers. Both of my computers are runing Ubuntu 9.04 so it shouldn&#8217;t take a whole lot other than running a command in the terminal. To install from the terminal run:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> synergy</pre></div></div>

<p>Please note: Synergy may be included in the default 9.04 install.</p>
<p>Next you&#8217;ll need to configure the synergy server and clients. To configure the server run in your terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>synergy.conf</pre></div></div>

<p>This will open the Synergy configuration file. Inside that file you&#8217;ll setup your computers and how they are linked to eachother. The following is my setup.</p>

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;"><span style="color: #b1b100;">section</span>: screens
	rob-desktop:
	rob-netbook:
end
&nbsp;
<span style="color: #b1b100;">section</span>: aliases
	rob-desktop:
		192.168.2.3
	rob-netbook:
		192.168.2.4
end
&nbsp;
<span style="color: #b1b100;">section</span>: links
	rob-desktop:
		left = rob-netbook
	rob-netbook:
		right = rob-desktop
end</pre></div></div>

<p>Looking at my configuration you can see how the .conf files is broken down. First the desktop screens are defined and then their relation to eachother. You can also use up and down as directions. It is possible to setup multiple computers.</p>
<p>Next you&#8217;ll need to test your configuration. Using the computer that you&#8217;ve set up as the Synergy server, run in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">synergys <span style="color: #660033;">-f</span> <span style="color: #660033;">--config</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>synergy.conf</pre></div></div>

<p>This will start the server. Next you&#8217;ll want to run the other computer as a client. To do so run in client computers terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">synergyc <span style="color: #660033;">-f</span> 192.168.2.3</pre></div></div>

<p>This calls the client to the servers IP address giving control to the severs keyboard and mouse over the clients desktop. If all is well and working you can create an entry in Ubuntu&#8217;s Startup Applications to automatically start Synergy when our computers boot up. To do so go to System &gt; Preferences &gt; Startup Applications and enter the following information.</p>
<h3>Server:</h3>
<p>Open Startup Applications Preferences and click on &#8220;Add&#8221;. In the Add Startup Program dialogue enter the folowing:</p>
<p>Name: Synergy Server Startup<br />
Command: synergys &#8211;config /etc/synergy.conf<br />
Comment: <em>Add a comment if necessary</em></p>
<h3>Client:</h3>
<p>Open Startup Applications Preferences and click on &#8220;Add&#8221;. In the Add Startup Program dialogue enter the folowing:</p>
<p>Name: Synergy Client Startup<br />
Command: synergyc 192.168.2.3<br />
Comment: <em>Add a comment if necessary</em></p>
<p>Restart both computers and Synergy should start up on its own and both client and server should connect perfectly. Over a wireless network there may be some latentcy which is sort of to be expected. If you would like to know more or get Synergy for other operating systems check out their website: <a title="Synergy" href="http://synergy2.sourceforge.net/index.html">http://synergy2.sourceforge.net/index.html</a>.</p>


<p>Related posts:<ol><li><a href='http://www.robyardman.com/ubuntu-linux/compizconfig-set-terminal-shortcut/' rel='bookmark' title='Permanent Link: Use CompizConfig To Set A Terminal Shortcut'>Use CompizConfig To Set A Terminal Shortcut</a></li>
<li><a href='http://www.robyardman.com/fun-stuff/gnomedo-stay-uptodate-twitter/' rel='bookmark' title='Permanent Link: Using Gnome-Do To Stay Up-To-Date With Twitter'>Using Gnome-Do To Stay Up-To-Date With Twitter</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.robyardman.com/ubuntu-linux/installing-configuring-synergy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
