MCON ON : monitor all packets to/from other stations, not just your station
MCOM ON: monitor all packets sent (including ack packets etc)
MONITOR ON: turn on monitoring while not connected

Articles, notes and random thoughts on Software Development and Technology
MCON ON : monitor all packets to/from other stations, not just your station
MCOM ON: monitor all packets sent (including ack packets etc)
MONITOR ON: turn on monitoring while not connected
Just tried to start up Parallels and got an error message that the Parallels service could not start – the link to this article says this is due to the last OS X update, and there’s a link to a download for an update to Parallels to address the issue.
I’m still learning what the different commands are, but here’s what I’ve worked out so far (some of this might be wrong, if so leave me a comment!)
Useful commands when connected to someone’s bbs:
I’m transferring some apps downloaded for my Atari ST (don’t ask) to floppies that are formatted with 80 tracks and 8 or 9 sectors, on double density disks (formatted on the ST). From what I understand these are MS-DOS readable but not exactly FAT format. Anyway, they don’t seem to mount by default on Ubuntu as it doesn’t know what format they are, but forcing a mount with this seems to work:
sudo udisks --mount /dev/fd0
seems to do the job (tip from here)