Skip to content

Instantly share code, notes, and snippets.

@wxlg1117
wxlg1117 / NUT Client for ESXi 6.0U1.md
Created April 23, 2019 03:38 — forked from pae-id/NUT Client for ESXi 6.0U1.md
NUT Client for ESXi 6.0U1.md

##NUT Client for ESXi 6.0 Update 1 and below

###Installation

NOTE: This package is not supported by VMWare and may cause problems in some cases like updating ESXi. So it is recommended to uninstall the VIB prior to major system changes. NOTE: NUT has its own official IANA port: 3493/TCP.

@wxlg1117
wxlg1117 / TeamSpeak 3 Installation Reference.md
Created April 23, 2019 03:37
TeamSpeak 3 Installation Reference.md

##TeamSpeak 3 Installation Reference

####Proxmox 4

  • nano /etc/pve/lxc/100.conf
lxc.mount.entry: /mnt/pve/pve-backups/TS3 mnt/ts3 none bind,create=dir 0 0
  • pct start 100
@wxlg1117
wxlg1117 / highsierra_bootable.sh
Created April 22, 2019 05:42 — forked from agentsim/highsierra_bootable.sh
Create bootable ISO from HighSierra Installer
# Generate a BaseSystem.dmg with 10.13 Install Packages
hdiutil attach /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/InstallESD.dmg -noverify -mountpoint /Volumes/highsierra
hdiutil create -o /tmp/HighSierraBase.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/HighSierraBase.cdr.dmg -noverify -mountpoint /Volumes/install_build
asr restore -source /Applications/Install\ macOS\ 10.13\ Beta.app/Contents/SharedSupport/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase
cp -R /Volumes/highsierra/Packages /Volumes/OS\ X\ Base\ System/System/Installation
hdiutil detach /Volumes/OS\ X\ Base\ System/
hdiutil detach /Volumes/highsierra/
mv /tmp/HighSierraBase.cdr.dmg /tmp/BaseSystem.dmg
@wxlg1117
wxlg1117 / install-proxychains-ng.sh
Created April 20, 2019 13:42 — forked from ifduyue/install-proxychains-ng.sh
Install proxychains-ng on CentOS
#!/bin/sh
# Usage:
# wget -O- https://gist.github.com/ifduyue/dea03b4e139c5758ca114770027cf65c/raw/install-proxychains-ng.sh | sudo bash -s
set -eu
version=4.14
wget https://github.com/rofl0r/proxychains-ng/archive/v$version.tar.gz
tar xf v$version.tar.gz