THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS
REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
Magic words:
psql -U postgres
Some interesting flags (to see all, use -h
or --help
depending on your psql version):
-E
: will describe the underlaying queries of the \
commands (cool for learning!)-l
: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)Abandon normal instruments [1st ed.] | |
Accept advice [1st ed.] | |
Accretion [1st ed.] | |
A line has two sides [1st ed.] | |
Allow an easement (an easement is the abandonment of a stricture) [1st ed.] | |
Are there sections? Consider transitions [1st ed.] | |
Ask people to work against their better judgement [1st ed.] | |
Ask your body [1st ed.] | |
Assemble some of the instruments in a group and treat the group [1st ed.] | |
Balance the consistency principle with the inconsistency principle [1st ed.] |
Join the room #freenode_<#channel>:matrix.org
, replacing <#channel>
with the name of the IRC channel. For example, in order to join the #prometheus
IRC channel, join the room #freenode_#prometheus:matrix.org
on matrix.org.
In vector.im, rooms can be joined with the directory symbol on the bottom left.
# /etc/systemd/system/rngd@.service | |
[Unit] | |
Description=rngd service on %I | |
[Service] | |
Type=simple | |
ExecStartPre=/bin/stty -F /dev/%I raw -echo -parenb | |
ExecStart=/usr/sbin/rngd -f --fill-watermark=90% --rng-device=/dev/%I |
#! /usr/bin/env python3 | |
"""Fixing bluetooth stereo headphone/headset problem in debian distros. | |
Workaround for bug: https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1577197 | |
Run it with python3.5 or higher after pairing/connecting the bluetooth stereo headphone. | |
This will be only fixes the bluez5 problem mentioned above . | |
Licence: Freeware |
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="AB Shutter3 ", TAG+="systemd", PROGRAM="/bin/systemd-escape -p --template=lifx-remote@.service $env{DEVNAME}", ENV{SYSTEMD_WANTS}+="%c" |
#!/usr/bin/env python | |
""" Convert SVG paths to UFO glyphs. | |
""" | |
# Author: Cosimo Lupo | |
# Email: cosimo@anthrotype.com | |
# License: Apache Software License 2.0 | |
from __future__ import print_function, absolute_import | |
__requires__ = ["svg.path", "ufoLib", "FontTools"] |