ROX Desktop - Networking http://localhost/desktop/taxonomy/term/29/0 Connecting computers together. en Programming 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#comments Developers Networking Security Sat, 16 Oct 2010 19:35:03 +0000 Thomas Leonard 959 at http://localhost/desktop Who'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#comments Networking Sun, 01 Jun 2008 10:55:55 +0000 Thomas Leonard 917 at http://localhost/desktop ROX-Samba http://localhost/desktop/node/422 <div class="field field-type-text field-field-summary"> <div class="field-label">Summary:&nbsp;</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:&nbsp;</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:&nbsp;</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):&nbsp;</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):&nbsp;</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#comments Internet GPL Networking Wed, 06 Jun 2007 18:22:36 +0000 kerofin 422 at http://localhost/desktop Async 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#comments Developers Networking Mon, 07 May 2007 04:49:19 +0000 KenHayber 413 at http://localhost/desktop SSHFS 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#comments Networking Fri, 06 Oct 2006 22:11:27 +0000 KenHayber 347 at http://localhost/desktop How 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#comments Networking Wed, 15 Feb 2006 11:03:45 +0000 mattn 260 at http://localhost/desktop Access 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#comments Networking Thu, 05 Jan 2006 18:44:03 +0000 Thomas Leonard 133 at http://localhost/desktop NetStat http://localhost/desktop/node/35 <div class="field field-type-text field-field-summary"> <div class="field-label">Summary:&nbsp;</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:&nbsp;</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):&nbsp;</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):&nbsp;</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:&nbsp;</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#comments Monitoring Panel applets Networking Fri, 30 Dec 2005 16:16:39 +0000 kerofin 35 at http://localhost/desktop