Couple days ago installed Collabtive to manage my small projects in one place.
The fastest way to download or upload directory tree over FTP using just plain console is to execute lftp command.
I recently read an article about Booktype, got interested and tried software myself.
To integrate Roundcube with ISPConfig 3 read requirements and follow installation instructions. Source code is available at GitHub
Ubuntu and recent problems related to PHP
Recently I run into small problems related to PHP. Problem A – sqlite.so The first one was a PHP warning: PHP Warning: PHP Startup: Unable to load dynamic library ‘/usr/lib/php5/20090626/sqlite.so’ – /usr/lib/php5/20090626/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 PHP tried to load sqlite.so from /etc/php5/conf.d/sqlite.ini (php5-sqlite […]
Your own search engine software
If you are looking for search engine software then try Yioop! It is PHP based and Open Source so it is very easy to deploy it on Intranet or remote dedicated server. You can try it directly at yioop.com
Download mb2md.pl script and run as described in manual. For example to convert /old/mbox to /new/maildir you can execute: # perl ./mb2md.pl -s /old/mbox -d /new/maildir Converting /old/mbox to maildir: /new/maildir Source Mbox is /old/mbox Target Maildir is /new/maildir Dummy mail system first message detected and not saved. 40 messages.
To use a physical hard disk in VirtualBox you need to create an image that will represent it.