Archive for February, 2007

Defeating paranoid system administrators

Saturday, February 24th, 2007

If a paranoid system administrator has blocked ssh access from Linux hosts to your office’s network — using the OpenBSD packet filter’s fingerprinting — and you find yourself without access to the office’s mail server, you might want to make your Linux workstation’s TCP stack look like something else by changing the TTL, for example:

echo 128 > /proc/sys/net/ipv4/ip_default_ttl

The road to this hack is quite easy, anyway:

  1. install OpenBSD in a virtual machine;
  2. look hard at /etc/pf.os and look for possible useful differences;
  3. see that Linux uses a TTL of 64 while Windows XP uses 128;
  4. profit!

Item 1 was needed because I couldn’t find a copy of /etc/pf.os quickly, so I figured that it’d take less to just install an OpenBSD.

Free as in “we decide which fonts you use”

Wednesday, February 14th, 2007

Yesterday I found an article on digital rights management on the GNU web site. The article itself is interesting, although IMHO a little bit too biased towards the “see how many freedoms they could take away from us” angle — but that’s the way RMS thinks. However, I was disappointed to see that the article — the entire www.gnu.org site, in fact — was using the Bitstream Vera Sans font. Here’s the relevant part from the style sheet, and note the comment:

font-family: "Bitstream Vera Sans", sans-serif; /* favour free fonts!! */

Now don’t get me wrong, I like the Bitstream Vera fonts just as much as you do and I use them extensively, not just because they’re free, but because they do indeed look quite good — at least on Linux. But I was reading that article from the office on a Windows XP machine and the Bitstream Vera fonts don’t look good there, or at least not as good as Verdana. Anyway, that’s not the real point: if one prefers a different font, perhaps just as free like Isabella, what can (s)he do?

The funny part is, Stallman’s own site (http://www.stallman.org) doesn’t force you to use free fonts…

Bookmarks-wiki

Thursday, February 8th, 2007

Finally, I put my bookmarks in a wiki.

(of course, it’s not user-editable; not yet, at least)