PROJET AUTOBLOG


ecirtam.net/links/

Site original : shaarli-Links

⇐ retour index

Can I PHP? - caniuse.com but for PHP features

Thursday 5 May 2022 à 11:16

J'adore mes élèves - Warrior du Dimanche

Thursday 5 May 2022 à 11:08

Bon anniversaire !
:-)
Permalink

Note: ansible AWX et vault

Wednesday 4 May 2022 à 15:56

Pour récupérer des données vault dans AWX :

# dans le docker de AWX
/usr/bin/awx-manage shell
from awx.main.models.credential import Credential
Credential.objects.all()
Credential.objects.get(name='<NOM_CLÉ>').get_input('<NOM_CHAMP>')

Permalink

rsyslog : syntaxes et méthodologie de diagnostic - GuiGui's Show

Tuesday 3 May 2022 à 09:18

https://shaarli.guiguishow.info/?IjArIg
https://shaarli.guiguishow.info/?Em6wqA
http://shaarli.guiguishow.info/?c-aKjw
https://www.rsyslog.com/doc/v8-stable/configuration/modules/omfwd.html

template (name="chemin-prog1"  type="string" string="/var/log/distant/%$year:::%/%$month:::%/%$day:::%/bidule/programme1.log")
template (name="chemin-prog2"  type="string" string="/var/log/distant/%$year:::%/%$month:::%/%$day:::%/bidule/programme2.log")

if $hostname == 'machine1' or $hostname == 'machine2' then {
    if $programname == 'prog1' then {
        action(type="omfile" dynaFile="chemin-prog1")
        stop
    }

    if $programname == 'prog2' then {
        action(type="omfile" dynaFile="chemin-prog2")
        stop
    }
}

Permalink

Git - Squash Commits: Merge All Commits in Branch Into One - ShellHacks

Thursday 28 April 2022 à 15:48

Pour merger tout les commits d'une branche de teste en un commit sur une branche de dev :

git checkout develop
git merge --squash <branche_de_teste>
git commit

Permalink

Blog Stéphane Bortzmeyer: RFC 9116: A File Format to Aid in Security Vulnerability Disclosure

Thursday 28 April 2022 à 15:19

The C2 Matrix

Tuesday 26 April 2022 à 18:43

Consultation de la Cour des comptes : soutenir la proposition d'évaluation des dépenses de logiciels de l'État | April

Tuesday 26 April 2022 à 18:15

OpenStreetMap : afficher le nom des pays en français - GuiGui's Show

Tuesday 26 April 2022 à 09:22

GitHub - CompVis/latent-diffusion: High-Resolution Image Synthesis with Latent Diffusion Models

Sunday 17 April 2022 à 11:40

GitHub - dbcli/litecli: CLI for SQLite Databases with auto-completion and syntax highlighting

Sunday 17 April 2022 à 11:34

GitHub - Lissy93/personal-security-checklist: 🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2022

Thursday 14 April 2022 à 14:49

LibreWolf

Monday 11 April 2022 à 16:46

Un fork de firefox.
Permalink

PrivacyTests.org: open-source tests of web browser privacy

Monday 11 April 2022 à 16:43

Ecrire un module kernel sous Linux (3)

Monday 11 April 2022 à 11:56

Note: présidentielle 2022

Sunday 10 April 2022 à 23:49

Monde de merde T_T
Permalink

Martin Heinz | Python f-strings Are More Powerful Than You Might Think

Saturday 9 April 2022 à 18:34
import datetime
today = datetime.datetime.today()
print(f"{today:%Y-%m-%d}")
number = 254.3463
print(f"_{f'{number:.3f}':<10s}_")
print(f"{x = }, {y = }")
print(f"{x = :.3f}")
print(f"{text:^15}") # centré

via https://nicolas-delsaux.hd.free.fr/Shaarli/?z74c1w
Permalink

www.interieur.gouv.fr parti aux USA

Saturday 9 April 2022 à 12:32

WTF !?

$ dig www.interieur.gouv.fr
;; ANSWER SECTION:
www.interieur.gouv.fr.  82  IN  CNAME   cs1635.wpc.omicroncdn.net.
cs1635.wpc.omicroncdn.net. 480  IN  A   152.199.23.71

$ whois 152.199.23.71
CIDR:           152.192.0.0/13, 152.176.0.0/12
NetName:        UU-152-176
NetHandle:      NET-152-176-0-0-1
Parent:         NET152 (NET-152-0-0-0-0)
NetType:        Direct Allocation
OriginAS:       AS1321, AS701
Organization:   ANS Communications, Inc (ANS)
RegDate:        1992-04-01
Updated:        2016-08-18
Comment:        Addresses within this block are non-portable.
Ref:            https://rdap.arin.net/registry/ip/152.176.0.0

OrgName:        ANS Communications, Inc
OrgId:          ANS
Address:        22001 Loudoun County Parkway
City:           Ashburn
StateProv:      VA
PostalCode:     20147
Country:        US
RegDate:        1991-07-12
Updated:        2009-12-07
Ref:            https://rdap.arin.net/registry/entity/ANS

Permalink

Un dispositif de surveillance audio retrouvé à la bibliothèque anarchiste Libertad à Paris (France) | Ears and eyes

Thursday 7 April 2022 à 17:01

Utilisation d'un RB800 de Innova.
via https://sebsauvage.net/links/?dqlxKw
Permalink

Using Windows after 15 years on Linux · duncanlock.net

Thursday 7 April 2022 à 16:33

Je partage le même avis.
Windows, c'est vraiment de la merde.
Permalink