Skip to content

Instantly share code, notes, and snippets.

View benfelin's full-sized avatar
🎯
Focusing

bbb benfelin

🎯
Focusing
View GitHub Profile
@benfelin
benfelin / README.md
Created November 30, 2023 11:51 — forked from Lazza/README.md
VPNGate Python script

This script is NOT MAINTAINED

This snippet of code was posted in 2014 and slightly revised in 2016 and 2017. It was more of a quick'n'dirty script than a polished tool. It is made only for Linux and in Python 2, which has since become outdated.

I currently do not use it, and I suggest you avoid it as well. Please do not expect support for using this script.

🔥 If you need an alternative, @glaucocustodio has kindly suggested EasyVPN in this comment.

The rest of the README is left for historical purposed.

@benfelin
benfelin / MyLightWorkstation.md
Last active November 19, 2022 16:46
A list of packages required to turn a bare install (e.g. Ubuntu server) into a minimalist workstation. This will be useful with Ansible.

With few exceptions, like web browsers and office suite, all packages are command line tools. Some packages can be already installed or have different names depending the OS (Linux v. BSD). For completion sake they are also listed.
Look for more alternatives.

Dotfiles

  • bash
  • vim
  • tmux
  • stow
@benfelin
benfelin / tmux_local_install.sh
Created May 14, 2018 10:43 — forked from ryin/tmux_local_install.sh
bash script for installing tmux without root access
#!/bin/bash
# Script for installing tmux on systems where you don't have root access.
# tmux will be installed in $HOME/local/bin.
# It's assumed that wget and a C/C++ compiler are installed.
# exit on error
set -e
TMUX_VERSION=1.8