<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; gobby</title> <atom:link href="http://www.ghacks.net/tag/gobby/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Set up infinote server for collaborative use</title><link>http://www.ghacks.net/2010/05/03/set-up-infinote-server-for-collaborative-use/</link> <comments>http://www.ghacks.net/2010/05/03/set-up-infinote-server-for-collaborative-use/#comments</comments> <pubDate>Mon, 03 May 2010 20:52:06 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[collaborative server]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[gobby]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[Kobby]]></category> <category><![CDATA[text editor]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=25096</guid> <description><![CDATA[If you&#8217;ve followed my recent text editor series you will have noticed I included a text editor that is also a collaborative tool (see my article &#8220;Kobby: KDE collaborative text editor&#8220;). In that article I mentioned that Kobby can work with the GNOME equivalent Gobby. But to do so they need a server running. The [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve followed my recent text editor series you will have noticed I included a text editor that is also a collaborative tool (see my article &#8220;<a
title="Kobby: KDE collaborative text editor" href="http://www.fabianrodriguez.com/blog/2010/02/05/gobby-server-in-3-steps/" target="_blank">Kobby: KDE collaborative text editor</a>&#8220;). In that article I mentioned that Kobby can work with the GNOME equivalent Gobby. But to do so they need a server running. The best server for that service &#8211; Infinote. Infinote is the new protocol used in Gobby (replacing the out of date obby) and is put in place with the libinfnity package. Without this package you would have a difficult (if not impossible) time getting Kobby and Gobby to communicate with one another.</p><p>In this article I am going to show you how to install and run an infinote server so that Kobby and Gobby can communicate with one another.</p><p><span
id="more-25096"></span><strong>Installation</strong></p><p>There are two packages you must install for this to work. One of those packages will have been installed when you install Gobby. That package is libinfinity. If you did not install Gobby on the machine that will act as your infinote server you will need to install the libinfinity package as well as the package listed below. Follow these steps for installation:</p><ol><li> Fire up your package management system (Synaptic, Ubuntu Software Center, gnome-packagekit, etc).</li><li>Search for &#8220;infinoted&#8221; (no quotes).</li><li>Mark infinoted for installation.</li><li>Click Apply to install.</li></ol><p>That&#8217;s it! You are now ready to begin.</p><p><strong>Usage</strong></p><p>There are two ways to use infinoted: with or without encryption. If you want to offer password-protected sessions you will have to run with encryption. No passwords = no encryption. Let&#8217;s start off with the non-encrypted session first.</p><p>To launch an encryption-less session open up a terminal window and issue the following command:</p><p><em>infinoted &#8211;security-policy=no-tls</em></p><p>NOTE: When launching this session you will not be returned your prompt. Even if you add the &#8220;&amp;&#8221; to the end of your prompt (which usually places the command in the background) you still won&#8217;t get your prompt back. When you issue this command the command will instruct you which port the server is listening on. By default infinoted will listen to port 6523 (in case you do not issue the command from the terminal window &#8211; more on that in a bit).</p><p>Now let&#8217;s take a look at starting the server with encryption. To do this you will issue two commands, the first command creates the necessary keys, the second launches the daemon. Let&#8217;s take a look at the commands. The first command:</p><p><em>infinoted &#8211;create-key &#8211;create-certificate -k KEY_NAME.pem  -c CERT_NAME.pem</em></p><p>Where KEY_NAME is the name of the key and CERT_NAME is the name of the certificate. When you issue that command infinoted will generate the necessary key/cert pair and then you are ready to start the server with the command:</p><p><em>infinoted -k key.pem  -c cert.pem</em></p><p>Now when you start up your Gobby and/or Kobby instances, you can host your server with password protection.</p><p><strong>Starting your server</strong></p><p>If you are like me, you don&#8217;t want to have a terminal window open in order to run the server. No matter which type of server you run (with or without encryption), you can add the startup line to your <strong>/etc/rc.local</strong> file so the server will start up at boot. If you don&#8217;t want to go that route you can always just hit &lt;Alt&gt;F2 and then enter the run line in the command dialog box.</p><p><strong>Final thoughts</strong></p><p>If you are looking for a very simple way to host a collaborative server for Gobby or Kobby, the Infinoted server is all you need for simplicity and reliability. Once the server is up and running all you will have to do is point your clients to the server (and the correct port) and your clients will be collaborating immediately.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/05/03/set-up-infinote-server-for-collaborative-use/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Collaborate in Real Time with Gobby</title><link>http://www.ghacks.net/2009/01/01/collaborate-in-real-time-with-gobby/</link> <comments>http://www.ghacks.net/2009/01/01/collaborate-in-real-time-with-gobby/#comments</comments> <pubDate>Thu, 01 Jan 2009 15:53:49 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[chat]]></category> <category><![CDATA[collaboration]]></category> <category><![CDATA[gobby]]></category> <category><![CDATA[real time]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9488</guid> <description><![CDATA[If you do any collaborative work you know how difficult some collaboration tools can be. With both MS Office and OpenOffice you can collaborate with notes and track changes. But what about collaborating in real time? What if you are wanting to quickly collaborate on a simple text document with multiple editors? Fortunately there is [...]]]></description> <content:encoded><![CDATA[<p>If you do any collaborative work you know how difficult some collaboration tools can be. With both MS Office and OpenOffice you can collaborate with notes and track changes. But what about collaborating in real time? What if you are wanting to quickly collaborate on a simple text document with multiple editors? Fortunately there is a simple to use collaboration tool that is cross platform and very user friendly. The tool? Gobby.</p><p>Gobby was released in 2005 by the Ox539 developer group and features a client/server architecture that allows for easy remote connection between two peers. Gobby contains its own server (Sobby) so there&#8217;s no secondary installation or configuration.</p><p><span
id="more-9488"></span></p><p><strong>Getting and Installing</strong></p><p>As Gobby is very common, it is generally in repositories for every distribution. This makes installing Gobby simple. Open up your distributions&#8217; Add/Remove Software application and do a search for &#8220;gobby&#8221; (no quotes). Once you find Gobby, select it and click Apply.</p><p>Once Gobby is installed you should find the executable entry in the Internet menu.</p><p><strong>Starting a Gobby Session</strong></p><p>When you first start Gobby you will see an empty Gobby window. From this window you can either &#8220;Create session&#8221; (become a host for a session) or &#8220;Join Session&#8221; (join a remote Gobby host).  Click on the &#8220;Create Session&#8221; button which will open up a session configuration window.</p><div
id="attachment_9507" class="wp-caption alignnone" style="width: 427px"><img
class="size-full wp-image-9507" src="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_create_session1.png" alt="Create Session" width="417" height="309" /><p
class="wp-caption-text">Create Session</p></div><p>If you don&#8217;t enter a password anyone starting up Gobby can join your session. If this is a &#8220;private&#8221; collaboration, it&#8217;s best to set up a password.</p><p>Now for those wishing to join an already running click on the Join Session button and the Join Gobby Session window will open.</p><div
id="attachment_9508" class="wp-caption alignnone" style="width: 289px"><img
class="size-full wp-image-9508" src="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_join_session.png" alt="Join Session" width="279" height="351" /><p
class="wp-caption-text">Join Session</p></div><p>You can select your Gobby server from the list or you can enter the Host manually. Once you have entered the correct information click OK and you will join the session.</p><p>Once you have joined the session you will want to open up two extra windows: Document List and User List. The Document List window will show you all available Gobby documents available to you. If you are not the creator of a document you can click on a document and subscribe to that document. When you subcribe to a document a new tab for that document will open in your Gobby window.</p><div
id="attachment_9509" class="wp-caption alignnone" style="width: 513px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_tabs.png"><img
class="size-full wp-image-9509" src="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_tabs.png" alt="Gobby Session" width="503" height="328" /></a><p
class="wp-caption-text">Gobby Session</p></div><p>As you can, in the image above, Gobby does syntax highlighting. If you click on the Edit menu you will see a Syntax submenu. From that submenu you can select from any of the 65 different types of syntax highlighting.</p><p>Another nice feature of Gobby is that it includes a chat window. With a chat window you can actually communicate as you collaborate.</p><div
id="attachment_9510" class="wp-caption alignnone" style="width: 513px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_chat.png"><img
class="size-full wp-image-9510" src="http://www.ghacks.net/wp-content/uploads/2009/01/gobby_chat.png" alt="Gobby Chat" width="503" height="326" /></a><p
class="wp-caption-text">Gobby Chat</p></div><p>After you have done all of your work you have to  save  each document individually and, if you want, you can save the chat session. To save a single document just click on the tab of the document to save, go to the Session menu entry, and click Save Document. To save the chat session go to the Gobby menu entry and select Save Session.</p><p><strong>Final Thoughts</strong></p><p>Gobby has a number of possible applications from development collaboration to document collaboration. If you have a need for an easy to use, free collaboration software, this is what you want.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/01/collaborate-in-real-time-with-gobby/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
