smert.net

Polluting the Internet one post at a time…

Installing Zimbra on Arch Linux

Zimbra is a modern groupware solution with an AJAX web interface. It combines email, contacts, shared calendar, tasks, instant messaging, spell checking, and online documents into a single product. The web interface is solid and rivals Gmail’s in terms of ease of use and intuitiveness. Email accounts are stored in LDAP and provide a global address list for everyone in your organization. Instant messaging is built-in through the web interface (but not turned on by default yet since it is still in beta). The spam protection is comprehensive and combines SpamAssassin and DSPAM. SpamAssassin combines many methods of detection while DSPAM is an adaptive filter. Anti-virus is built-in as well and included is ClamAV. Since AMaViS is being used it can be reconfigured use any anti-virus of your choice. It can be made to work with Microsoft Outlook and Apple Mail through proprietary connectors. The worst part about the whole thing is that it is a Java web application which uses a lot of RAM.

Read more

No comments

Opera Face Gestures Beta

Earlier this month was April Fools’ Day and there is no better place to be than the Internet. Many different companies like to release fake products and services on that day. Opera was one of the many companies to release such a product. This year they introduced Opera Face Gestures to revolutionize web browsing…or not. Even the guy making the faces can’t keep his face straight. Out of all of the jokes that I saw that day this one really stuck with me. I ended up sharing the link with a few of my friends and one of them commented on how hilarious it would be to see a whole class of people using it. Imagine someone unknowing walking in and seeing all those people making ridiculous faces.

Read more

12 comments

Using Mock to Build Postfix RPMs With MySQL Support For CentOS

Recently I’ve been trying to configure Postfix to support virtual domains and pull the information from MySQL. I’m using CentOS and the default build doesn’t include MySQL support. Even though there is already a build with MySQL support in the Extra’s repository there appears to be a newer version in Updates with a security fix. Since rebuilding SRPMs has always been a breeze in the past I decided just to get the latest SRPM for Postfix and rebuild the package myself.

Read more

No comments

Uplink Inspired Multiplayer Game

Several months ago I pulled out my old Uplink game and decided to play it again. There is something about the game that makes it fun to play for me. The music and the atmosphere appeals to me, not to mention that cyberpunk is one of my favorite genres. I’m not sure exactly how much of Uplink would be considered cyberpunk but it shares some characteristics. While Uplink might have turned seven years old in August, I can’t help wishing there was a multiplayer version of this game. I know there are at least some other people that feel the same way.

Read more

2 comments

Your Own Personal MySpace Tracker

Have you ever wanted you own MySpace tracker? Well look no farther. I’ve decided to convert Jordan’s MySpace tracker to be used in a web application framework. The framework I’ve chosen is Kohana and originally was a fork of CodeIgniter. The code originally was going to be used as a reference for Jordan so he could see what it looks like. Anyways, the tracker is simplistic and doesn’t have all the features that I’ve seen in some of these MySpace trackers. It wasn’t designed to be a full solution or as a replacement. It is good enough for me and I’m sure you’ll find it useful.

Read more

16 comments

Linking Volume Controls in Ubuntu

Ever since I’ve switched over to Linux a few years ago there has been a few annoyances that I haven’t fixed. Every time I play a video or listen to some music the volume is never right. I always end up using the volume controls on the front of my laptop. Then I end up having to open the volume applet to make adjustments because the subwoofer on the bottom is a different control. This finally took its tole and I had to finally fix it.

Read more

No comments

Getting Dual Head to Work in Fedora Core 9

Fedora Core 9 has been out for a while and I haven’t seen any decent dual monitor configurations. Of course this might have changed in the last month and a half but I doubt it. FC9 comes with the latest Xorg Server which as of this writing is 1.4.99.905. It was until very recently that many people were downgrading their Xorg version to the one included with FC8 because the ABI was so new that NVidia hadn’t released a driver yet. Also in this version of Fedora is one second X and kernel-based modesetting. The Intel driver that I use has been updated so when I decided to switch I found that my previous xorg.conf repetitively caused X to crash.

Read more

No comments

Grub Issues With Fedora Core 9

Fairly recently I have updated my laptop to the latest Fedora Core. I also have several other Linux distributions on this laptop as well. I use the Grub installer from SuSE, since the GFX menu works across all of the menus I have. After installing Fedora I didn’t do much afterwards and I pretty much have had my laptop off for over a week. Today, I felt like finishing up and reinstalling Grub from the SuSE partition. I booted into SuSE and ran grub-install which completed successfully. I rebooted to boot into Fedora but I got a “Error 2: unknown file or directory type”. I thought maybe the partition wasn’t cleanly unmounted.

Read more

No comments

Inconsistencies Between PHP on Windows (Show Me the Money_Format)

Yesterday I finished up a project I was working on that I wrote in PHP. I created it on a Linux machine and I needed to test it on Windows. On the Windows system I tested it using the latest version of WAMP. I had it all setup ready to go when I got a nasty error message Fatal error: Call to undefined function money_format(). I thought it was rather strange but I figured that I didn’t have the correct PHP extension enabled. After looking for such a extension, I started to think about it more and realized that it wasn’t apart of an extension. I took a look at the manual for money_format and found that the function doesn’t exist on Windows.

Note: The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows.

Read more

6 comments

Checking Debian Based OpenSSL/OpenSSH Keys Against The Blacklist

Recently there has been a serious security vulnerability with OpenSSL/SSH keys generated on Debian based systems. Since I use Ubuntu at home I wanted to check to see if any of my keys needed to be regenerated. I wasn’t sure if they update automatically regenerated them for you or just checked the keys against the blacklist. Since there are many applications that generate keys I thought it would be best to manually verify them. For more insight into the problem I’ve quoted the Metasploit article found here.

Read more

No comments

Next Page »

Firefox 2