VirtualTam's bookmarks
63 bookmarks found
-
-
WireGuard: fast, modern, secure VPN tunnel
2017-11-02 - https://git.zx2c4.com/WireGuard
- https://github.com/WireGuard/WireGuard (mirror)
- https://www.reddit.com/r/linux/comments/6owk5x/formal_verification_of_the_wireguard_protocol/
- https://www.reddit.com/r/haskell/comments/6nv1n2/wireguard_vpn_just_got_formally_verified_with/
- https://www.xda-developers.com/wireguard-vpn-project-support-android-roms/
- https://mirror.as35701.net/video.fosdem.org/2017/Janson/wireguard.mp4
- https://archive.fosdem.org/2017/schedule/event/wireguard/
- https://eprint.iacr.org/2018/080
- https://wiki.archlinux.org/index.php/WireGuard
- https://bbs.archlinux.org/viewtopic.php?id=231469
-
- Forwards over ssh
- Doesn't require admin
- Works with Linux and MacOS
- Supports DNS tunneling
-
UserFriendly - Evolution in technology
2016-11-06 -
Pragma statements supported by SQLite
2016-08-20 1# List databases 2PRAGMA database_list; 3 4# Describe table 5PRAGMA table_info(<table_name>);
-
D'Addario String Tension Pro
2015-08-31 Tension / gauge calculator to design custom string sets
Related threads:
- http://www.talkingbass.net/flappy-b-strings-tight-d-strings-and-the-switch-to-progressive-tension/
- http://www.mcdonaldstrings.com/stringxxiii.html (limited support for open/drop tunings, no 7+ string support, no bass support)
-
How To Ask Questions The Smart Way
2015-08-04 -
IPython - Rendering Notebooks on GitHub
2015-05-09 Wow, Github now has builtin support for IPython Notebooks \o/
-
Linux: list detected soundcards
2015-01-08 # list USB devices $ lsusb # list cards detected by ALSA $ cat /proc/asound/cards # list cards supported by PulseAudio $ pacmd list-cards | grep name:
-
nose: python testing helper
2015-01-04 Includes support for Coverage, Xunit and other cool stuff ;-) Oh, and there is parallel testing, too \o/
nosetests --with-coverage --cover-erase --cover-tests --cover-html --cover-html-dir=htmlcov --with-xunit --xunit-file=unit.xml
via http://www.alexconrad.org/2011/10/jenkins-and-python.html