Skip to content

Instantly share code, notes, and snippets.

View deonthomasgy's full-sized avatar
🎯
Focusing

Deon Thomas deonthomasgy

🎯
Focusing
View GitHub Profile
@jcgillespie
jcgillespie / running-tailscale-on-ubiquiti-usg.md
Last active October 31, 2024 12:05
Running Tailscale on Ubiquiti USG

You will need ssh access to your USG. I suggest running sudo su so you're the root user throughout

Installation

  1. Download tailscale and put the files in /config/. Find the latest stable or unstable version for your USG's processor.
curl https://pkgs.tailscale.com/stable/tailscale_1.36.1_mips64.tgz | tar xvz -C /tmp
mv /tmp/tailscale_1.36.1_mips64 /config/tailscale
@Deanna2000
Deanna2000 / How to pass the PMI-ACP Exam.md
Last active March 31, 2022 10:26
PMI-ACP, Achievement Unlocked!

achievement

#PMI-ACP, Achievement Unlocked!

If you are looking to complete the Agile Certified Practitioner (ACP) certification through PMI (Project Management Institute), this article will provide some insights from my experience and how I prepared for the exam, which resulted in me passing it the first time.

##Background

@Olical
Olical / 20-synaptics.conf
Last active November 1, 2018 07:01
Some configuration for Arch Linux on a Dell XPS 13 9350
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "on"
@scazz
scazz / event_sourcing_and_laravel.md
Last active December 18, 2018 17:30
Event Sourcing, CQRS and Laravel
<style> blockquote { border: 1px solid #dddddd; border-radius: 5px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); margin-bottom: 1.36363636em; padding: 0; } blockquote > code {