netstat pid mac
having trouble identifying the pid using netstat on a mac? Try this instead: # sudo lsof […]
having trouble identifying the pid using netstat on a mac? Try this instead: # sudo lsof […]
Here’s a bash kill liferay script! This should kill any running liferay or liferay social office […]
To Gzip files older than one day place this in a cronjob: TODAY=`date +”%Y-%m-%d”` for logfile […]
To install 7zip on a 64 bit Redhat Server: # rpm -ivh http://download.fedora.redhat.com/pub/epel/5/x86_64/p7zip-9.20.1-2.el5.x86_64.rpm # rpm -ivh […]
To modify ip-tables directly in ubuntu First save off your current config: $ sudo -s $ […]
to kill orphaned httpd processes create a script called killhttpd.sh with the following code #!/bin/bash for […]
Configure postfix with Gmail via Webmin This assumes the user has webmin installed and understands how […]
Someone recently passed me this link and it looks great! You can generate crontab scripts via […]
this script will reset a user’s password and email it to them. It accepts two parameters […]