<?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 &#187; networking</title>
	<atom:link href="http://www.ghacks.net/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 11:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 Things Webmasters Do Besides Writing Articles</title>
		<link>http://www.ghacks.net/2009/08/01/10-things-webmasters-do-besides-writing-articles/</link>
		<comments>http://www.ghacks.net/2009/08/01/10-things-webmasters-do-besides-writing-articles/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:39:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[webmaster tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14955</guid>
		<description><![CDATA[I sometimes get asked about my workday. Many people I have been talking to about the workday assume that it is an easy peasy job which basically centers around researching topics to write about and writing articles afterwards, preferably in a very nice environment such as a garden or beach condo. I usually manage to [...]]]></description>
			<content:encoded><![CDATA[<p>I sometimes get asked about my workday. Many people I have been talking to about the workday assume that it is an easy peasy job which basically centers around researching topics to write about and writing articles afterwards, preferably in a very nice environment such as a garden or beach condo. I usually manage to perplex them quite a bit by talking about all the things that I have to do besides researching and writing articles. This article lists ten things that webmasters usually do besides producing content for their websites. It does concentrate on my experience which comes from blogging so keep that in mind.</p>
<p><span id="more-14955"></span><strong>1. Comment moderation and spam</strong></p>
<p>Comment moderation and spam are two of the most time consuming aspects of a webmaster&#8217;s workday. A high profile blog can get thousands of spam comments a day which are then queued up in a spam folder somewhere. Even the best antispam tools do not offer a 100% protection against spam. Another trade-off is that false positives tend to increase with every new antispam plugin and script installed which can frustrate visitors so that they either stop posting comments or leave the site to never come back.</p>
<p><strong>2. Email Support</strong></p>
<p>Most websites have a contact form or other means of contacting the webmaster or a person responsible by email. These emails can contain tech support topics, requests (either for new articles, help, guest blogging or advertising), comments, spam or rude remarks. Tech support questions are usually the most time consuming to answer especially if it is not possible to test the problem locally. Webmasters obviously do not have to answer emails but it is good behavior if they do in a timely manner (except for spam and the rude remark emails). It is still a time consuming process especially on high traffic websites.</p>
<p><strong>3. Updates and Security</strong></p>
<p>It is of uttermost importance to run the latest version of scripts and software on a website. Old versions can contain security or memory holes, incompatibilities or missing features. Many hackers wait for security releases and start searching for websites that still run an older version on the day the new releases get announced. Updates on the other hand are only one part of the security concept. Scripts on the server side can improve security by preventing brute force attacks or notifying tech support. Webmasters do not necessarily have access to these features especially on shared hosting but some security add-ons and features can be installed by them as well. This includes setting the right access rights for directories, making sure to use non-standard usernames, directories and database prefixes or installing scripts and plugins that increase a website&#8217;s security.</p>
<p><strong>4. Features and Plugins</strong></p>
<p>Webmasters have to keep an eye on the development of new plugins and features. Wordpress webmasters for example have thousands of plugins at their disposal that get constantly updated. Additions are posted in the dozens daily and it can be quite hard to keep up with them. There is however always the possibility to find a plugin or script that adds a new interesting feature to a website or is able to replace an existing script by providing an increase in performance or functionality. One of the main reasons why many webmasters stick with one content management system is that it is easier to keep an overview of the advancements (and other things including security) that are made. </p>
<p><strong>5. Design</strong></p>
<p>Not all webmasters have to be design-aces. It is perfectly possible to download templates and themes for many different types of content management systems or websites and use these with little modification. Another option is to order a custom theme from a designer. Small changes on the other hand are usually performed by the webmaster. This includes changing a logo, adding a graphic or other elements. </p>
<p><strong>6. Performance</strong></p>
<p>A slow loading website does not necessarily mean that the server the website is hosted is not capable of delivering the performance the website needs. Other things can play a role here including scripts and plugins installed. External scripts, like advertisement or third party widgets, can slow down a website tremendously. Even more so if the domain the data is loaded from is experiencing technical problems as well. A webmaster needs to make sure that the website can be loaded as fast as possible. While third party scripts are usually in the top list of elements that slow down a website the problems can also be caused by large multimedia contents like unoptimized images, broken scripts, not optimized loading sequences or not making use of compression techniques or image concatenation. </p>
<p>Many tools can help in the analysis including the <a href="http://validator.w3.org/">XHTML Validator</a> over at W3C, <a href="http://getfirebug.com/">Firebug</a> or <a href="http://developer.yahoo.com/yslow/">YSLOW</a>.</p>
<p><strong>7. Testing and Compatibility</strong></p>
<p>A website has to be tested with various web browsers to ensure that the user experience is similar in all cases and that it is possible to connect to the website with all popular web browsers. Webmasters also do a lot of testing that include testing advertisement, plugins, scripts or element positions on their website. A classical example is to test various advertisement positions on a website to find the one that is yielding the highest earnings for the webmaster. Other possibilities include testing various positions for content to increase pageviews or decrease the number of visitors who leave a website on the first page without visiting a second one.</p>
<p><strong>8. Advertising</strong></p>
<p>Not all websites and blogs run advertisements. Webmasters who do place ads on their websites open a new can of worms. Statistics have to be checked regularly to make sure that the ads perform well. Ads need to be tested (if possible) in various ways including different positions, color schemes and even different advertisers. Monitoring various webmaster forums and blogs for new advertising opportunities and tips is a must do.</p>
<p><strong>9. Hosting, Domain and Billing</strong></p>
<p>Webmasters using free webhosts do not have to worry about these. But webmasters with their own domain name and web hosting account need to keep an eye on a few things including expiration dates and paying subscriptions in time. This is usually not a big issue and not that time consuming unless hundreds or thousands of domains are hosted at dozens of different web hosters or web servers.</p>
<p><strong>10. Networking</strong></p>
<p>Networking is probably the most important aspect of being a webmaster. You tend to get the best tips from a network of webmasters who work in the same niche. I consider the day I met Everton from Connected Internet one of my luckiest days in my life. Not only have we exchanged information that helped us get rich (haha) and improve our websites; No, we also decided to run a joint project which turned out to be very profitable. </p>
<p>Not everything is about being profitable of course. Some tips are only passed around in close circles because many webmasters do not post their findings and experiences on forums or websites. This can be a better way of placing ads on a blog, a new plugin or script that a website benefits from or general tips. </p>
<p><strong>Verdict:</strong></p>
<p>I&#8217;m not sure if this article covered all the aspects. There are probably more including tax reports, law suites and the like. Please post a comment if you have something to add or would like to voice your opinion on the subject. Being a webmaster is more than meets the eye.</p>

	Tags: <a href="http://www.ghacks.net/tag/advertising/" title="advertising" rel="tag">advertising</a>, <a href="http://www.ghacks.net/tag/blogger/" title="blogger" rel="tag">blogger</a>, <a href="http://www.ghacks.net/tag/networking/" title="networking" rel="tag">networking</a>, <a href="http://www.ghacks.net/tag/webmaster/" title="webmaster" rel="tag">webmaster</a>, <a href="http://www.ghacks.net/tag/webmaster-tips/" title="webmaster tips" rel="tag">webmaster tips</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/02/16/web-ceo-free/" title="Web CEO Free (February 16, 2008)">Web CEO Free</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/08/27/stay-away-from-dreamhost/" title="Stay Away From Dreamhost (August 27, 2008)">Stay Away From Dreamhost</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/01/30/refer-an-advertiser-get-half-the-money-for-the-first-month/" title="Refer an advertiser, get half the money for the first month (January 30, 2008)">Refer an advertiser, get half the money for the first month</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/10/26/google-adsense-revenue-and-traffic-comparision/" title="Google Adsense Revenue and Traffic Comparision (October 26, 2007)">Google Adsense Revenue and Traffic Comparision</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/01/10-things-webmasters-do-besides-writing-articles/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Share your WiFi and earn with Fon</title>
		<link>http://www.ghacks.net/2009/02/24/share-your-wifi-and-earn-with-fon/</link>
		<comments>http://www.ghacks.net/2009/02/24/share-your-wifi-and-earn-with-fon/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 20:12:58 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[fon]]></category>
		<category><![CDATA[hotspot]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[routers]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wifi hotspot]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless internet]]></category>
		<category><![CDATA[wireless routers]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10740</guid>
		<description><![CDATA[FON is a company, which offers wireless access. Unlike many commercial providers, like T-Mobile, it adopts a more social tone.
FON allows people to buy a wireless router from them for €30. They then share their WiFi with other Fon users and gain access to other Fon users&#8217; connections.
Whilst many FON users are in residential areas, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fon.com/en/">FON</a> is a company, which offers wireless access. Unlike many commercial providers, like T-Mobile, it adopts a more social tone.</p>
<p>FON allows people to buy a wireless router from them for €30. They then share their WiFi with other Fon users and gain access to other Fon users&#8217; connections.</p>
<p>Whilst many FON users are in residential areas, a few exist in public and commercial ones; there are dozens in Central London. This may rise as BT now integrates FON in their &#8216;Home Hub&#8217; routers. Neuf Cegetel made a similar move.</p>
<p><span id="more-10740"></span>They run a scheme which allows their users to profit. They can charge non-FON users a nominal fee to use their WiFi, so it could be extremely profitable in a central location!</p>
<p>La Fonera, the name of their router, transmits two SSIDs. One is encrypted, for your own private use, and one is open, for others to connect to.</p>
<p>If you&#8217;re interested, leave a comment to that effect and I can send you a promocode to get a €10 discount on the router.</p>

	Tags: <a href="http://www.ghacks.net/tag/fon/" title="fon" rel="tag">fon</a>, <a href="http://www.ghacks.net/tag/hotspot/" title="hotspot" rel="tag">hotspot</a>, <a href="http://www.ghacks.net/tag/networking/" title="networking" rel="tag">networking</a>, <a href="http://www.ghacks.net/tag/routers/" title="routers" rel="tag">routers</a>, <a href="http://www.ghacks.net/tag/wifi/" title="wifi" rel="tag">wifi</a>, <a href="http://www.ghacks.net/tag/wifi-hotspot/" title="wifi hotspot" rel="tag">wifi hotspot</a>, <a href="http://www.ghacks.net/tag/wireless/" title="wireless" rel="tag">wireless</a>, <a href="http://www.ghacks.net/tag/wireless-internet/" title="wireless internet" rel="tag">wireless internet</a>, <a href="http://www.ghacks.net/tag/wireless-routers/" title="wireless routers" rel="tag">wireless routers</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/30/wifi-for-symbian-s60-mobile-phones/" title="WiFi for Symbian S60 Mobile Phones (June 30, 2008)">WiFi for Symbian S60 Mobile Phones</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/06/17/six-wifi-security-myths/" title="Six WiFi Security Myths (June 17, 2006)">Six WiFi Security Myths</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/02/08/create-wireless-hotspots/" title="Create Wireless Hotspots (February 8, 2009)">Create Wireless Hotspots</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/05/15/backup-wireless-networks/" title="Backup Wireless Networks (May 15, 2009)">Backup Wireless Networks</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/06/xirrus-wi-fi-monitor/" title="Xirrus Wi-Fi Monitor (July 6, 2008)">Xirrus Wi-Fi Monitor</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/24/share-your-wifi-and-earn-with-fon/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Internet Maniac Networking Software</title>
		<link>http://www.ghacks.net/2009/02/18/internet-maniac-networking-software/</link>
		<comments>http://www.ghacks.net/2009/02/18/internet-maniac-networking-software/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 22:56:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[host lookup]]></category>
		<category><![CDATA[internet maniac]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network software]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[networking software]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[traceroute]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[winsock]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10621</guid>
		<description><![CDATA[Rarst reviewed an interesting networking software today on his excellent blog (you should check it out if you are interested in tech). Internet Maniac is a old school networking software that has not been updated in ten years. Old software does not necessarily have to be bad or outdated especially if it deals with elements [...]]]></description>
			<content:encoded><![CDATA[<p>Rarst reviewed an interesting networking software today on his excellent <a href="http://www.rarst.net/software/internet-maniac/">blog</a> (you should check it out if you are interested in tech). Internet Maniac is a old school networking software that has not been updated in ten years. Old software does not necessarily have to be bad or outdated especially if it deals with elements that have not changed in the last ten years as well.</p>
<p>Internet Maniac combines a set of networking tools in its interface. The portable software provides access to functions like traceroutes, pings, host lookups, whois information, lookup IPs or domain names and more. Every option is directly accessible from the main interface. </p>
<p>A click on an option will usually display a second window that can be used to enter data, say a domain name for Whois. The same window will also display the results of the function directly in its window.</p>
<p><span id="more-10621"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/02/internet_maniac_networking_software.jpg" alt="internet maniac networking software" title="internet maniac networking software" width="434" height="336" class="alignnone size-full wp-image-10622" /></p>
<p>The tool is completely portable and requires less than 5 Megabytes of computer memory. The homepage of the developer has been deleted a long time ago. You can download the latest available version of Internet Maniac right here at Ghacks (<a href='http://www.ghacks.net/wp-content/uploads/2009/02/internet_maniac.zip'>internet maniac</a>).</p>

	Tags: <a href="http://www.ghacks.net/tag/host-lookup/" title="host lookup" rel="tag">host lookup</a>, <a href="http://www.ghacks.net/tag/internet-maniac/" title="internet maniac" rel="tag">internet maniac</a>, <a href="http://www.ghacks.net/tag/network/" title="network" rel="tag">network</a>, <a href="http://www.ghacks.net/tag/network-software/" title="network software" rel="tag">network software</a>, <a href="http://www.ghacks.net/tag/networking/" title="networking" rel="tag">networking</a>, <a href="http://www.ghacks.net/tag/networking-software/" title="networking software" rel="tag">networking software</a>, <a href="http://www.ghacks.net/tag/ping/" title="ping" rel="tag">ping</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/traceroute/" title="traceroute" rel="tag">traceroute</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/winsock/" title="winsock" rel="tag">winsock</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/27/network-security-analysis-with-network-miner/" title="Network Security Analysis With Network Miner (January 27, 2009)">Network Security Analysis With Network Miner</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/05/28/network-monitoring-software/" title="Network Monitoring Software Open Monitor (May 28, 2009)">Network Monitoring Software Open Monitor</a> (27)</li>
	<li><a href="http://www.ghacks.net/2009/03/14/mac-address-changer/" title="Mac Address Changer (March 14, 2009)">Mac Address Changer</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/08/26/local-area-network-speed-test/" title="Local Area Network Speed Test (August 26, 2009)">Local Area Network Speed Test</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/27/fix-winsock-errors-with-winsock-repair/" title="Fix Winsock Errors With Winsock Repair (July 27, 2009)">Fix Winsock Errors With Winsock Repair</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/18/internet-maniac-networking-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Connecting to Wireless Networks in GNOME</title>
		<link>http://www.ghacks.net/2008/12/18/connecting-to-wireless-networks-in-gnome/</link>
		<comments>http://www.ghacks.net/2008/12/18/connecting-to-wireless-networks-in-gnome/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 23:57:08 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux wireless]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[wireless-network]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9130</guid>
		<description><![CDATA[Connecting to wireless networks in Linux has, for a long time, been a nightmare. Until recently wireless was often a deal breaker in Linux (especially with laptops.) But things have changed. Now more cards than ever are supported as well as more protocols. And with the GNOME Network Manager Applet, connecting to a wireless network [...]]]></description>
			<content:encoded><![CDATA[<p>Connecting to wireless networks in Linux has, for a long time, been a nightmare. Until recently wireless was often a deal breaker in Linux (especially with laptops.) But things have changed. Now more cards than ever are supported as well as more protocols. And with the GNOME Network Manager Applet, connecting to a wireless network couldn&#8217;t be easier.</p>
<p>How easy you ask? Let me show you.</p>
<p><span id="more-9130"></span></p>
<p><strong>Locating the applet</strong></p>
<p>The first thing you need to do is find the applet which will be in your system tray either in the top or the bottom panel on your GNOME desktop.</p>
<div id="attachment_9131" class="wp-caption alignnone" style="width: 380px"><img class="size-full wp-image-9131" src="http://www.ghacks.net/wp-content/uploads/2008/12/networkmanagerapplet.png" alt="Network Manager Applet" width="370" height="60" /><p class="wp-caption-text">Network Manager Applet</p></div>
<p>How many bars do you have? As you can see I am already connected to a network. But what if I am not? Simple if you right click the applet a menu will appear which contains the &#8220;Edit Connections&#8221; entry.</p>
<div id="attachment_9132" class="wp-caption alignnone" style="width: 367px"><img class="size-full wp-image-9132" src="http://www.ghacks.net/wp-content/uploads/2008/12/edit_connection.png" alt="Right Click Menu" width="357" height="174" /><br />
<p class="wp-caption-text">Right Click Menu</p></div>
<p>Select the Edit Connections entry to open the Network Connections menu.</p>
<div id="attachment_9133" class="wp-caption alignnone" style="width: 474px"><img class="size-full wp-image-9133" src="http://www.ghacks.net/wp-content/uploads/2008/12/network_connections.png" alt="Network Connections" width="464" height="353" /><p class="wp-caption-text">Network Connections</p></div>
<p>Click on the Add button to create a new network. This will bring up a simple window where you will enter basic wireless information.</p>
<div id="attachment_9135" class="wp-caption alignnone" style="width: 401px"><img class="size-full wp-image-9135" src="http://www.ghacks.net/wp-content/uploads/2008/12/add_network1.png" alt="Add Network" width="391" height="525" /><p class="wp-caption-text">Add Network</p></div>
<p>The first bit of information you should enter is the network SSID (the name of the network). Once you have that done you can click over to the Wireles Security tab, select the type of security (WEP, LEAP, WPA, etc), enter the Password, and click Apply.</p>
<p>Once you have created the network you can select the network by left clicking the applet to reveal the network listing.</p>
<div id="attachment_9136" class="wp-caption alignnone" style="width: 372px"><img class="size-full wp-image-9136" src="http://www.ghacks.net/wp-content/uploads/2008/12/select_network.png" alt="Select Network" width="362" height="359" /><p class="wp-caption-text">Select Network</p></div>
<p>Of course the system will scan the surrounding networks and any network found will be listed in the Wireless Network listing.</p>
<p>If you select an already discovered network you will be prompted to enter the networks password.</p>
<div id="attachment_9138" class="wp-caption alignnone" style="width: 624px"><img class="size-full wp-image-9138" src="http://www.ghacks.net/wp-content/uploads/2008/12/connecting.png" alt="Connecting " width="614" height="404" /><p class="wp-caption-text">Connecting </p></div>
<p><strong>Final Thoughts</strong></p>
<p>Connecting to a wireless network has become as simple as it is in any operating system. With the GNOME, as long as your card is supported, you should have your wireless connected in no time.</p>

	Tags: <a href="http://www.ghacks.net/tag/gnome/" title="GNOME" rel="tag">GNOME</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-wireless/" title="Linux wireless" rel="tag">Linux wireless</a>, <a href="http://www.ghacks.net/tag/networking/" title="networking" rel="tag">networking</a>, <a href="http://www.ghacks.net/tag/wireless-network/" title="wireless-network" rel="tag">wireless-network</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/03/simple-gnome-note-taking-with-tomboy/" title="Simple GNOME Note Taking with Tomboy (April 3, 2009)">Simple GNOME Note Taking with Tomboy</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/" title="Quick Archiving in GNOME (February 15, 2009)">Quick Archiving in GNOME</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/12/manage-network-devices-in-fedora/" title="Manage Network Devices in Fedora (March 12, 2009)">Manage Network Devices in Fedora</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/leave-no-trace-in-kde-with-sweeper/" title="Leave No Trace in KDE with Sweeper (January 29, 2009)">Leave No Trace in KDE with Sweeper</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/03/18/handy-gnome-keyboard-shortcuts/" title="Handy GNOME Keyboard Shortcuts (March 18, 2009)">Handy GNOME Keyboard Shortcuts</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/18/connecting-to-wireless-networks-in-gnome/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IM over a LAN</title>
		<link>http://www.ghacks.net/2008/11/19/im-over-a-lan/</link>
		<comments>http://www.ghacks.net/2008/11/19/im-over-a-lan/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:20:08 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[bonjour]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[instant messaging]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=8370</guid>
		<description><![CDATA[There are plenty of IM networks available but most must connect to a remote server, something which is unnecessary for a business, school or home network and lowers the network&#8217;s performance. It also makes IM impractical on networks not connected online for security reasons.
Some IM networks can easily be adapted to run on a LAN. [...]]]></description>
			<content:encoded><![CDATA[<p>There are plenty of IM networks available but most must connect to a remote server, something which is unnecessary for a business, school or home network and lowers the network&#8217;s performance. It also makes IM impractical on networks not connected online for security reasons.</p>
<p>Some IM networks can easily be adapted to run on a LAN. One example is Jabber, where numerous clients and servers exist. <a href="http://intertwingly.net/blog/2007/08/08/Personal-Jabber-Server">This article</a> provides simple instructions on how to set a Jabber server &#8211; for LAN use &#8211; under Linux.</p>
<p>Using Bonjour, Apple&#8217;s auto-discovering networking tool, is another option. The beauty of using Bonjour is that no server is required and, to my knowledge, all communication is peer-to-peer. Bonjour is available on OS X, Linux and Windows (nb <a href="http://support.apple.com/downloads/Bonjour_for_Windows_1-0-5">Windows users will have to install it</a>). <a href="http://www.pidgin.im/">Pidgin</a> provides for instant messaging via Bonjour. <span id="more-8370"></span> iChat can work in a similar fashion on OS X, and Miranda supports Bonjour if a plug-in is installed.</p>
<p>netsend is another method of sending messages between machines with Windows 95, 98, 2000, ME, XP and 2003 installed on them. To use netsend, go into command prompt and simply enter <code>net send <em>recepient_name text_of_the_message</em></code>. Recepient name is the user&#8217;s account on the network or the computer&#8217;s name. netsend is not polished and requires a little more effort to actually communicate, as a recepient must be specified every time (making it slightly slower to use than other IM solutions).</p>
<p>Another option is <a href="http://borgchat.softnews.ro/">BORGChat</a>, although that looks increasingly aged and is not really developed, not having left beta since it started being developed in 2002.</p>
<p>It is worth noting the above options are all free and will not cost $1000s like some enterprise internal IM tools available!</p>

	Tags: <a href="http://www.ghacks.net/tag/bonjour/" title="bonjour" rel="tag">bonjour</a>, <a href="http://www.ghacks.net/tag/im/" title="im" rel="tag">im</a>, <a href="http://www.ghacks.net/tag/instant-messaging/" title="instant messaging" rel="tag">instant messaging</a>, <a href="http://www.ghacks.net/tag/networking/" title="networking" rel="tag">networking</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/24/how-do-you-use-instant-messaging/" title="How do you use instant messaging? (March 24, 2009)">How do you use instant messaging?</a> (14)</li>
	<li><a href="http://www.ghacks.net/2007/10/30/yahoo-messenger-9-beta/" title="Yahoo Messenger 9 Beta (October 30, 2007)">Yahoo Messenger 9 Beta</a> (26)</li>
	<li><a href="http://www.ghacks.net/2008/09/24/windows-live-messenger-9-ad-removal/" title="Windows Live Messenger 9 Ad Removal (September 24, 2008)">Windows Live Messenger 9 Ad Removal</a> (14)</li>
	<li><a href="http://www.ghacks.net/2008/11/03/voxox-unified-messaging/" title="VoxOx Unified Messaging (November 3, 2008)">VoxOx Unified Messaging</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/01/05/spicebird-introduction/" title="Spicebird introduction (January 5, 2008)">Spicebird introduction</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/11/19/im-over-a-lan/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
