Use IPTables NOTRACK to implement stateless rules and reduce packet loss
Disabling IPTables connection tracking for DNS can resolve problems due to too many connections in the connection table.
Disabling IPTables connection tracking for DNS can resolve problems due to too many connections in the connection table.
It is common practice to use tools like ‘dig’ to lookup DNS results, but this has very bad performance. If you just need to lookup a name or address, there’s an easier, friendly way.
Your timezone says Pacific/Auckland but Java reports Antarctica/SouthPole; what gives?
When you want SSH and sudo, but all you have is a Samba share. Similar to using a flag file in a network share to trigger some scripted action, this solution uses inotify to watch for files that get deleted, and then even shows the status of each job.
ORA-12170
I needed to get an old version of MySQL server 5.0 running with SSL on Debian Etch. It was not as simple as you might have thought.
I show a simple but effective use of SQLite3 to help me with an analysis problem.
NFS locking can impede the performance of your clustered application. Learn how to capture and analyse NFS traffic to see where your locking issues are.