Skip to content

Instantly share code, notes, and snippets.

View adnannazir's full-sized avatar
🎯
Focusing

Adnan Nazir adnannazir

🎯
Focusing
View GitHub Profile
@jonlabelle
jonlabelle / resolving_git_line_ending_issues_in_docker_containers.md
Created December 8, 2021 07:08
Resolving Git line ending issues in Docker containers

Resolving Git line ending issues in Docker containers

How to resolve Git line ending issues in Docker containers resulting in many modified files.


Since Windows and Linux use different default line endings, Git may report a

@bradtraversy
bradtraversy / django_deploy.md
Last active April 4, 2024 11:28
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.