sudo bash < <(curl -s https://gist.github.com/zulhfreelancer/0b87a274686cb4d98b8144e116c5117c/raw/2adcb49704045d6b3b9ebd3c44f37a2a3b3c5da0/install-flynn-single-node.sh)
View install_deno_in_alpine.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Install glibc, deno in alpine 3.17 | |
apk add curl wget unzip | |
export LANG=C.UTF-8 | |
curl -sfSL https://raw.githubusercontent.com/Docker-Hub-frolvlad/docker-alpine-glibc/ce0f46a806ce7299dd24c14c8212bb2fc2374ab4/Dockerfile | sed -n '/RUN /,$p' | sed 's/^RUN //' | sh | |
curl -fsSL https://deno.land/x/install/install.sh | DENO_INSTALL=/usr/local sh |
View tcp-forward.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Forward TCP from 9999 to 8888 on 10.77.77.77 | |
After=network.target | |
[Service] | |
Type=simple | |
User=nobody | |
Group=nobody | |
ExecStart=/usr/bin/socat TCP-LISTEN:9999,fork TCP:10.77.77.77:8888 | |
Restart=always |
View README.md
View keys.pub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BEGIN MESSAGE. | |
1kkupTdM42xYiHO 60LmNqd8HH4kxAH OU2JntTiL2QMJo8 oWS7ThpFbsbPKPJ | |
ibbuuv2E5bQQxx7 VssZUR6DX3nTCKq 6Xr2MZHgg4h4Nqi xdVY0fXuKEKSkxd | |
CDUKWBYiOPBXzKt TpJPPm4K8lcMVIB VLOHmO8kuQM93H2 ftKz2VZNa8hNp79 | |
koIVcPF02srJs1V CafERaRjZbwETZO UyeZD2BwlTVlNtt . | |
END MESSAGE. |
View Blockstack ID verification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 157eJK962aDZvpnDS2Z53wzxDaY2nwHSAh https://explorer.blockstack.org/address/157eJK962aDZvpnDS2Z53wzxDaY2nwHSAh |
View debian-swap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
touch /var/swap.img | |
chmod 600 /var/swap.img | |
dd if=/dev/zero of=/var/swap.img bs=1M count=4096 | |
mkswap /var/swap.img | |
swapon /var/swap.img |
View affirmation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, Hugo Josefson, have read and do accept the MuleSoft Contributor Agreement | |
at http://www.mulesoft.org/legal/contributor-agreement.html | |
Accepted on Fri Oct 09 2015 01:00:46 GMT+0200 (CEST) |
View designer.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-button/paper-button.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
box-sizing: border-box; |
View designer.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
View keybase.md
Keybase proof
I hereby claim:
- I am hugojosefson on github.
- I am hugojosefson (https://keybase.io/hugojosefson) on keybase.
- I have a public key whose fingerprint is CA49 638E 4C21 03E4 A157 6EE8 1873 F7F6 BB18 F87C
To claim this, I am signing this object:
NewerOlder