EQX Server Manual
Revision 2.2 Page 35
EQXPRI:~#ls
bin Desktop dotfiles lib log patches pub src typescript worklog
EQXPRI:~#ls -la typescript
-rw-r--r-- 1 marcs 1005 0 2007-11-27 15:52 typescript
EQXPRI:~#exit
EQXPRI:~#cp ~/ typescript /mnt/usb
scp
scp can be used to copy files between linux machines.
Copy file.deb from the current machine to 192.168.1.100
scp /mnt/usb/file.deb 192.168.1.100:/etc
tcpdump
tcpdump is a tool to monitor network traffic. It can be used to verify that the correct messages are being
sent. It also narrows down where a problem is originating. You will only see traffic between the machine
running tcpdump and the machines it is talking to, unless you have a hub rather than a switch.
To monitor traffic to a quartz QMC, replace the IP Address with the IP address of the QMC you wish to
monitor.
tcpdump tcp and port 23 and host 192.168.49.233