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: (more…)
Author: Sven Welzel
-
960 and a variety of other styling options
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
Refresh OKCView more presentations from Nathan Smith -
Microsoft drives to kill off IE6 and get you to upgrade
Hurray!! Even Microsoft wants users to upgrade from IE6 to something modern (more…)
-
#Surface- and touch-based #interfacing via #mobile devices
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 (more…)
-
Three Oh Five – WordPress Upgrade are out
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
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: (more…)
-
Expire private images to protect privacy on the Internet?
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. (more…)
-
Upgrade to WordPress 3.0.4 – HTML Sanitation bug
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.” (more…)
-
Nudge, nudge, wink, wink – WordPress Upgrade
… 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
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
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
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): (more…)
-
Stuxnet lessons – and resources
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++)… (more…)
-
Proxying all Linux Traffic – set web access for Ubuntu behind a proxy
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: (more…) -
Search and view gzip’d files
You knew it already – but I keep forgetting – the power of
zgrep
andzcat
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?
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) (more…) -
Your Kindle, PDFs, EPUBs, file and format conversion and you
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. (more…)
-
Firefox: Paste HTML code from one child frame to parent text-box – src stripped
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… (more…)
-
MTN Business Data lines crash – down again
Last time, generator maintenance in Johannesburg took everything offline.
There was just notification with the subject line “unknown” (referring to the categorisation of the issue) at 14h22:
SYMPTOMS EXPERIENCED: Intermittent Degradation in Service SEVERITY: Critical (more…)