NEWS:

Archive for the 'FreshPorts' Category

Sending out a URL for password reset

Friday, September 17th, 2010

Quite some time ago, FreshPorts and The FreeBSD Diary both moved from clear text passwords to password hashes. As such, you are no longer able to recover your password. You had to email me. This is extra work for everyone. Let us automate this.
The first, step, is a table:

create table user_password_reset(
[…]

A simple nested loop

Sunday, July 11th, 2010

In a previous post, I wrote about a suspected LIMIT problem. It turns out that suspicion proved correct. The solution was to move to a nested query which limits the underlying data and then allows the outer query to grab all the associated fluff that surrounds it.
Here is the fix to the original […]

Pentabarf - seeing the speakers

Saturday, January 23rd, 2010

Both BSDCan and PGCon use Pentabarf for accepting and reviewing proposals for talks. An issue raised in 2009 highlighted the ability to see the speaker name when review the list of submissions. It is a bit of very useful information.
This year, I’ve found out that we can see that vital data. Provided […]

Good bye IPsec. Hello OpenVPN.

Wednesday, March 7th, 2007

I’ve been playing with OpenVPN since mid December. I like it. I like it better than IPsec. Why? Because OpenVPN can give me direct access to all my systems wherever I am. I can cvsup from my cvsup server at home from a hotel in Toledo (if I’m ever there). […]

Burst and Google make a good team

Tuesday, August 1st, 2006

Just about everyone has been putting ads on their websites. I’ve been with BurstMedia since early 1999. They are very reliable. Their cheques have always arrived on time and I have never had reason to question their results.
Then Google AdSense arrived. I started using AdSense in April 2006. I was […]

Fundraising for new hardware

Sunday, July 23rd, 2006

I’m asking for donations to purchase new hardware. Details are in this FreeBSD Diary article. Thank you.

Avoiding deadlock on FreshPorts

Sunday, July 17th, 2005

FreshPorts is an automated reporting mechanism for the FreeBSD ports and package. You may be familiar with freshmeat, upon which FreshPorts is loosely based. The major difference is that FreshPorts is 100% automated; everything operates off scripts.
Features
The key features of FreshPorts includes a powerful search tool and the ability to create custom watch […]