The following script will install Anaconda3 (mini) via bash and will also create a user environment with pandas, numpy, sqlalchemy, flask, psycopg2.
Category: Bash
1) Press and hold the Windows Key and then press x key 2) Select the Apps and Features item in the menu by let going of Windows key and pressing F (for Features) 3) Select the Programs and Features link on the right side of the page. 3) Select the Turn Windows feature on or…
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…
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…