
As of version 1.2, all editions of Porteus include Avahi, a free zeroconf implementation that allows you to connect to services and hosts running on a local network. For example, you could start Porteus on two or more computers in your network (you'd only need one CD or flash drive if you boot with 'copy2ram' and move the cd/flash drive over to the next computer to start it up), then transfer files between computers.
In order to browse across two or more computers running Porteus, you will need to activate the ssh daemon, which is deactivated by default for security reasons. To start it, you need to run the following (as root user) on the system(s) you want to operate as a host:
Code: Select all
chmod +x /etc/rc.d/rc.sshd
/etc/rc.d/rc.sshd start
It is also a good idea to change your hostname from the default (porteus) so that you can tell your systems apart when browsing. You can do this with the following code:
Code: Select all
avahi-set-host-name newhostname
I'm still figuring out all of the ways to use this powerful tool -- if anyone has something to add, feel free!