On Comment Spam

30 December 2008

In this post I discuss some approaches for dealing with comment spam.

Read article and 4 comments.

Site upgrade please check your RSS feed

26 December 2008

I have updated the software that this site runs on, please check your RSS feeds.

Read article

Five useful command one liners

24 December 2008

In this post I explain five useful commands I have used recently.

Read article and 9 comments.

Introducing Soturi - yet another Django blog application

22 December 2008

I have uploaded the code of this site to a repository, feel free to download and have a play.

Read article

Server upgrade and code rethink

22 December 2008

I talk about the server upgrade and the code that this site runs on.

Read article

Ruy Lopez, Berlin defence, open variation part three

25 October 2008

In this third version of the chess game, I use a different approach to the endgame.

Read article and 2 comments.

Ruy Lopez, Berlin defence, open variation part two

25 October 2008

In this rerun, I use the fork that I noticed in the last chess game.

Read article

Ruy Lopez, Berlin defence, open variation

24 October 2008

Chess match report, the gloves are off as I take on GNU Chess.

Read article and 5 comments.

How to replace a Macbook Pro key

24 October 2008

Putting the keycaps back on a macbook is not obvious, this is how I did it.

Read article and 3 comments.

TekniaGreek and Galiee fonts to Unicode

20 October 2008

Converting files from non-Unicode to Unicode fonts.

Read article

Introduction to fonts and Unicode

19 October 2008

In this post I try to explain what a font is and why there is the need for Unicode fonts to be developed.

Read article

Extra Uncut RSS feed

16 October 2008

I have added an extra feed option for those who want to live on the edge.

Read article and 6 comments.

First ever bake

15 October 2008

This last weekend I took control of my oven in my first ever baking experience.

Read article

How to find the fashionable blogs quickly

15 October 2008

I wanted to read blogs in a new area (NT Studies), rather than trawling search results, I exported an established blogger's blog list from their Google Reader account.

Read article

Building the TEI documentation

12 October 2008

In this post, I check out the TEI build scripts, and compile the XML formatted documentation into HTML.

Read article and 2 comments.

This Week - ISO fractures and are rich luddites just lazy?

12 October 2008

Another installment in my series about what I have read on the Internet recently.

Read article and 4 comments.

ReStructuredText tables and doctests

05 October 2008

I explain my little module for generating reStructuredText tables. Then I look at the Python doctest module.

Read article and 6 comments.

My God, it's Full of XML

22 September 2008

You may find yourself in the situation that you are given a pile of XML documents, possibly broken, and it is up to you to make sense of them. This post explains some tools that can form your first-aid kit for dealing with problem XML documents.

Read article and 4 comments.

Ohloh and the popularity of programming languages in free and open source software

22 September 2008

I review a website called Ohloh, and use it to make some graphs about the popularity of different programming languages in free/open source software.

Read article and 5 comments.

Django FreeComments cleanup script

21 September 2008

A very quick and dirty command line script to clean up your Django FreeComments.

Read article

Older

Europython

About

Hello, my name is Zeth, I'll be your host here.

Command Line Warriors is about taking control of your own technology, it looks at our experiences of computing; especially using GNU/Linux, the Python programming language, the command-line and issues such as techno-ethics, best practices and whatever is cool now. If you take control of your technology then you are a Warrior too!

This site is your site too which means that you can contribute and get involved. You can leave comments using the facility provided. For me, the comments and discussions are by far the best part of the site. So please do have your say!

Latest Discussions

QuickSilver

January 5, 2009
Nice! Is there anyway to implement a ServerAliveInterval for long processes? This is because my our firewall keeps closing the connection based on inactive connections. Thanks,
SFTP in Python: Really Simple SSH

Tun

January 5, 2009
Hi, Do You know, haw can i get start date for tasks evolution? If exists the similar way to your example: i.get_due() ? I would like to have sth like ...
Three Useful Python Bindings - ClamAV, Apt and Evolution

Samuel Huckins

January 4, 2009
Great tips! I have had occasion to do a lot of MySQL instance migrations lately, so here is an improvement for Trick 1: mysqldump <DATABASE_NAME> [mysqldump_options] | gzip -c | ...
Five useful command one liners

George Glass

December 31, 2008
I don't really see the point in trying to make linux user-friendly or take over the desktop. We rule the servers the most important element of the entire game. Let ...
Give Linux a chance

bug

December 31, 2008
@Zeth: The hidden field does block some. Not perfect, but it does release some weight from the filtering system, as those are 100% false comments. Acctually, if you would have ...
On Comment Spam

Zeth

December 31, 2008
Hi Eion, Yes that is an interesting approach also. It is the only approach given by default in the stock Django comments module, though it does not stop all comment ...
On Comment Spam

Bug

December 30, 2008
Well... Sadly, and I guess you hate me for it, I use captcha. But at least it's not an image, so even if you visit using w3m [yey!] you can ...
On Comment Spam

Eion

December 30, 2008
Other than server-side processing of comments, I like to add additional <input>'s and hide them in external css. Most of the time the fields are populated by spam-bots, and if ...
On Comment Spam

Nostoc

December 27, 2008
... Mate possible because of the dull Kg8
Ruy Lopez, Berlin defence, open variation

Nostoc

December 27, 2008
My bad, I meant the picture beneath 15, after close inspection my suggestion would be on 18. Instead of 18 : Qe2, I would have taken that knight with my ...
Ruy Lopez, Berlin defence, open variation

Zeth

December 27, 2008
Nostoc, white takes the rook on 15, the rook is a better kill than a knight.
Ruy Lopez, Berlin defence, open variation

Nostoc

December 26, 2008
I'm not that good at chess, but I have a question. At 15, why doesn't white simply take black's knight in C6 with the bishop? It's an easy kill, since ...
Ruy Lopez, Berlin defence, open variation

Zeth

December 26, 2008
CorkyAgain, good question, I don't have a FreeBSD box available at the moment so I can't comment. On Linux at least watch does as I have described.
Five useful command one liners

CorkyAgain

December 25, 2008
Is the watch command you're describing a Linuxism? On my FreeBSD box, "man watch" seems to be describing something completely different.
Five useful command one liners

Binny V A

December 25, 2008
I have actually setup a site to store just short commands... http://txt.binnyva.com/
Five useful command one liners

Bassam essa

December 25, 2008
i try this line command elinks -source "http://www.e51g.com/" > resulthtml.txt its work done :) thx
Command the Web - an ELinks tutorial

Bassam essa

December 25, 2008
thanx man i need to know how i can download html source page from elinks ? i try $ elinks - view HTML "http://www.google.com/" > resulthtml.txt but its dont work ...
Command the Web - an ELinks tutorial

sam

December 25, 2008
Thanks for commenting the game. I'm new to chess and it's great to see your reasoning behind some of the moves. However, how do you know what to call the ...
Ruy Lopez, Berlin defence, open variation

halfpi

December 24, 2008
I have to mention that on my HP nx 6325 Ubuntu install has been done in ~ 1h, but XP SP3 was not ready after 3h of working. Also Fedora ...
Give Linux a chance

tulcod

December 24, 2008
as for the grep problem, it's probably easier to do: grep needle -R .
Five useful command one liners