2010 July 08

Gitso

Gitso is a frontend to reverse VNC connections. It is meant to be a simple two-step process that connects one person to another’s screen. First, the support person offers to give support. Second, the person who needs help connects and has their screen remotely visible. Because Gitso is cross-platform (Linux, OS X and Windows) and uses a reverse VNC connection, it greatly simplifies the process of getting support.

link

By WladyX on 8 July, 2010 | Cool Apps, Link | A comment?

Roundcube postfixadmin password

# grep password roundcubemail/config/main.inc.php
$rcmail_config['plugins'] = array('password');


# vim roundcubemail/plugins/password/config.inc.php
$rcmail_config['password_db_dsn'] = 'mysql://postfixadmin:passw0rd@localhost/postfix';
$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%c WHERE username=%u';

source

By WladyX on | Mail | 1 comment