<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>usefulfor.com/nothing</title>
	<link>http://usefulfor.com/nothing</link>
	<description>If it doesn't fit anywhere else, it's in /nothing</description>
	<lastBuildDate>Fri, 05 Sep 2008 09:14:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>miniconomics.com - your expenses under control</title>
		<description>&#160;

miniconomics.com is an easy-to-use tool designed to manage your personal expenses that we have been developing over the last few months. The key benefits of the tool at this point in time:


  It is alive, changing every day, release early, release often. miniconomics.com is under a never ending churning ...</description>
		<link>http://usefulfor.com/nothing/2008/06/09/miniconomicscom-your-expenses-under-control/</link>
			</item>
	<item>
		<title>winning without fighting</title>
		<description>Directly inspired by The Art of War of Sun Tzu, yesterday I found the following piece of wisdom:

After years of thinking about, writing about, and filtering messages, I've decided that the best strategy for me is to not filter spam, but instead to filter non-spam

The full article at Reverse Spam ...</description>
		<link>http://usefulfor.com/nothing/2008/06/01/winning-without-fighting/</link>
			</item>
	<item>
		<title>the Buddhist monk puzzle</title>
		<description>A new puzzle, this time from Conceptual Blockbusting: A Guide to Better Ideas by Jams L. Adams:


One morning, exactly at sunrise, a Buddhist monk began to climb a tall mountain. A narrow path, no more than a foot or two wide, spiraled around the mountain to a glittering temple at ...</description>
		<link>http://usefulfor.com/nothing/2008/05/15/the-buddhist-monk-puzzle/</link>
			</item>
	<item>
		<title>howto create an intermediate Certificate Authority (CA) using openssl</title>
		<description>What is an Intermediate Certificate Authority (CA) and why do I need one? An Intermediate CA is an authority that you use to create your own SSL certificates in a PKI environment. An Intermediate CA depends on a Root CA that is the origin of the chain of trust. The ...</description>
		<link>http://usefulfor.com/nothing/2008/03/20/howto-create-an-intermediate-certifica-authority-ca-using-openssl/</link>
			</item>
	<item>
		<title>howto resize an ext3 partition without losing data</title>
		<description>This has not been the first time I have tried, but it has been the first time it has worked. And the best of it, no Partition Magic or (qt)parted is needed, just pure old tune2fs, resize2fs and fdisk (read the man pages and backup everything as usual :roll: ).

In ...</description>
		<link>http://usefulfor.com/nothing/2007/12/14/howto-resize-an-ext3-partition-without-losing-data/</link>
			</item>
	<item>
		<title>jack bauer and the coffee</title>
		<description> </description>
		<link>http://usefulfor.com/nothing/2007/10/13/jack-bauer-and-the-cofee/</link>
			</item>
	<item>
		<title>harden your apache+php installation</title>
		<description>Instructions follow  on how to build and harden one of the most common configurations out there.

We are going for a DIY installation were everything is compiled from source, so some development tools are required. Let's get our hands dirty!

Download an uncompress
[code]
cd /usr/local/src/
wget http://mirror.public-internet.co.uk/apache/httpd/httpd-2.2.4.tar.gz
tar -xvvzf httpd-2.2.4.tar.gz
wget http://uk2.php.net/get/php-5.2.3.tar.gz/from/this/mirror
tar -xvvzf php-5.2.3.tar.gz
[/code]

Install software
Required ...</description>
		<link>http://usefulfor.com/nothing/2007/09/14/harden-your-apachephp-installation/</link>
			</item>
	<item>
		<title>send files through email from the command line</title>
		<description>Every now and then I need to send by email some file to a friend or coworker or even myself. I have found that the easiest way to do this is just having a shell script that do the hard work for you.

After some research I found a set of ...</description>
		<link>http://usefulfor.com/nothing/2006/12/20/send-files-through-email-from-the-command-line/</link>
			</item>
	<item>
		<title>matar: bloodlust</title>
		<description>Here is a tiny script that can be usefull to terminate (kill -9) all the programs which contain a certain string (i.e.: kill all the running copies of ping).

[code]
#!/bin/bash

for foo in `ps aux &#124; grep $1 &#124; awk '{print $2}'`;  do kill -9 $foo; done
[/code]

Just run: matar &#60;program name&#62; ...</description>
		<link>http://usefulfor.com/nothing/2006/12/15/matar-bloodlust/</link>
			</item>
	<item>
		<title>replace spaces in filename</title>
		<description>Just a quick tip!

You have to use the bash function ${foo//string1/string2}.  Check the Advanced Bash-Scripting Guide for a complete list of string manipulating functions.

[code]
for foo in *; do mv "$foo" ${foo// /_}; done
[/code] </description>
		<link>http://usefulfor.com/nothing/2006/12/14/replace-spaces-in-filename/</link>
			</item>
</channel>
</rss>
