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 July 6, 2024 21:38
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
@PurpleVibe32
PurpleVibe32 / vmwk17key.txt
Last active July 8, 2024 02:40
Free VMware Workstation Pro 17 full license keys
Install VMWare Workstation PRO 17 (Read it right. PRO!)
Also, these keys might also work with VMWare Fusion 13 PRO. Just tested it.
Sub to me on youtube pls - PurpleVibe32
if you want more keys - call my bot on telegram. @purector_bot (THE BOT WONT REPLY ANYMORE) - Or: https://cdn.discordapp.com/attachments/1040615179894935645/1074016373228978277/keys.zip - the password in the zip is 102me.
---
This gist can get off at any time.
PLEASE, DONT COPY THIS. IF YOU FORK IT, DONT EDIT IT.
*If you have a problem comment and people will try to help you!
*No virus
@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 {