Skip to content

Instantly share code, notes, and snippets.

View imranouadid's full-sized avatar

Imran imranouadid

View GitHub Profile
@imranouadid
imranouadid / multiple_ssh_setting.md
Created December 5, 2023 07:55 — forked from carlosmcevilly/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github accounts

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"
@imranouadid
imranouadid / install_fonts.sh
Created September 8, 2023 02:31 — forked from iacchus/install_fonts.sh
Install all Google Fonts on Linux (Debian/Ubuntu etc.)
#!/usr/bin/env sh
# Original author: Michalis Georgiou <[email protected]>
# Modified by Andrew http://www.webupd8.org <[email protected]>
# Current version by Kassius Iacchus https://github.com/iacchus/
# Depends on: `wget`
#
# Install `wget` on Debian/Ubuntu with:
# apt install wget
@imranouadid
imranouadid / django_deploy.md
Created November 18, 2021 19:39 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.