Recent Posts

Import a plain CSV file into MySQL

This assumes you have already created the required table with all of the correct fields. Also this assumes you are using , as the field separator.

Change the TTL for a domain in plesk

To lower the TTL for a domain in Plesk simply go to the domain or server section and choose DNS. Next choose the SOA icon and from there you can lower the TT...

Redirect ports with IPtables

For whatever reason you may want to remap a high port to a low port. Here is how you can do it with IPtables. In this example we are going to remap 23420 to ...

Create a simple MySQL index

Here is how you can create a MySQL index. Be aware of where you are using indexes they can be just as beneficial as they can be disastrous to performance.