Archive for January, 2010

Why the French & German Governments warn against using IE

Why the French &...

The French and German Governments have advised against the use of Internet Explorer, Here is an extract from the page on the Microsoft website describing the vulnerability. An attacker who successfully exploited this vulnerability could gain the same user rights as the local user....
Quickly change a colour in a stylesheet from the command line

Quickly change a col...

Change all instances of ‘#ebbc58′ to ‘#ffff33′ in all files ending .css in the directory ‘/var/www/skin/frontend/default/default/’ and all its sub-directories. find /var/www/skin/frontend/default/default/ -name “*.css” -print | xargs...