Version 3 (modified by 14 years ago) (diff) | ,
---|
SilverFile Server Administration Guide and Tips
Disk Usage Tools
Get a summary of disk usage for each client folder. Sort the output alphabetically.
du -h --max-depth=1 | sort -k 2
Using Screen
Screen is an excellent utility for managing shell sessions remotely.
screen
Within the new shell, enter Ctr-A d. This disengages you from that shell but still allows it to keep running.
screen -ls (lists screen sessions) screen -r xxxx.tty.session (allows you to re-attach to a given session)
SSH Tunneling
If you want to tunnel the tomcat instance (running nutch) try this command:
ssh user@harvey.silverfilecorp.com -p 2222 -L 8080:localhost:8080