coolcommand: how to forward traffic through a ssh tunnel on a given port to a remote host on another port
Example: ssh -L 9110:localhost:9110 remote_host
[show me the details]
coolcommand: conman - how to stop the Tivoli Workload Scheduler (TWS or Maestro)
Example: conman shutdown
[show me the details]
coolcommand: how to test if a file exists and is a named pipe (fifo) in a shell script
Example: test -p file; [ -p file ]
[show me the details]
coolcommand: how to get a list of exported shares on a Windows server
Example: smbclient -U username -L win_server
[show me the details]
coolcommands.com - the search engine for UNIX sysadmins :: unix commands and scripts