Log for adding tls support in ure-ftp in FreeBSD : >>>>=================  Make directory for certificate edp# mkdir -p /etc/ssl/private >>>>=================  Make certificate edp# openssl req -x509 -nodes -newkey rsa:1024 -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem Generating a 1024 bit RSA private key ……..++++++ ……++++++ writing new private key to ‘/etc/ssl/private/pure-ftpd.pem’ —– You are about to be asked […]

I install clamav from ports and get error message that said my definition older than 7 days. After trying manual update, I see something 🙂 jedimaster# /usr/local/bin/freshclam –verbose Current working dir is /var/db/clamav Max retries == 3 ClamAV update process started at Mon Jul 23 16:44:22 2007 Querying current.cvd.clamav.net TTL: 300 WARNING: DNS record is […]

With recent freebsd 6.2 stable installation I like to try portsnap. Since it’s already in base, no need to install this program 🙂 Just trying it 🙂 alamster# portsnap fetch Looking up portsnap.FreeBSD.org mirrors… 3 mirrors found. Fetching public key from portsnap3.FreeBSD.org… done. Fetching snapshot tag from portsnap3.FreeBSD.org… done. Fetching snapshot metadata… done. Fetching snapshot […]

Recent upgrade to php 5.2.3 require to install gd support too but it always need xorg. Here’s a lttle note on how to add gd support in php5 ports in freebsd without xorg. 1. Checking installed php extension proxy# pkg_info | grep php5 php5-5.2.3          PHP Scripting Language (Apache Module and CLI) php5-bz2-5.2.3      The bz2 shared […]

After months of hard work, the PC-BSD team is pleased to make available the 1.4 BETA release. This version includes many exciting new features and software, such as: 3D desktop support via Beryl KDE 3.5.7 FreeBSD 6.2 Xorg 7.2 New GUI tools & utilities Optional Components, and much more Changelog : PCBSD 1.4 BETA  – […]