Skip to content

Instantly share code, notes, and snippets.

View Sugaroverdose's full-sized avatar

Sergei Shuykov Sugaroverdose

View GitHub Profile
@andilabs
andilabs / ikea_idasen_custom_top.ipynb
Last active August 17, 2023 18:23
ikea_idasen_custom_top.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rexroof
rexroof / vpnc-script
Last active June 30, 2019 21:33 — forked from dzderic/vpnc-script
A custom OpenConnect script to set DNS using `networksetup` on OSX, which makes it work with things that don't read from `/etc/resolv.conf`. Only change by Rex was to move the provided DNS servers to be first in the search path.
#!/bin/sh
#
# Originally part of vpnc source code:
# © 2005-2012 Maurice Massar, Jörg Mayer, Antonio Borneo et al.
# © 2009-2012 David Woodhouse <dwmw2@infradead.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.