sudo add-apt-repository ppa:hda-me/badvpn-tun2socks
sudo apt-get update
sudo apt-get install badvpn-tun2socks
ip tuntap add dev tun1 mode tun user nobody
ifconfig tun1 up 10.0.0.1/24
# --netif-ipaddr 10.0.0.2 is not a typo.
# It specifies the IP address of the virtual router inside the TUN device,
# and must be different than the IP of the TUN interface itself.
# This command assumes you have tor up and running on 127.0.0.1:9050.
# Of course, you can use any other SOCKS proxy instead.
badvpn-tun2socks --tundev tun1 --netif-ipaddr 10.0.0.2 --netif-netmask 255.255.255.0 --socks-server-addr 127.0.0.1:9050
Code Example |
---|
:: how to copy all branch commits to a whole new branch |
:: |
:: |
Shell :: how to use git in collab |
Shell :: install NDIS driver fedora |
:: |
Shell :: linux open calc from the terminal |
:: |
Shell :: |
Shell :: |
Shell :: lz4 compression directory |
Shell :: curl-tomcat |
Shell :: |
Shell :: Non-base32 digit found |
:: |
:: |
Shell :: |
Shell :: chow install cal inlunix |
Shell :: linux check defragnmentation of disk |
:: terraform select workspace |
:: |
Shell :: What is the command to build image from Dockerfile and Podman |
:: Numeric calculations |
:: |
Shell :: list of keycode based on key selection |
:: android logs for app on terminal |
:: |
Shell :: bash how to turn into root |
Shell :: delete github branch |
Shell :: bash measure execution time |