Registre d’Expressions FORESTIER - DURAND
Dans l’agriculture il y a toujours un voleur.
Dans l’agriculture il y a toujours un voleur.
/* ==UserStyle== | |
@name qwant.com - 1/1/2023, 10:56:04 AM | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Hide ads on Qwant | |
@author HorlogeSkynet | |
==/UserStyle== */ | |
@-moz-document domain("www.qwant.com") { | |
.result--ext { | |
display: none; |
#!/usr/bin/env python3 | |
""" | |
A Python script to programmatically shutdown a Buffalo TeraStation 3210DN NAS. | |
Written by Samuel FORESTIER for Stefano PICA. | |
Inspired from : <https://gist.github.com/HorlogeSkynet/703c1546ae2e70fc6cf6f04b8eb5a9d1>. | |
=== |
[Unit] | |
Description=Gitea (Git with a cup of tea) | |
After=syslog.target | |
After=network.target | |
Wants=redis-server.service | |
Requires=redis-server.service | |
[Service] | |
Type=simple | |
User=git |
[Unit] | |
Description=Lightweight Disqus alternative | |
After=apache2.service | |
Wants=apache2.service | |
[Service] | |
User=isso | |
Group=isso | |
ExecStart=/opt/isso/venv/bin/isso -c isso.conf run | |
Restart=on-failure |
From 71705c402e0abc7392c08f185ef932e68621368c Mon Sep 17 00:00:00 2001 | |
From: Samuel FORESTIER <dev@samuel.domains> | |
Date: Mon, 23 Mar 2020 15:42:57 +0100 | |
Subject: [PATCH 1/6] Adds `-t` option to work with Thunderbird profiles | |
(instead of Firefox) | |
See (and closes) [HorlogeSkynet/thunderbird-user.js#1]. | |
Co-Authored-By: atomGit <atomgit@users.noreply.github.com> | |
--- |
%YAML 1.2 | |
--- | |
# From <https://torrents.io/tracker-list/>. | |
tcp: | |
- 80 | |
- 443 | |
- 1337 | |
- 2095 |
#!/usr/bin/env python3 | |
import calendar | |
import datetime | |
for year in range(1900, 2100): | |
if not calendar.isleap(year): | |
continue |
[Unit] | |
Description=Minecraft Server | |
Wants=network.target | |
After=network.target | |
[Service] | |
User=minecraft | |
Nice=5 | |
Restart=on-failure | |
SuccessExitStatus=0 143 |
/* | |
>> HorlogeSkynet's Arkenfox User.JS override preferences << | |
Version: v0.8.15 | |
Upstream version: 109.0 | |
Installation : Follow <https://github.com/arkenfox/user.js/wiki/3.2-Applying-Your-Changes#small_orange_diamond-the-solution>. | |
Note : This is an OVERRIDE script for <https://github.com/arkenfox/user.js>, DO NOT USE IT ALONE. | |
*/ | |
// Re-enables 'about:home' page for startup landing page and new tabs. | |
/* 0102 */ user_pref("browser.startup.page", 1); |