File too large That simple message when marketing team want to upload new support ticket that include attachment with size 4 MB. Yes, that my mistake for not adjust default max upload file size. The solution is simple : Edit php.ini file I use ubuntu and because I more familiar with freebsd I use phpinfo() […]

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

MYSQL PATH! Yes, that thing come to my mind when I playing around with MYSQL. Before setting PATH : Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Administrator>cd c:\wamp\bin\mysql\mysql5.1.36\bin C:\wamp\bin\mysql\mysql5.1.36\bin>mysql -uroot -p Enter password: Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 1 […]