Skip to content

Instantly share code, notes, and snippets.

View andres1138's full-sized avatar
:shipit:
Information unavailable

Andre Sarokhanian andres1138

:shipit:
Information unavailable
  • Dallas, TX
  • 18:13 (UTC -05:00)
View GitHub Profile
@andres1138
andres1138 / disabling-macosx-notification-center.md
Created February 15, 2025 09:06 — forked from mikermcneil/disabling-macosx-notification-center.md
Disable/Enable Notification Center (MacOS X)

Toggle MacOS X Notification Center on or off

This gist is to remind me (and anyone else who it helps) how to quickly disable and re-enable Notification Center.

Set Up Bash Aliases

Installation

  1. Open your terminal (<⌘ + ␣ (spacebar)>, then type "terminal", then press <↩ (enter)>).
@andres1138
andres1138 / remove-nginx.md
Created February 15, 2025 19:57 — forked from eliyas5044/remove-nginx.md
Uninstall Nginx, Let's encrypt from a Ubuntu server

To completely remove NGINX and Let's Encrypt (Certbot) from your Ubuntu server, you'll need to perform a series of steps to ensure that all files, configurations, and dependencies are properly removed.

Here's how to do it:

1. Stop and disable NGINX

Before you remove NGINX, make sure it's stopped and disabled:

sudo systemctl stop nginx