Skip to content

Instantly share code, notes, and snippets.

View soyelmnd's full-sized avatar
👋

Minh Nguyen soyelmnd

👋
View GitHub Profile
#!/usr/bin/env sh
set -ex
kubectl=kubectl
version=1.8.0
generator=""
node="ip-10-248-38-128"
nodefaultctx=0
nodefaultns=0
container_cpu="${KUBECTL_NODE_SHELL_POD_CPU:-100m}"
apiVersion: v1
kind: Pod
metadata:
labels:
run: attacker-pod
name: attacker-pod
namespace: default
spec:
containers:
- args:
@soyelmnd
soyelmnd / yosemite ntfs read+write.txt
Last active June 10, 2016 14:55 — forked from bjorgvino/yosemite ntfs read+write.txt
osxfuse + ntfs-3g + Yosemite = NTFS R/W
# disable SIP before following these step
brew cask install osxfuse
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/Cellar/ntfs-3g/2016.2.22/sbin/mount_ntfs /sbin/mount_ntfs
# (the date folder might be different)
# then reboot
# to check if everything's alright
> ls -l /sbin/mount_ntfs*