Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.
 

willum

Latest Activity

Posted in: Linux Server howto
 willum
05-23-2002, 2:05 AM
#62
I have a script I use which is pretty simple. I run this script from the user willum. i call it restart.sh -------------------------------------------------------------------- #!/bin/bash willumpid() { /usr/sbin/lsof -i UDP:$1 -F '' | cut -f 1- } pi...  [Read More]