Cron, an Unix term stands for Command Run ON. It is very useful utility in Unix/Linux specially for SysAdmins who might like to schedule different tasks on different times for different purposes.
Ever heard of Kompare?. An application from KDE worth trying out.
Ever run into this situation when you need quick solution for comparing two files and want to see the differences between the two files.
I have Sony Vaio VPCCA laptop, which have hybrid graphic cards Intel and ATI. I had tried the catalyst drivers from AMD to switch the cards, but with no luck.
Are you a blogger? and using WordPress, then you might be aware of the spam flood which is very common on every blog now a days. Just what we need to do is a little more tweaking to stop these useless comments. In WordPress there are many ways to stop such type of comments.
MySQL have this load data function, where we can insert data to a table from external files like csv, txt etc.
We can connect to MySQL the easy way or the other way by writing a MySQL wrapper, that’s upto the programmer. In this post, i will not go for any wrapper or class but will share my approach with PDO, which itself is OO.