Archive for the 'Uncategorized' Category

Some notes on Linux

Friday, February 16th, 2007

Proc info: cat /proc/cpuinfo

Directory size: du

Free disk space: df

Test drive speed: hdparm -t -T

Change password: passwd (as root)

Delete anonymous mysql users: DELETE FROM mysql.user WHERE User = ‘’; (as root)
Change mysql root password: SET PASSWORD FOR ‘root’@'localhost’ = PASSWORD(’password’); (as root)

FTP commands to get multiple files: mget / mput
Use prompt n to turn off confirmations

Info about a package: rpm -q -i

Download packages: RPMFind, Fedora.

Install php-5.2: Download the latest version of glibc, then rpm -i –force –nodeps it and all other dependent modules.

[I write this mostly for my own notes, but it might be useful for others as well]

Taggar.nu

Sunday, November 12th, 2006

En sida som indexerar svenska bloggar och kategoriserar dem efter hur dom taggat sina inlägg. En alfa-variant är uppe på taggar.nu, det mesta av funktionerna kommer om några veckor.

, , ,

Some plans & updates

Tuesday, May 9th, 2006

I haven’t posted for a long time since I’m totally consumed by all the stuff that I’ve been doing lately. First thing, I’m working on a *smart* link exchange system. There is much work left, but I’ve started testing it already, so maybe 40% of the code is already written. Second, I got some clients that need attention, and last but not least I’m constructing a Carcasherdotcom Seocontest network, the last page can be seen above.

I’ll post updates on the link exchange system and CS when progress is made :)