30 March 2015

openvpn


  1. beza route vs push "route x.x.x x.x.x."
  2. isu client-to-client (ccd) 
  3. iroute

https://community.openvpn.net/openvpn/wiki/RoutedLans



  • route
    • add to vpnserver routing table
    • Label on pfsense vpnServer -> IPv4 Remote Network/s
  • push "route x.x.x.x   "
    • add to client routing table
    • put all subnet on all client side
    • iroute will reconcile the 'local subnet' for each client
    • Label on pfsense vpnServer ->  IPv4 Local Network/s

Last but not least, thanks to 'very friendly' pfsense openvpn interface, which has menu sorting:
  • Server
  • Client
  • Client Specific Override 
Client Specific Override should be under Server. 



16 March 2015

virtual environtment for flask


1)virtualenvwrapper
------------------
mkproject
cdproject
deactivate
rmvirtualenv
workon drill
setvirtualenvproject
cdvirtualenv




extra
bower update --production




06 March 2015

Ubuntu Desktop Ringan/Light/Minimal

  1. Install server distro
  2. Minimal Gnome Core Desktop
    1. sudo apt-get install ubuntu-gnome-desktop
    1. Lightweight Desktop Manager 
      1. sudo apt-get install xorg gnome-core gnome-system-tools gnome-app-install 
  3.  Unity Based Ubuntu Server GUI
    1. sudo apt-get install --no-install-recommends ubuntu-desktop
      (will exclude LibreOffice and others)