Xrdp issues – first couldn’t get a desktop, then I couldn’t press ‘d’ while in xrdp
- apt-get install compizconfig-settings-manager (fix found here)
- ccsm (no sudo)
- In the compiz config manager: General (left side) -> General Options (right side) -> Key bindings (tab) -> Show Desktop (with the keyboard icon) -> Click the “X” icon (on the far right) This sets the default of <Control><Primary><Super>d.
- Click on the key binding <Control><Primary><Super>d.
- Click “Grab key combination”
- Press ALT+D (or whatever other key combo you want to bind to the “show desktop” option).
- Do the same for the Maximize and Minimize window as they are linked to the super key as well.
- Click OK, Back, Close
- Restart your xrdp session
- Prerequisite packages:
- Setup perl:
- locale-gen en_US en_US.UTF-8 hu_HU hu_HU.UTF-8
- dpkg-reconfigure locales
- apt-get install php5 php5-mysql php5-sqlite php5-recode php5-snmp php5-cgi php5-cli php5-curl php5-dbg php5-dev
- Setup Apache
- a2ensite default-ssl
- a2enmod ssl
- a2enmod rewrite
- Setup Mysql
- CREATE USER ‘USERNAME’@’*’ IDENTIFIED BY ‘PASSWORD-HERE’;
- GRANT ALL PRIVILEGES ON *.* TO ‘USERNAME’@’10.10.1.0/255.255.255.0’ WITH GRANT OPTION
- Install Cakephp: http://nerdviral.wordpress.com/2012/10/02/install-the-latest-cakephp-on-ubuntu-server-12-04-lts/
- postfix using maildir: postconf -e “home_mailbox= Maildir/” ; service postfix restart
- Sync with dropbox: https://www.dropbox.com/install?os=lnx