Skip to content

Instantly share code, notes, and snippets.

@arho
arho / ocserver_install.sh
Created December 6, 2016 22:09 — forked from shahinism/ocserver_install.sh
How to install ocserv (OpenConnect server, aka: free version of Cisco's Anyconnect) on Ubuntu 14.04
echo "This gist have not to be executed directly"
exit 0
# Process of installing ocserv 0.10.10 in Ubuntu 14.04.
# Thanks to http://fewspider.github.io/2015/08/16/ubuntu-ocserv-deploy.html
# Download ocserv:
wget ftp://ftp.infradead.org/pub/ocserv/ocserv-0.10.10.tar.xz
tar -xf ocserv-0.10.10.tar.xz
@arho
arho / SCII_Launcher.sh
Created July 24, 2012 15:52 — forked from zipizap/hl2_optirun_start.sh
Starcraft II Optirun [Crash Fix Included]
#!/bin/bash
echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope #If you don't do this game crashes after login.
function msg {
# Description:
# This function echoes-with-colors the arguments passed in
# Usage:
# msg 'whatever you want to print :)'
echo -e '\033[33m\033[44m'$@'\033[0m'
}