Mass Insert Data into a mySQL Table

How to mass insert data into a table via mySQL. Read more

DHCP does not allow raw option 67

CSCsi10974 Error configuring dhcp option 67
Read more

Limit the Bandwidth Consumption of a Server

We are wanting to limit the bandwidth consumption of a server that is connected to a Cisco 6513. Limiting bandwidth can be done in many ways but we will discuss using User Based Rate Limiting. Read more

Error message when adding IPS to Cisco IME

Error message when adding IPS to Cisco IPS Manager Express Read more

Replace sendmail with ssmpt to send email via Gmail

Okay let’s set up your freebsd 8 system to use gmail as its MTA. This guide will assist you in setting up your server to send email via gmail with a secure logon. We’re replacing sendmail with ssmpt because ssmpt is so much easier to configure and sendmail is overkill when you just need to send system mail and such. We’ll use gmail to relay the emails to the destination for us. So the flow will be a system job like cron will generate an email – your freeBSD server will send login to your gmail (securely) and use gmail to send the email. Gmail will limit you to 5,000 emails per day. Read more