Windows 7 won’t boot up, Safe Mode hangs (typically at CLASSPNP.SYS), the System Recovery can’t fix (Bad Patch and AutoFailover errors) and there are no recovery points to revert back to. Sound familiar? There’s a working solution! Read the rest of this entry »
[SOLVED] Windows 7 fails after patch installation, hangs, cannot boot in safe mode
07.21
Delete and clear POSTFIX queue in one line
07.05
Oftentimes, you may need to just delete all messages in queue (for example, when your script has gone mad and generated too many messages to handle, once you’ve stopped postfix). It’s quite simple, really: Read the rest of this entry »
960 and a variety of other styling options
05.24
From the provider of formalize.me (consistent styling for forms), Nathan Smith’s presentation from April 2011 about the 960 grid system (960.gs) framework, the rationale and alternatives
Microsoft drives to kill off IE6 and get you to upgrade
03.05
Hurray!! Even Microsoft wants users to upgrade from IE6 to something modern Read the rest of this entry »
#Surface- and touch-based #interfacing via #mobile devices
03.03
Touch surfaces and ubiquitous computing. I’m going through the exercise at the moment with portable touchscreen communicators and business enablers. I’ll relate my experiences with the Samsung Galaxy Tab, Slate etc when I’ve spent enough time with the devices to form a full picture. For now, just a short video relating to a view Read the rest of this entry »
Three Oh Five – WordPress Upgrade are out
02.08
The upgrade to 3.0.5 was resleased yesterday. From the release notes:
Two moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.
One information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.
Two security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.
Download and upgrade now!
3G SMTP servers for MTN, Vodacom, CellC etc
02.03
On 3G and outgoing mail not sending? Chances are, you need to set the SMTP server specific to your network. Here’s the list that may grow over time: Read the rest of this entry »
Expire private images to protect privacy on the Internet?
01.11
A new product over at x-pire.net (which redirects to x-pire.de) was unveiled in Germany today, with the aim of embedding expiry times and information into images so that they cannot be viewed after a certain time. In that way there should be a maximum lifespan to digital images on the web to prevent future embarassment, usage etc. At this stage, the prototype is available as plug-in for Firefox (as well as some other browsers in future), and expounds the idea of a ‘forgetful internet’ so that information is not immortal on the web. Read the rest of this entry »
Upgrade to WordPress 3.0.4 – HTML Sanitation bug
12.30
From the WordPress Development Blog:
Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as “critical.” Read the rest of this entry »
Nudge, nudge, wink, wink – WordPress Upgrade
12.09
… it’s time to go 0-3, I think — WordPress 3.0.3 is out – but the update is really only applicable to remote publishing-enabled systems…
WordPress 3.0.3 is available and is a security update for all previous WordPress versions.
This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.
AXXESS / Afrihost / IS / MWeb DSL slow-to-no international browsing update
12.02
For what it’s worth: an alleged SEACOM cable break a few kilometers from Alexandria – eta of 2.5hrs or so…
WordPress 3.0.2 is out
12.02
Don’t forget to upgrade inplace or download! It is a mandatory security update for all previous WordPress versions, and upgrades are easy ![]()
AXXESS / Afrihost / IS / MWeb DSL slow-to-no international browsing
12.02
Seems like there is an upstream cable fault (being investigated) that has caused international browsing from South Africa outward to fail.
Pings reveal failing terminations on the entry points into continental Europe and the US.
IS has reported it as follows, all others are piggy-backing (or just silent on the matter): Read the rest of this entry »
Stuxnet lessons – and resources
11.27
Just a quick grouping of resources relating to Stuxnet resources and analysis after the targeted infections of the frequency converters of the Vaasa, Finland based Vacon (though Vacon publicly denies this) and Iranian company Fararo Paya.
The bottomline takeaway – never use default passwords (partical attack vector of the PLCs and SCADAs), and keep systems patched (4 zero-day Windows-based attacks). And don’t allow USB devices on a production network (the entry point of the 0.5Mb virus written in C and C++)… Read the rest of this entry »
Proxying all Linux Traffic – set web access for Ubuntu behind a proxy
10.22
So that it’s documented… I’m using port 8080 as the default port as the likelyhood of your upstream proxy being on 8080 is high – else, typical proxy ports are, of course, 80, 800 (transpartent), 8000, 3128 (squid)
To force your server to force web traffic via a proxy, just two quick things to set – in /etc/environment, export one (or two) variables: Read the rest of this entry »
Search and view gzip’d files
10.21
You knew it already – but I keep forgetting – the power of zgrep and zcat both of which behave as their z-less counterparts.
So, to search a gzip’d file, you can simply zgrep <term> <filename.gz>, or to cat/view it, zcat <filename.gz>
Good to come back to in case of impending forgetfulness…
Intel Gigabit Ethernet Card on an old kernel?
10.21
For self-reference, mainly:
For the Intel Corporation 82574L Gigabit Network Connection on an old kernel that doesn’t have the drivers compiled into it – get the driver and
make install
it on the platform you’re on, and to be sure (if it doesn’t get done for you) to copy to /lib/modules/2.4.36/kernel/drivers/net/ (your kernel may vary, this is an example only) Read the rest of this entry »
Your Kindle, PDFs, EPUBs, file and format conversion and you
09.28
There are two irritations when it comes to the Kindle. First of those is your collection of PDFs you bought or own that you’d like to read as a ‘book’ on the Kindle (without going through the whole long USER@[free.]kindle.com) email and Whispernet delivery process. The other is the EPUB Sony Book reader format files that you have — but that the Kindle doesn’t interpret. Here’s how to get around this. Read the rest of this entry »
Firefox: Paste HTML code from one child frame to parent text-box – src stripped
09.10
Here’s something fun: use Firefox 3.6.9 to have a set of Javascript code in a child frame append HTML code to a text box in the parent frame, and content of the string is modified:
what was
<img src="foo.jpg" alt="bar" width="1" height="1" />
becomes
<img alt="bar" width="1" height="1" />
which is pretty pointless… Read the rest of this entry »