ROX Desktop - Networking
http://localhost/desktop/taxonomy/term/29/0
Connecting computers together.enProgramming in E, one year on
http://localhost/desktop/node/959
<p>
E is a "secure distributed pure-object platform and p2p scripting language".
I've been writing programs in E for a little over a year now. Here's
a quick summary of the cool features I've found so far in this surprisingly overlooked
little language.
</p>
<p><a href="http://localhost/desktop/node/959" target="_blank">read more</a></p>http://localhost/desktop/node/959#commentsDevelopersNetworkingSecuritySat, 16 Oct 2010 19:35:03 +0000Thomas Leonard959 at http://localhost/desktopWho's talking to whom?
http://localhost/desktop/node/917
<p>One way to understand how your system works is to look at which programs talk to other programs.<br />
Here's a graph showing all the processes on my system and their sockets:</p>
<p><a href="http://roscidus.com/desktop/node/917"><img src="http://roscidus.com/images/blog/sockets.png" width='640' height='410' alt='Graph of socket connections' /></a></p>
<p><a href="http://localhost/desktop/node/917" target="_blank">read more</a></p>http://localhost/desktop/node/917#commentsNetworkingSun, 01 Jun 2008 10:55:55 +0000Thomas Leonard917 at http://localhost/desktopROX-Samba
http://localhost/desktop/node/422
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
browse Samba networks via FUSE </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
0.0.2 </div>
</div>
</div>
<div class="field field-type-link field-field-home-page">
<div class="field-label">Home page: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/rox/rox-samba.html">http://www.kerofin.demon.co.uk/rox/rox-samba.html</a> </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Stephen Watson </div>
</div>
</div>
<div class="field field-type-link field-field-zeroinstall-uri">
<div class="field-label">Zero Install URL (drag link to AddApp to install): </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/2007/interfaces/ROX-Samba">http://www.kerofin.demon.co.uk/2007/interfaces/ROX-Samba</a> </div>
</div>
</div>
<p>Summary:<br />
browse Samba networks via FUSE</p>
<p> Current stable version:<br />
0.0.2</p>
<p> Home page:<br />
<a href="http://www.kerofin.demon.co.uk/rox/rox-samba.html">http://www.kerofin.demon.co.uk/rox/rox-samba.html</a></p>
<p> Primary author(s):<br />
Stephen Watson</p>
<p><a href="http://localhost/desktop/node/422" target="_blank">read more</a></p>http://localhost/desktop/node/422#commentsInternetGPLNetworkingWed, 06 Jun 2007 18:22:36 +0000kerofin422 at http://localhost/desktopAsync python Socket Server using gobject
http://localhost/desktop/node/413
<p>Recently I created a small command line python utility to process some stuff on a TCP socket connection. I used the standard python SocketServer class because it was dead simple to use for my purposes.</p>
<p>However, as the requirements of the utility grew (a GUI), I hit the main problem with SocketServers - they block - which is not so good for GUIs.</p>
<p>So, instead of using nasty old threading, I worked out how to use gobject.io_add_watch() to do everything in the gobject/gtk main loop. This makes it very simple to have this run in a gtk UI without needing threads.</p>
<p><a href="http://localhost/desktop/node/413" target="_blank">read more</a></p>http://localhost/desktop/node/413#commentsDevelopersNetworkingMon, 07 May 2007 04:49:19 +0000KenHayber413 at http://localhost/desktopSSHFS Mounts and AppDirs
http://localhost/desktop/node/347
<p>I've been experimenting with a way to combine FUSE/SSHFS with ROX AppDirs and its support of mountpoints.</p>
<p>I have a hackish version now that works well enough for me. Perhaps others could suggest improvements.</p>
<h3>Prerequisites:</h3>
<p> ROX Filer, FUSE, SSHFS, and password-less ssh access to the remote host (see ssh-keygen and .ssh/authorized_keys).</p>
<p> The last part is required to keep the Filer/Desktop from hanging while waiting for a password to be entered.</p>
<h3>Unmounting:</h3>
<p> The standard umount command will not unmount fuse-mounted mountpoints. You need to use fusermount -u for that (or be root?). So, using the new configurable mount/umount commands in ROX-Filer 2.5, I created the following myumount command and put it in my path and set ROX-Filer to use this in place of umount.</p>
<p><a href="http://localhost/desktop/node/347" target="_blank">read more</a></p>http://localhost/desktop/node/347#commentsNetworkingFri, 06 Oct 2006 22:11:27 +0000KenHayber347 at http://localhost/desktopHow to browse "Windows Network"
http://localhost/desktop/node/260
<h2>Get following applications...</h2>
<ul>
<li>fusermount from <a href="http://fuse.sourceforge.net/">http://fuse.sourceforge.net/</a></li>
<li>smbnetfs from <a href="http://smbnetfs.airm.net/" target="_blank">http://smbnetfs.airm.net/</a></li>
</ul>
<h2>Make following rox-app.</h2>
<p><a href="http://localhost/desktop/node/260" target="_blank">read more</a></p>http://localhost/desktop/node/260#commentsNetworkingWed, 15 Feb 2006 11:03:45 +0000mattn260 at http://localhost/desktopAccess FTP sites using the filer
http://localhost/desktop/node/133
<h4>Can I access FTP sites using the filer?</h4>
<p>Yes, if you can make them appear as part of the filesystem. Some projects<br />
that allow this include:</p>
<p><a href="http://localhost/desktop/node/133" target="_blank">read more</a></p>http://localhost/desktop/node/133#commentsNetworkingThu, 05 Jan 2006 18:44:03 +0000Thomas Leonard133 at http://localhost/desktopNetStat
http://localhost/desktop/node/35
<div class="field field-type-text field-field-summary">
<div class="field-label">Summary: </div>
<div class="field-items">
<div class="field-item odd">
This applet displays the current network activity </div>
</div>
</div>
<div class="field field-type-text field-field-current-stable-version">
<div class="field-label">Current stable version: </div>
<div class="field-items">
<div class="field-item odd">
0.1.1 </div>
</div>
</div>
<div class="field field-type-text field-field-primary-authors">
<div class="field-label">Primary author(s): </div>
<div class="field-items">
<div class="field-item odd">
Stephen Watson </div>
</div>
</div>
<div class="field field-type-link field-field-zeroinstall-uri">
<div class="field-label">Zero Install URL (drag link to AddApp to install): </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/2005/interfaces/NetStat">http://www.kerofin.demon.co.uk/2005/interfaces/NetStat</a> </div>
</div>
</div>
<div class="field field-type-link field-field-downloads">
<div class="field-label">Downloads: </div>
<div class="field-items">
<div class="field-item odd">
<a href="http://www.kerofin.demon.co.uk/rox/netstat.html">http://www.kerofin.demon.co.uk/rox/netstat.html</a> </div>
</div>
</div>
<p>Summary:<br />
This applet displays the current network activity</p>
<p> Current stable version:<br />
0.1.1</p>
<p> Primary author(s):<br />
Stephen Watson</p>
<p><a href="http://localhost/desktop/node/35" target="_blank">read more</a></p>http://localhost/desktop/node/35#commentsMonitoringPanel appletsNetworkingFri, 30 Dec 2005 16:16:39 +0000kerofin35 at http://localhost/desktop