L'organisation Creative Commons propose un méta-moteur de recherche pour dénicher des photos libres de droits sur le net.
Minimize Whatsapp in system tray
Know all the keys in AutoHotkey
Add an exception to the "Check for expected files" operation
https://github.com/nextcloud/updater/blob/master/index.php#L293-L328
1dot1dot1dot1.cloudflare-dns.com

Sans Express.js:
const https = require("https"),
fs = require("fs");
const options = {
key: fs.readFileSync("/etc/letsencrypt/live/example.com/privkey.pem"),
cert: fs.readFileSync("/etc/letsencrypt/live/example.com/fullchain.pem")
};
https.createServer(options, function (req, res) {
res.writeHead(200, {'Content-Type': 'text/html'});
res.end('Hello World!');
}).listen(443);Nodemon is a utility that will monitor for any changes in your source and automatically restart your server.
How to install nodejs depending on your system
Avant:
vim /etc/apt/sources.list
Et rajouter dedans:
deb http://deb.debian.org/debian stretch-backports main
Puis faire:
apt-get update