Skip to content

Instantly share code, notes, and snippets.

View josezenem's full-sized avatar
Focusing

Jose Jimenez josezenem

Focusing
View GitHub Profile
@josezenem
josezenem / .env.local
Created April 1, 2023 04:08
Enable NextJS File Poll Watcher
NEXT_WEBPACK_USEPOLLING=1
@josezenem
josezenem / openconnect.md
Created May 6, 2016 16:59 — forked from moklett/openconnect.md
OpenConnect VPN on Mac OS X

Unfortunately, the Cisco AnyConnect client for Mac conflicts with Pow. And by "conflicts", I mean it causes a grey-screen-of-death kernel panic anytime you connect to the VPN and Pow is installed.

As an alternative, there is OpenConnect, a command-line client for Cisco's AnyConnect SSL VPN.

Here's how to get it set up on Mac OS X:

  1. OpenConnect can be installed via homebrew:

     brew update
    

brew install openconnect