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 […]

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. # […]

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 […]

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 && […]