- See the 30-second guide
I've been using this for almost ten years now, so here are some of the ways I have set it up to be most productive.
See my taskrc below for implementation details.
I've been using this for almost ten years now, so here are some of the ways I have set it up to be most productive.
See my taskrc below for implementation details.
Instructions for setting up a git server on a Synology NAS with Diskstation. Specifically, I am using a DS414 with DSM 5.0.
gituser via Diskstation interface (with File Station and WebDAV privilages)git (located at /volume1/git) with read/write access for gituser and admin. This folder will hold all the repos.podman run -i --rm quay.io/coreos/fcct:release --pretty --strict < ignition-backup.yaml > ignition.yamldocker run --rm -i quay.io/coreos/ignition-validate:release - < ignition.yamlsudo coreos-installer install /dev/sda \
--ignition-url https://cutt.ly/XjdAUC7 \
--copy-network`
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| #!/bin/python | |
| # | |
| # laatste versie op https://git.io/JJ2YJ | |
| # setup: | |
| # - GND naar de - op het bord | |
| # - kortste poot LED naar - lijn | |
| # - langste poot LED naar gemeenschappelijke rij (bvb lijn 27) | |
| # - weerstand ene poot op lijn 27 andere op zelfde lijn als GPIO 21 (lijn 21) | |
| # | |
| import RPi.GPIO as GPIO |
While upgrading vrt.nu on my raspberry pi running kodi, I had some problems, especially because the latest vrt.nu application needs inputstream-adaptive v2.0.19 and that is not provided by the normal stretch repositories. These are the notes about fixing those problems.
Running apt policy kodi-inputstream-adaptive give us this:
| #!/bin/bash | |
| # | |
| # PostgreSQL Backup Script Ver 1.0 | |
| # http://autopgsqlbackup.frozenpc.net | |
| # Copyright (c) 2005 Aaron Axelsen <axelseaa@amadmax.com> | |
| # | |
| # This script is based of the AutoMySQLBackup Script Ver 2.2 | |
| # It can be found at http://sourceforge.net/projects/automysqlbackup/ | |
| # | |
| # The PostgreSQL changes are based on a patch agaisnt AutoMySQLBackup 1.9 |
| ``` | |
| # disable-bell | |
| bind 'set bell-style none' | |
| ``` |