GUACAMOLE (0.9.9) on UBUNTU 16.10 and TOMCAT8

Stumbled across this interesting app when searching for reverse remote desktop. #!/bin/bash# Original December 19 2015 Guacamole with MySQL on Ubuntu RDP Fix Published by Chase # http://chasewright.com/guacamole-with-mysql-on-ubuntu/ Thanks Chase!# WORKING ON UBUNTU 16.10 WITH GUAC 0.9.9 AND TOMCAT8# edited 07-10-16apt-get update && apt-get -y dist-upgrade#install and add java ENVapt-get -y install openjdk-8-jre-headlessalternative=java-8-openjdk-armhfexport JAVA_HOME=/usr/lib/jvm/$alternativeecho $JAVA_HOME#Install…

Start/Stop Google Music in Car Automatically

Description:  IF bluetooth network “BTC450” connects to phone THEN simulate Play Media OS – Android Version:  6.0.1App – Tasker [Link] – can use this or Trigger [Link]App – Bluetooth Auto Connect [Link] – not required, but use to prioritize my car bluetooth over headphone bluetoothApp – Google Music [Link] – not required, but like automatic playlist updating so…

Show total numbers of items for all folders

Author StringCat.com Sub EnumerateFoldersInStores() ‘ store is a pst file Dim App As New Outlook.Application Dim Stores As Outlook.Stores Dim Store As Outlook.Store Dim Root As Outlook.Folder On Error Resume Next ‘ all pst files shown by Outlook session Set Stores = App.Session.Stores ‘loop over folders in each pst file For Each Store In Stores…

Default Setup with Webmin Config #incomplete

sudo su echo “deb http://download.webmin.com/download/repository sarge contrib” | sudo tee -a /etc/apt/sources.list cd /rootwget http://www.webmin.com/jcameron-key.ascapt-key add jcameron-key.asc apt-get updateapt-get install openssh-server ntfs-3g hfsplus hfsutils samba samba-common-bin webmin winbind -yufw allow 22 net rpc join -UAdministrator%” # Samba Config# #======================= Global Settings ======================= [global] os level = 20 panic action = /usr/share/samba/panic-action %d log file = /var/log/samba/log.%m…

Process Automation

Main driver behind design continues to be automation of investment process.  (MAIN) Computer – High CPU applications ·         Data Analysis, Programming, Research (SERVER) Windows Server 2012 R2 – Offload low priority processes from MAIN ·         Networking (Azure, Active Directory) ·         Storage (file management, Backups, Cloud Sync, Indexing) ·         Virtual Machines (Hyper-V Host 240GB SSD) o   Windows…