Ubuntu 12.10 Build

Xrdp issues – first couldn’t get a desktop, then I couldn’t press ‘d’ while in xrdp

  1. apt-get install compizconfig-settings-manager (fix found here)
  2. ccsm (no sudo)
  3. 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.
  4. Click on the key binding <Control><Primary><Super>d.
  5. Click “Grab key combination”
  6. Press ALT+D (or whatever other key combo you want to bind to the “show desktop” option).
  7. Do the same for the Maximize and Minimize window as they are linked to the super key as well.
  8. Click OK, Back, Close
  9. Restart your xrdp session
  10. Prerequisite packages:
  11. Setup perl:
    1. locale-gen en_US en_US.UTF-8 hu_HU hu_HU.UTF-8
    2. dpkg-reconfigure locales
  12. apt-get install php5 php5-mysql php5-sqlite php5-recode php5-snmp php5-cgi  php5-cli php5-curl php5-dbg php5-dev
  13. Setup Apache
    • a2ensite default-ssl
    • a2enmod ssl
    • a2enmod rewrite
  14. 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
  15. Install Cakephp: http://nerdviral.wordpress.com/2012/10/02/install-the-latest-cakephp-on-ubuntu-server-12-04-lts/
  16. postfix using maildir:  postconf -e “home_mailbox= Maildir/” ; service postfix restart
  17. Sync with dropbox: https://www.dropbox.com/install?os=lnx