Skip to content

Instantly share code, notes, and snippets.

View donniecode1983's full-sized avatar

Donovan Murphy donniecode1983

  • Murphy Web Consulting
  • Panama City, Florida
View GitHub Profile
@donniecode1983
donniecode1983 / install-remmina.sh
Last active November 17, 2018 22:59
Bash Script to install Remmina on Debian 9 Stretch
# Install Remmina on Debian 9 Stretch
sudo apt purge libssl-dev
sudo apt install build-essential git-core libssh-dev cmake libx11-dev libxext-dev libxinerama-dev \
libxcursor-dev libxdamage-dev libxv-dev libxkbfile-dev libasound2-dev libcups2-dev libxml2 libxml2-dev \
libxrandr-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libxi-dev libavutil-dev libjson-glib-dev\
libavcodec-dev libxtst-dev libgtk-3-dev libgcrypt11-dev libpulse-dev \
libvte-2.91-dev libxkbfile-dev libtelepathy-glib-dev libjpeg-dev \
@donniecode1983
donniecode1983 / ro365.ps1
Last active December 26, 2018 19:50
Remove Office 365 pre-Install
set-executionpolicy unrestricted
remove-appxprovisionedpackage -online -packagename Microsoft.Office.Desktop_16010.9126.2116.0_neutral_~_8wekyb3d8bbwe
set-executionpolicy restricted
get-appxprovisionedpackage -online |select packagename