Final decision has been made, upgrade to mysql 5.0 is a must. But how to do that? How about user data? After doing it by myself I found it’s easy. I try to share my experience in sbs (step by step) form 🙂 Situation : I have two server kongja and proxy : Server kongja […]
Adding tls support to pure-ftp in FreeBSD
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 […]
Updating Clamav
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 […]
trying portsnap
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 […]
Install gd support in php without xorg
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 […]