Skip to content

Instantly share code, notes, and snippets.

View joshuaquek's full-sized avatar
🏠
Working from home

Joshua Ben-Tzion Quek ( יְהוֹשֻׁעַ בֶּן-צִיּוֹן ) joshuaquek

🏠
Working from home
View GitHub Profile
@joshuaquek
joshuaquek / .Nginx-Routing-Guide
Last active July 19, 2018 03:23
Simple examples to use for configuring NGINX.
Summary: Simple examples to use for configuring NGINX.
@joshuaquek
joshuaquek / .Tmux-Cheatsheet
Last active August 8, 2018 03:39
Quick reference for using TMUX in Centos.
Summary: Quick reference for using TMUX in Centos.
@joshuaquek
joshuaquek / .Simple-Express-Server-Code
Last active August 8, 2018 03:40
Some code for a simple express server. Remember to install the respective npm modules too.
Summary: Some code for a simple express server. Remember to install the respective npm modules too.
@joshuaquek
joshuaquek / .Remove-Pushed-Files-Via-Gitignore
Created December 20, 2018 07:57
Remove Files that you have pushed before you added .gitignore or before you added any new file types to .gitignore.
Summary: Remove Files that you have pushed before you added .gitignore or before you added any new file types to .gitignore.
@joshuaquek
joshuaquek / .A-Sample-NodeJs-Local-Docker-Environment
Last active December 24, 2018 07:24
A sample Dockerfile to deploy NodeJS locally on your own desktop machine.
Summary: A sample Dockerfile and .dockerignore file to deploy NodeJS locally on your own desktop machine.
@joshuaquek
joshuaquek / .Checkout-all-branches
Last active March 21, 2019 04:29
.Checkout-all-branches
Summary: A command to clone all remote branches from a specified repo to your local machine.
Summary: Basically a quick guide on how to setup Lubuntu on Virtualbox (For my own use lol).
@joshuaquek
joshuaquek / .Todoist-Mac-Shortcuts
Last active April 2, 2019 10:55
Todoist-Mac-Shortcuts
Summary: Shortcuts for Todoist App for Mac OSX.
Summary: Use NPM with multiple registries, instead of just the default "https://registry.npmjs.org/" npm registry.
@joshuaquek
joshuaquek / .Keep-Forked-Repo-Up-To-Date
Last active April 3, 2019 04:09
.Keep-Forked-Repo-Up-To-Date
Summary: Keeping a forked github repo up to date. Useful for projects which need to be updated from the user's original repo.