I used to use winscp to upload file to vps server. It’s easy and I just need to keep dedicated user. Due to request for ftp support I decide to install ftp server called pure-ftp on ubuntu jaunty. Install pure-ftp # apt-get install pure-ftpd Reading package lists… Done Building dependency tree Reading state information… Done […]
freebsd unzip ports
I just use gunzip as tool for unzip an .zip file at ubuntu 10.04 when I try same utility at freebsd. Now I want to try something new with utility called unzip. Try to call it ( it might be installed) # unzip unzip: Command not found. Not found, try to find installation file. # […]
Warning: No configuration file found!
Try to install gammu with newest ubuntu version (lucid). smsdrc edited and lauch gammu–identify # gammu –identify Warning: No configuration file found! Warning: No configuration read, using builtin defaults! No response in specified timeout. Probably phone not connected. I check the cable and it looks fine. Check configuration file and yes, still at /etc/gammu-smsdrc Retry […]
Upgrade Clamav for older FreeBSD box : This version of the ClamAV engine is outdated
One of my FreeBSD box that use version 6.3 stop working. Futher investigation lead me to old clamav version that forced to upgrade by clamav.net . This version of the ClamAV engine is outdated I think about upgrade the box to newer version like 7.3 or 8.0 release but final choice I pick is : […]
Fatal error: Call to undefined function gregoriantojd()
That error message show up when I try to install wordpress plugin. I think it must be plugin author false since I already have php date extension enabled but I’m wrong 🙂 Further search lead me to ‘calendar’ extension. Look no further to php5-calendar in my FreeBSD 7.3 box I install it. cd /usr/ports/misc/php5-calendar && […]