Skip to content

Instantly share code, notes, and snippets.

View gnud's full-sized avatar

Damjan Dimitrioski gnud

View GitHub Profile
@gnud
gnud / angular_2_3_4_5_6.md
Last active July 13, 2019 12:23
gnud machine for LAMP + MEAN.JS development + Apache User's mod compatible
== download only subdirectory from the repo
git clone --depth 1 -b 4.1 https://github.com:/celery/celery/
git filter-branch --prune-empty --subdirectory-filter examples/ 4.1
Expected to see the file structure from examples
==how to show code from popped stash==
git stash show -p {put hash here}
==how to find removed references==
@claudiosanches
claudiosanches / django-runserver-ssl.md
Last active February 20, 2024 09:59
Django - SSL with runserver

Instalation

[sudo] apt-get install stunnel

Configuration

cd path/to/django/project