Site Archives Internet

Wordpress automatic update doesn’t work – solution

Posted by jriordon on February 20th, 2009

If you are using WordPress 2.7 you will get the notice that you should run the automatic updater to update Wordpress to version 2.7.1. If like me, you click update and only get the new Wordpress 2.7.1 to download, and then nothing, and if you are on 1and1, here is the solution:
You must be on [...]

w3.org DTD/xhtml1-strict.dtd blocks Windows IE users?

Posted by jriordon on February 20th, 2009

Updated on: February 23 2009
Updated on: February 25 2009
On a few sites I maintain we have several man pages setup using XML and XSL. This week started getting complaints from Windows IE users saying they can't see the man pages any more. The error message is:
PLAIN TEXT
CODE:

The XML page cannot be displayed

Cannot view XML [...]

Telnet 25 – checking email connections

Posted by plattapuss on December 23rd, 2008

As I use this frequently to test remote mail hosts for one of my clients, I figure it deserves a spot here. This will allow you to manually test a remote mail server using telnet and port 25:
First get the mail server address for a website. We will use gmail.com for our example:
PLAIN TEXT
CODE:

dig gmail.com [...]

Debugging MailScanner: cleaning messages

Posted by plattapuss on December 19th, 2008

Last week I did a short post on testing MailScanner to be sure it was scanning properly. An alert reader pointed out that I missed the easy solution, which was to simply use 'MailScanner --lint' to check if MailScanner was running properly.
Since I wrote that article, I found that my MailScanner was again hogging the [...]

Test your servers Virus filters – don’t assume

Posted by plattapuss on December 16th, 2008

On one of our RHEL5 servers running Ensim, we noticed after the last big update of RHEL using 'yum update', that MailScanner was capped out, using tons of our CPU power. In the past when this happens I usually find it is ClamAV acting up. However, we were using on this server a free version [...]

Install custom Pear packages on 1and1

Posted by plattapuss on December 16th, 2008

Canadians find the weather really interesting. Don't we? I mean, after all, it changes every day from a cool -19°C in the morning to a toasty +6°C in the afternoon. Okay, so maybe not every day do we get extremes like that, But Canadians still seem fascinated with the weather.
For me, I am fascinated [...]

Wordpress Live Writer header tags trigger anti-virus software

Posted by plattapuss on November 12th, 2008

Yesterday, someone emailed me saying that their anti-virus software would not let them properly view this website. I keep my site fairly well up-to-date and check it regularly for strange behaviour, so this seemed like a strange complaint. However, I am not one to ignore someone saying they can't see my website. Doing my due [...]

Block spam bots and evil web scrapers

Posted by plattapuss on November 12th, 2008

I noticed on one server today a huge CPU load. A quick look at Netstat showed that most of the current traffic was coming from someone in Africa. I crossed referenced the IP address from Netstat with the access log files on the various sites on the server and saw that it had a UserAgent [...]

What is my IP Address

Posted by plattapuss on October 31st, 2008

Lately I have been wanting to find what my outside IP address is. Videotron has recently started to actually expire the lease on my IP address more frequently than once a year, so I can't remember what my IP Address is all the time. I have whipped up this little 'What is my IP Address' [...]

CERT VU#800113 DNS Cache Poisoning is a big threat

Posted by plattapuss on July 25th, 2008

The latest CERT VU#800113 claims that an attacker which can carry out a successful cache poisoning attack can cause a nameserver's clients to contact incorrect and possibly malicious web hosts. The result is that web traffic, email, and other network data can be redirected to systems under the attacker's control. So the website you think [...]