Skip to content

Instantly share code, notes, and snippets.

sudo apt-get update -y && sudo apt-get install git -y && sudo apt-get install unzip -y && sudo apt-get install whiptail -y && sudo apt-get install dialog -y && sudo git clone https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server.git /opt/plexguide && sudo bash /opt/plexg*/sc*/ins* && clear && echo "Execute PlexGuide Anytime By Typing: plexguide" && echo ""
@misury
misury / boxstarter.ps1
Last active June 14, 2018 13:49 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
#!/bin/bash
export PGID=1050
export PUID=1050
docker-compose pull
docker-compose up -d
docker create \
--name=ombi \
-v /etc/localtime:/etc/localtime:ro \
-v /home/plex/ombi/config:/config \
-e PGID=1001 -e PUID=1001 \
-e TZ=America/Chicago \
-p 3579:3579 \
linuxserver/ombi
@misury
misury / compose-up
Last active June 8, 2017 12:51
Misury Plex Server via Docker-Compose
#!/bin/bash
export PGID=1001
export PUID=1001
docker-compose pull
docker-compose up -d
Install-WindowsUpdate -acceptEula -SuppressReboots
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Set-CornerNavigationOptions -EnableUpperRightCornerShowCharms -EnableUpperLeftCornerSwitchApps -EnableUsePowerShellOnWinX
Set-TaskbarOptions -Size Large -UnLock -Dock Left
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
Disable-UAC