Vue normale
Bouygues Telecom arrête l’ADSL et Free prévient les nouveaux abonnés

Bouygues Telecom et Free mettent l’ADSL de côté et misent sur d’autres technologies, dont la fibre. Le premier a stoppé la vente d’offres d’ADSL, tandis que le second prépare le terrain. Plus d’offres ADSL chez Bouygues Telecom Sur son site, Bouygues Telecom ne permet plus de s’abonner à …
Aimez KultureGeek sur Facebook, et suivez-nous sur Twitter
N'oubliez pas de télécharger notre Application gratuite iAddict pour iPhone et iPad (lien App Store)
L’article Bouygues Telecom arrête l’ADSL et Free prévient les nouveaux abonnés est apparu en premier sur KultureGeek.
linux - Having all systemd timers mail to root on error - Super User
Renouvellement automatisé de certificats Letsencrypt avec certbot sur Debian
Je découvre que le cron /etc/cron.d/certbot
n'est en fait pas utilisé sur mon serveur Debian.
Dans ce fichier, il est précisé que c'est le timer certbot.timer
de systemd qui est utilisé (si on utilise systemd comme init, comme c'est le cas par défaut).
C'est donc pour cela que je ne recevais jamais de mail pour les renouvellements foirés de certificats Letsencrypt.
Oui, car par défaut, et contrairement au fonctionnement par défaut de cron, aucun mail n'est envoyé en cas d'erreur à l'exécution de la tâche planifiée. ¯_(ツ)_/¯
Voici une solution pour changer cela.
— Permalien
- @jeekajoo links
- ACME challenge catch-all for any (sub)domain in Apache - #7 by MikeMcQ - Help - Let's Encrypt Community Support
ACME challenge catch-all for any (sub)domain in Apache - #7 by MikeMcQ - Help - Let's Encrypt Community Support
After comparing some notes around the Internet I've came up with this "catch-all" for in Apache. So not just one vhost, anything will catch it. Keeping the configs clean and simple.
Put the following in the conf-enabled directory (Debian based systems):
Alias /.well-known/acme-challenge/ "/var/www/html/.well-known/acme-challenge/"
<Directory "/var/www/html/">
Options None
AllowOverride None
ForceType text/plain
RedirectMatch 404 "^(?!/\.well-known/acme-challenge/[\w-]{43}$)"
</Directory>
Enable it with a2enconf, reload the Apache service. Make sure the directory /var/www/html/.well-known/acme-challenge/ is created and owned by the Apache data user, e.g. www-data. It can be any directory, as long as you keep it consistent.
Then run this command:
certbot certonly --webroot --agree-tos --email youradmin@example.com --webroot-path /var/www/html/ --domain yoursite.example.com
— Permalien
Zotero | Your personal research assistant
Collection de test, qui peut s'avérer très utile lors du développement ou de la modification d'un fichier CSL
— Permalien
CSL Style Formatter
Pour formater correctement un fichier CSL
Formatting changes include:
Standard indentation
Escaping of certain characters that are hard to identify by eye, like non-breaking spaces and the various dashes
Standard ordering the child elements of <info/>
Standard ordering of attributes on <style/> and <link/> elements
— Permalien
- de Riduidel
- AndyObtiva/glimmer: DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS
AndyObtiva/glimmer: DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS
Un DSL Ruby pour faire des interfaces de bureau. C'est intéressant parce qu'il y a des bindings pour SWT, JavaFX, et Swing.
— Permalink