This will tell you how many unique IP addresses have connected to your website since the last log file rotation. So if your logs are rotated daily then you have the number of unique IP's for roughly the last 24hour # go to your apache logs directory and run: $ cat...
If you run mysqldump --all-databases you get one monolithic file which can be a pain when trying to restore one database. So it's nice to call mysqldump dbname so you get individual database backup files. To call mysqldump for each database requires that you either...
This post was written before McAfee wrongly identified svchost.exe as a virus and caused many large businesses to close their doors while the problem was resolved: Fixing a laptop for a friend gratis Has some sort of malicious application known as "Security Tool"...
Organisations of a certain size employ IT people and harness them into a role. Those people take on the mantel of the role, learning whatever script that has been put before them. As long as the problem doesn't deviate from the script then they effectively resolve...
I have an old Compaq nx7000 work laptop that I have Ubuntu on. Just ran: sudo do-release-upgrade -d # It's before the official release date of Ubuntu 10.04 so I ran with the -d switch # -d, --devel-release Check if upgrading to the latest devel release is # possible...