Archive for the ‘Linux’ Category

Moving from bloglines (almost)

Thursday, April 17th, 2008

I’m on the verge of moving from Bloglines. Newsgator offer fantastic desktop clients for Windows & Mac, as well as a web based version - but what is really great is that they all sync, so you don’t re-read the same articles if you read from multiple computers.

Unfortunately, the web reader is not as good as bloglines, and as far as I can tell none of the linux desktop aggregators such as straw or liferea support syncing with the open api newsgator provide.

Popularity: 47% [?]

Pandora - Open Source Nintendo DS (sort of)

Thursday, April 3rd, 2008

Pandora

An open source, linux-based GP2X relative that will give you just about the best portable emulator experience going.

Popularity: 35% [?]

DD-WRT router firmware and syslogd

Tuesday, March 11th, 2008

To enable your linksys router with DD-WRT firmware to log to syslog (in my case running on a Centos 4 box), first enable it in the router firmware and set the host address. Then

Method 1 - Vanillla Syslogd

Put this in /etc/syslogd.conf (NOTE: this may log more than you bargained for…)

# linksys
user.* /var/log/router.log
kernel.* /var/log/router.log

And add -r (enable remote logging - only do this if you know what you’re doing) to the SYSLOGD_OPTIONS in /etc/sysconfig/syslog

Then restart syslogd.

Then add /var/log/router.log to the list of logfiles in /etc/logrotate.d/syslog

Method 2 - Syslog-NG

Syslog-NG is an improved version of syslog, unfortunately it is not GPL. Anyway if you install it, stop & disable standard syslog, then add this to the (Redhat) conf it should work.

source gateway {
udp(ip(0.0.0.0) port(514));
};

source tcpgateway {
tcp(ip(0.0.0.0) port(514) max_connections(1000));
};

destination hosts {
file("/var/log/syslogs/$HOST/$FACILITY.log"
owner(root) group(root) perm(0600) dir_perm(0700)
create_dirs(yes));
};

log {
source(gateway);
destination(hosts);
};

log {
source(tcpgateway);
destination(hosts);
};

Popularity: 52% [?]

Spam from AEG Live UK - how to block with SpamAssassin

Thursday, March 6th, 2008

Received yet another Ticketmaster spam… sent by “AEG Live UK” via cae3.com.

They use “PowerMTA” as their mailer… here is a short spamassassin rule to mark it as spam (obviously you can put your own score in).

Just add these lines to your ~/.spamassassin/user_prefs or local.cf

header RCVD_BY_POWERMTA Received =~ /powermta/i
score RCVD_BY_POWERMTA 4.0 4.0 4.0 4.0

Popularity: 26% [?]

Getting an Intel 82801G Sound chipset working in Fedora Core 8

Saturday, March 1st, 2008

If you are having trouble getting sound out of this card (which is what I have on my AW9D-Max motherboard) on Linux, change the line in /etc/modprobe.conf from

options snd-hda-intel index=0

to

options snd-hda-intel index=0 model=3stack

Popularity: 19% [?]

Home of Automatix

Saturday, March 1st, 2008

Home of Automatix
Automatix2 is a free graphical package manager for the installation, uninstallation and configuration of the most commonly requested applications in Debian based Linux operating systems. Currently supported are Ubuntu 7.04, 6.10, 6.06, Debian Etch and Mepis 6.

Popularity: 13% [?]

How to play mp3s (in rhythmbox) in Fedora Core 8

Saturday, March 1st, 2008

As root, run the following:

rpm -Uvh http://rpm.livna.org/livna-release-8.rpm
yum install gstreamer-plugins-ugly gstreamer-plugins-bad-extras gstreamer-ffmpeg

Popularity: 19% [?]

Vixta

Monday, February 25th, 2008

Vixta.Forget vista! « Tux Enclave.
Vixta.org is a Fedora-based Linux distribution designed to be user-friendly and eye-catching, similar in look and feel to Windows Vista.

Popularity: 16% [?]

MyMP3db - stream your mp3 collection via flash

Saturday, February 23rd, 2008

MyMP3db
This script (along the lines of Apache::MP3) will display your MP3 collection as a searchable, browseable, streamable website. Think: iTunes for your web browser. Stream your music from anywhere and without installing anything.

Installed it - works great! Installing isn’t totally straightforward, but if you know the basics of apache, perl & mysql it shouldn’t be too difficult.

Popularity: 26% [?]

Stop play.com from freezing on linux firefox

Tuesday, January 29th, 2008

If you have the Adblock Plus extension installed of course ;)

Add this to your blocked URLS:

http://images.play.com/PROMOTIONAL_IMAGES/*

Popularity: 22% [?]


Bad Behavior has blocked 463 access attempts in the last 7 days.

Close
E-mail It