Short version: Use Streisand. Use Tor. Use Signal.
This mini-rant came on the heels of an interesting twitter discussion: https://twitter.com/kennwhite/status/591074055018582016
Provider / "Secret" Key
/* | |
Stepper Motor Controller | |
language: Wiring/Arduino | |
This program drives a unipolar or bipolar stepper motor. | |
The motor is attached to digital pins 8 and 9 of the Arduino. | |
The motor moves 100 steps in one direction, then 100 in the other. | |
Created 11 Mar. 2007 |
/* | |
Stepper Motor Controller | |
language: Wiring/Arduino | |
This program drives a unipolar or bipolar stepper motor. | |
The motor is attached to digital pins 8 and 9 of the Arduino. | |
The motor moves 100 steps in one direction, then 100 in the other. | |
Created 11 Mar. 2007 |
# even if you aren't using ELI, this is a good module to load for SSL, etc. | |
aesni_load="YES" | |
# WiFi | |
iwn6050fw_load="YES" | |
iwnfw_load="YES" | |
if_iwn_load="YES" | |
legal.intel_iwn.license_ack=1 | |
# Enable power saving modes for the Intel i915 chipset |
Short version: Use Streisand. Use Tor. Use Signal.
This mini-rant came on the heels of an interesting twitter discussion: https://twitter.com/kennwhite/status/591074055018582016
Provider / "Secret" Key
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA256 | |
11111 a | |
11112 aa | |
11113 aaa | |
11114 aaaa | |
11115 ab | |
11116 aba | |
11121 abaco |
O git é o que chamamos, dentro do mundo de desenvolvimento/computação, um sistema de controle de versões, e é interessante que criemos o hábito de trabalhar com ele de forma minimamente eficiente, isso irá colaborar com um repositório de fácil leitura e compreensão (principalmente se formos trabalhar de forma colabotariva).
Como esse registro não tem o propósito de ensinar o passo a passo do git, e se você não souber absolutamente nada sobre, recomendo iniciar pelo Git Handbook (1) e depois pode dar uma olhada também nesse material do Learning Git Branching (2), e para testar para além do tutorial pode ser utilizado o Visualizing Git (3). Eles providenciarão uma boa visão sobre o básico-intermediário do git.
Um pouco do que está aqui embaixo é com base nesses dois materiais e também nesse documento Git Cheat Sheets ([4](https://services.github.com/on-demand/res
$ docker-compose exec owncloud php occ app:list oc 88e12cc ✗ | |
An unhandled exception has been thrown: | |
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'owncloud.appconfig' doesn't exist in /var/www/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104 | |
Stack trace: | |
#0 /var/www/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Driver/PD |
version: '3.3' | |
services: | |
db: | |
image: postgres:10.1-alpine | |
volumes: | |
- postgres_data:/var/lib/postgresql/data/ | |
web: | |
build: . | |
command: python manage.py runserver 0.0.0.0:8990 |