Skip to content

Instantly share code, notes, and snippets.

View eedygreen's full-sized avatar
🏠
Working from home

Idris Isah eedygreen

🏠
Working from home
View GitHub Profile
@eedygreen
eedygreen / keybase.md
Last active August 11, 2023 21:14
keybase.md

Keybase proof

I hereby claim:

  • I am eedygreen on github.
  • I am eedygreen (https://keybase.io/eedygreen) on keybase.
  • I have a public key ASDSTpx4vpggN7TGJYp7eW3iWHFoemLz1SUmoMki_V-YkQo

To claim this, I am signing this object:

@eedygreen
eedygreen / zerotier-ubuntu-gateway.md
Created December 7, 2020 17:45 — forked from tjelen/zerotier-ubuntu-gateway.md
Zerotier: Setting up the default gateway in Ubuntu Linux

Zerotier Ubuntu config notes

Setting up the default gateway (for VPN tunelling)

Ubuntu 18.04 UFW settings, based on [1] Step 1

  • ens3 .. primary physical ETH interface
  • 10.243.0.0/16 .. ZT network
$ cat /etc/systemd/system/jenkins.service
[Unit]
Description=Jenkins - open source automation server
Before=multi-user.target
After=network-online.target
[Service]
ExecStart=/etc/init.d/jenkins start
ExecStop=/etc/init.d/jenkins stop
CapabilityBoundingSet=~CAP_SYS_PTRACE
@eedygreen
eedygreen / index.html
Last active June 10, 2020 14:05
HTML Profile File
<!DOCTYPE html>
<html>
<head>
<title>Isah Idris @Udacity Student</title>
<style type="text/css">
body {
background-color:lightgrey;
}
h1 b {
font-color: #000000;