Skip to content

Instantly share code, notes, and snippets.

@ddrscott
ddrscott / WireGuard_Setup.md
Last active January 18, 2022 16:19 — forked from chrisswanda/WireGuard_Setup.txt
Stupid simple setting up WireGuard - Server and multiple peers

Install WireGuard via whatever package manager you use. For me, I use apt.

$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard

MacOS

@ddrscott
ddrscott / head.html
Last active February 22, 2018 20:42 — forked from magsout/head.html
Minimum Web App <head> configuration
<!DOCTYPE html>
<html lang="en" manifest="/manifest.appcache">
<head>
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta charset="UTF-8">
<!-- Meta SEO -->
<title>Web App</title>
<meta name="author" content="author">
<meta name="description" content="Description">
<!-- RWD -->
@ddrscott
ddrscott / Rakefile
Created February 26, 2013 19:39 — forked from adelevie/Rakefile
app.libs << '/usr/lib/libz.1.1.3.dylib'
app.libs << '/usr/lib/libsqlite3.dylib'
app.frameworks += [
'AudioToolbox',
'Accounts',
'AdSupport',
'CFNetwork',
'CoreGraphics',
'CoreLocation',
'MobileCoreServices',