<link rel="icon" type="image/png" href="logo.png" />
or
<link rel="icon" href="favicon.ico" />
| # Composition of the containers | |
| owncloud: | |
| image: owncloud | |
| ports: | |
| - 80:80 | |
| volumes_from: | |
| - owncloud-data | |
| links: | |
| - postgres:owncloud-db |
| [user] | |
| name = .. | |
| email = .. | |
| [core] | |
| editor = nano | |
| excludesfile = ~/.gitexcludes | |
| [push] | |
| default = current | |
| [pull] | |
| default = current |
| #!/usr/bin/python3 | |
| import requests | |
| import string | |
| import random | |
| # The URL on which we should be after submitting the form | |
| URL_POST = 'http://priveservicetemporaire.fr/formmail.php' | |
| URL_END = 'http://priveservicetemporaire.fr/merci.html' | |
| EXPECTED_MESSAGE = b'Merci pour votre attention, Votre adresse a \xe9t\xe9 mis \xe0 jour.' |
| SELECT order_id,product_name,qty | |
| FROM orders | |
| INTO OUTFILE '/tmp/orders.csv' | |
| FIELDS TERMINATED BY ',' | |
| ENCLOSED BY '"' | |
| LINES TERMINATED BY '\n'; |
| # In ~/.pip/pip.conf | |
| [global] | |
| download_cache = ~/.cache/pip |
<link rel="icon" type="image/png" href="logo.png" />
or
<link rel="icon" href="favicon.ico" />
| # Will remove all merged branches, except the current one. | |
| git remote prune origin && git branch --merged | grep -v "\*" | xargs -n 1 git branch -d |
Copies only the data, assuming the tables are empty (TRUNCATE).
Source database :
pg_dump -a -U bnpipflux bnpipfluxdb | gzip > dump-prod-DD-MM-YYYY.sql
Destination database :
I hereby claim:
To claim this, I am signing this object: