search for: nagiv

Displaying 2 results from an estimated 2 matches for "nagiv".

Did you mean: nativ
2006 Nov 14
1
Dialog Menu System ?
...ss of course those OSes can be booted and retain the generic BIOS ethernet driver interface for their eth0 ?). * The dialog would be simple, based on 80x25 like text mode, looking much like Red Hat linux installs in text mode, or "make menuconfig" on Linux. * Simple widgets: menu / nagivation, command buttons, editable controls for: textbox, paragraphbox, radio, drop down, checkbox, ipaddress. * The engine would load and execute as the operating system, like pxelinux.0 does, then load up a * The whole thing would be driven off TFTP which would load instruction scripts via a T...
2012 Mar 09
2
anonymous "on demand" file transfers?
...e. I'm aware of rsync having two modes. One using "daemon" mode where rsync provides for file transfers using it's own transport layer; and the paths have been predefined in either /etc/rsyncd.conf or through the --config options. This is a little inflexable as I can't just nagivate to the folder I want and launch rsync to serve up only the local folder I specify (say in --daemon --no-detach mode) The other one using ssh transport which is more flexable in the path that can be chosen but requires authentication on the remote box and requires that the recipent know what pat...