forked from https://gist.github.com/kmalloy24/6a4e20d30a773a7fc13ebdd4331cc73d
- Clone the repository into a predictable path within your home directory.
- Create a symlink in
~/.local/bin/md-milename-as-title
pointing atmd-filename-as-title.py
forked from https://gist.github.com/kmalloy24/6a4e20d30a773a7fc13ebdd4331cc73d
~/.local/bin/md-milename-as-title
pointing at md-filename-as-title.py
#!/usr/bin/env python3 | |
# Autogenerated Documentation For Justfiles | |
# This was created to support this issue ticket https://github.com/casey/just/issues/2033#issuecomment-2278336973 | |
import json | |
import subprocess | |
from typing import Any | |
# just --dump --dump-format json --unstable | jq > test.json | |
json_output = subprocess.run( | |
["just", "--dump", "--dump-format", "json", "--unstable"], |
DoesNotExist at /admin/domains/new/ | |
Users matching query does not exist. | |
Request Method: POST | |
Request URL: https://email.ecobytes.net/admin/domains/new/ | |
Django Version: 1.11.12 | |
Python Executable: /usr/bin/uwsgi-core | |
Python Version: 2.7.9 | |
Python Path: ['.', '', '/srv/modoboa/env/lib/python2.7', '/srv/modoboa/env/lib/python2.7/plat-x86_64-linux-gnu', '/srv/modoboa/env/lib/python2.7/lib-tk', '/srv/modoboa/env/lib/python2.7/lib-old', '/srv/modoboa/env/lib/python2.7/lib-dynload', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/srv/modoboa/env/local/lib/python2.7/site-packages', '/srv/modoboa/env/lib/python2.7/site-packages'] | |
Server time: Sun, 6 May 2018 23:35:21 +0200 |
// in case you have VirtualBox and kmod-vbx, akmod-vbx, remove them | |
sudo dnf update | |
sudo dnf clean all | |
sudo dnf distro-sync --allowerasing | |
sudo dnf upgrade --refresh | |
sudo dnf system-upgrade download --releasever=NUM | |
sudo dnf system-upgrade reboot | |
sudo rpm --rebuilddb | |
sudo rpmconf -a | |
sudo dnf remove -y google-chrome-\* && sudo dnf install -y google-chrome-stable |
Startup | English |
---|---|
This team is growing | We're hiring lots of people |
"Hunger" | Enthusiasm |
"Fire" | Enthusiasm |
"Spark" | Enthusiasm |
Commander's intent | Goals |
Onboarding | Training |
The best | Pretty good |
Burn | Money-losing |
*.yaml |
// Node.js CheatSheet. | |
// Download the Node.js source code or a pre-built installer for your platform, and start developing today. | |
// Download: http://nodejs.org/download/ | |
// More: http://nodejs.org/api/all.html | |
// 0. Synopsis. | |
// http://nodejs.org/api/synopsis.html |
This is an anchor-linked version of the excellent, amazing original opus magnum by Michael Tandy.
Counterexample: Royal Opera House, Covent Garden, London, WC2E 9DD, United Kingdom.
Counterexample: 1A Egmont Road, Middlesbrough, TS4 2HT
#!/bin/bash | |
# Auto suspend and wake-up script | |
# | |
# Puts the computer to sleep and automatically wakes it up at specified time | |
# | |
# Written by Romke van der Meulen <[email protected]> | |
# | |
# Takes a 24-hour time HH:MM as its argument | |
# Example: |