all repos — dotfiles @ 0f6e5a30e09a61b7771ae1b5796df24866a23b4c

my *nix dotfiles

zzz wrong dir again
icyphox icyph0x@protonmail.com
Wed, 24 Jan 2018 19:55:14 +0530
commit

0f6e5a30e09a61b7771ae1b5796df24866a23b4c

parent

bc1abf09c5dee000638aef39546a91684c6383cc

1 files changed, 0 insertions(+), 16 deletions(-)

jump to
D pregame.sh

@@ -1,16 +0,0 @@

-#!/bin/bash - -# create a SOCKS proxy -ssh -D 8008 boop - -# change nameservers -sudo echo nameserver 8.8.8.8 > /etc/resolv.conf - -# write-lock the file (even root can't edit it) -sudo chattr +i /etc/resolv.conf - -# kill dhcpcd (messes with IP) -sudo systemctl stop dhcpcd.sevice - -# start VPN -sudo openvpn --config ~/icy.ovpn