Skip to content

Instantly share code, notes, and snippets.

View asiryk's full-sized avatar
🌿

Alexander Siryk asiryk

🌿
View GitHub Profile
@asiryk
asiryk / uninstall-logitech-ghub.sh
Created February 18, 2025 09:29 — forked from timotgl/uninstall-logitech-ghub.sh
How to fully uninstall Logitech G HUB on macOS via terminal/command line
# How to fully uninstall Logitech G HUB on macOS via terminal/command line
# Tested on macOS version 12.3.1 (21E258) Monterey in April 2022
# with Logitech G HUB version 2022.3.242300 (released on 2022-03-22) installed.
# 1. Make sure "Logitech G HUB" itself is not running. If it is, quit it.
# 2. Open "Activity Monitor" and force-quit all processes named "lghub*".
# 3. Delete system-wide files
sudo rm -rf /Applications/lghub.app
@asiryk
asiryk / tree_style_tab_firefox.md
Last active January 7, 2023 14:25 — forked from ruanbekker/tree_style_tab_firefox.md
Hide Native Tabs with Tree Style Tabs for Firefox
@asiryk
asiryk / node_nginx_ssl.md
Created September 25, 2021 11:16 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user