02 Jan
For a while I’ve been reading the Lenovo blog Inside The Box [1], even though I plan to keep my current laptop for a while [2] (and therefore not buy another Thinkpad for a few years) I am interested in the technology for it’s own sake and read the blog.
A recent post concerns a new [...]
Posted in Review by: etbe
6 Comments
01 Jan
Glen Turner writes about silly people who think that fluorescent lights don’t save energy over their lifetime [1].
A compact fluorescent light (one that is designed for the same socket as an incandescent globe) is not the most efficient light source, the Luminous Efficiency page on Wikipedia [2] lists a CFL as having an efficiency of [...]
Posted in Politics by: etbe
12 Comments
26 Nov
I recently was giving away some old P3 and P4 machines and was surprised by the level of interest in P4 machines. As you can see from my page on computer power use [1] the power use from a P4 system is significantly greater than that of a P3. The conventional wisdom is [...]
Posted in Uncategorized by: etbe
6 Comments
20 Nov
Update: Due to the popularity of this post I have created a T-Shirt and put it on sale at http://www.cafepress.com/email_eula .
Update: Unlike most of my blog content I permit anyone to copy most or all of this post for commercial use (this includes blogs with google advertising) as long as they correctly identify me [...]
Posted in Mta by: etbe
20 Comments
18 Nov
When advogato.org was still cool I signed up to it. It was an interesting research project in skill metrics (determining the rating of people’s coding skills by the votes of others and weighting the votes by the rating of each person), and it was nice to be rated Master soon after I joined. [...]
Posted in Blog by: etbe
11 Comments
16 Nov
Should you use software or hardware RAID? Many people claim that Hardware RAID is needed for performance (which can be true) but then claim that it’s because of the CPU use of the RAID calculations.
Here is the data logged by the Linux kernel then the RAID-5 and RAID-6 drivers are loaded on a 1GHz [...]
Posted in Linux by: etbe
17 Comments
14 Nov
In the past I have spent about 18 months living in hotels with a couple of months of breaks in between. I have previously written about it in terms of living in London hotels [1], but I have been asked for more generic advice.
Firstly the amount of possessions that you may have when living [...]
Posted in Career by: etbe
4 Comments
13 Nov
SE Linux has a utility named restorecon to set (or reset) the security context. This is useful for many reasons, corrupted filesystems, users removing files or changing the context in inappropriate ways, and for re-creating files from tar files or backup programs that don’t restore SE Linux contexts. It can also be used [...]
Posted in Security by: etbe
10 Comments
07 Nov
I’m setting up a training environment based on Xen. The configuration will probably be of use to some people so I’m including it below the fold. Please let me know if you have any ideas for improvements.
The interface for the user has the following documentation:
sudo -u root xen-manage create centos|debian [permissive]
Create an image, [...]
Posted in Security, Xen by: etbe
No Comments
06 Nov
Is Squid not returning some data you need on a SE Linux system?
The default configuration of the SE Linux policy for Squid only allows it to connect to a small number of ports which are used for web servers. For example ports http (80) and https (443) are labelled as http_port_t which permits serves [...]
Posted in Security by: etbe
2 Comments