Skip to content

Instantly share code, notes, and snippets.

View MuhaddiMu's full-sized avatar
I-automate

Muhaddis, Muhammad MuhaddiMu

I-automate
View GitHub Profile
@MuhaddiMu
MuhaddiMu / updater.sh
Created October 21, 2020 15:28
[QUICK] Auto Update DNS-O-Matic & Open DNS IP in macOS/Linux
#!/bin/bash
STATUS="Offline"
REQ_STATUS="Online"
#Check if connected to the internet
nc -z 8.8.8.8 53 >/dev/null 2>&1
online=$?
if [ $online -eq 0 ]; then
@MuhaddiMu
MuhaddiMu / Mounts.svg
Created April 22, 2020 19:27
Mounts Usage
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.