Tagged Questions
3
votes
1answer
90 views
How can I determine valid Mac OS X Server `serveradmin` commands?
I've used Mac OS X Server's serveradmin command line interface for Server Admin.app & now Server.app for starting & stopping services, viewing status & settings, and occasionally running ...
2
votes
4answers
1k views
Is there a Unix-type command to kill all processes with a certain name?
I run a script called "delayed_job" for a Ruby on Rails application. One of the options is to run this proc with a separate monitor proc. When the main proc dies, the monitor will spawn a new one. I ...
5
votes
1answer
814 views
Sudo !! equivalent in PowerShell
"Sudo !!" invokes previously executed command with administrator privileges in *nix shell. Is there an equivalent in PowerShell?
1
vote
5answers
288 views
Is there a way I can queue long running tasks?
Is there a way I can do the following in a unix terminal:
Start a long running process
Add another long running process to start when the previous is done
Repeat step 2 until I have queued the ...
1
vote
2answers
2k views
How Do i Add A LIne To A PIX Firewall's Access List?
I need to open a port on a PIX 515.
Please can someone explain what I should be entering including the commands.
For the purposes of the explanation (so I can understand it ) I've given the ...