Tag Archives: tweaks

Alternative to CRON in Linux

There are times when CRON doesn’t simply fill in the necessary requirements needed for a recurring task. Here’s the problem, let’s say I have a script that should run immediately after it has completed. In other words, a routine. For … More of this rant

Posted in Techy Thoughts | Tagged , , | Leave a comment

Limiting Connections Using IPTables

Just recently I have been experiencing a DoS-like attack on one of my systems. The system has been receiving several requests from a single ip, say, 6000+requests from a single client every 1~2 minutes. So, this was the culprit of … More of this rant

Posted in Enlightened Thoughts, Techy Thoughts | Tagged , , , , , , | Leave a comment

Doctrine ORM 1.2.4 in Fuel PHP 1.1

Today, I decided to make an attempt to dive into a new framework and implement my favorite ORM framework, Doctrine. As you can see, I’ve been spoiled really hard by Doctrine and I’ve perhaps reached a point in my career … More of this rant

Posted in Enlightened Thoughts, Techy Thoughts | Tagged , , , , , , , , , | Leave a comment