Skip to content

Instantly share code, notes, and snippets.

@FaridLU
FaridLU / deploying-django-on-ubuntu.md
Last active May 19, 2025 09:29
Comprehensive Guide to Deploying Django on Ubuntu (18.04, 20.04, 22.04)
@goodevilgenius
goodevilgenius / fortune_variety_quotes.py
Last active May 8, 2025 19:19
[Variety fortune plugin] Plugin for Variety background changer that uses the UNIX fortune program as a quotes source
#!/usr/bin/python
from variety.plugins.IQuoteSource import IQuoteSource
import subprocess, re
from locale import gettext as _
class FortuneSource(IQuoteSource):
@classmethod
def get_info(cls):
return {