3 liens privés
A woman says that "the fabric of reality crumbled" after an iPhone photo of herself showed two different reflections.
Ce n'est jamais si simple ! :)
Alors merci !
Le guide de réparation est complet, les liens fonctionnent toujours, les guides sont détaillés (merci Brother).
Comme le disait sebsauvage récemment, la prochaine sera aussi un Brother.
Negative Lookeahd :
SetFlag: ((?!Hpa).)*$
- Search for string which do not contains "Hpa" after SetFlag
- Do not forget "$" if multi-line regexp is activated
Testing string :
Match : SetFlag: TestKO
No Match : SetFlag: HpaTestOK
Je l'avais perdu, merci sebsauvage.
C'est très bien dit :
"Sometimes people use "respect" to mean "treating someone like a person" and sometimes they use "respect" to mean "treating someone like an authority".
And sometimes people who are used to being treated like an authority say "If you don'y respect me I won't respect you" and they mean "If you don't treat me like an authority I won't treat you like a person".
And they think they're being faire but they aren't, and it's not ok."
Traduction:
Parfois, les gens utilisent le mot "respect" pour signifier "traiter quelqu'un comme une personne" et parfois ils utilisent le mot "respect" pour signifier "traiter quelqu'un comme une autorité".
Et parfois, les personnes qui ont l'habitude d'être traitées comme une autorité disent "Si tu ne me respectes pas, je ne te respecterai pas", mais ils veulent dire en réalité "Si tu ne me traites pas comme une autorité, je ne te traiterai pas comme une personne".
Ils pensent qu'ils sont justes, mais ce n'est pas le cas, et ce n'est pas correct.
From Java 8 to 21 : improvment
via les castcodeurs
String to test URL parameters :
;,/?:@&=+#$-_.!~*'()|
How long are your favorite video games? HowLongToBeat has the answer. Create a backlog, submit your game times and compete with your friends!
Utile ! Tester les sélecteurs CSS
$$('div')
$$('.myclass li')
Super intéressant.
To identify potential backdoors, check your files for these PHP functions:
base64
exec
move_uploaded_file
str_rot13
gzuncompress
eval
stripslashes
system
assert
preg_replace (with /e/)
Use the following SSH command to detect any hacked files located within your directories:
find . -type f -name '*.php' | xargs egrep -i "(mail|fsockopen|pfsockopen|stream\_socket\_client|exec|system|passthru|eval|base64_decode) *("
The following command will locate image files with backdoor functions:
find wp-content/uploads -type f -iname '*.jpg' | xargs grep -i php
Lastly, use the command below to locate infected iframes:
find . -type f -name '*.php'| grep -i '<iframe'
Restic pour remplacer BorgBackup ?
A tester
Pour compléter :
La cotisation des familles est plutôt à 300€
C'est vrai qu'en Bretagne c'est particulier, l'école privée ne fait pas de prosélytisme. Maintenant, j'imagine qu'il y a des intégristes partout.
So simple
dd if=/dev/cdrom of=image_name.iso
Young generation collectors
Copy (enabled with -XX:+UseSerialGC)
the serial copy collector, uses one thread to copy surviving objects from Eden to Survivor spaces and between Survivor spaces until it decides they've been there long enough, at which point it copies them into the old generation.PS Scavenge (enabled with -XX:+UseParallelGC)
the parallel scavenge collector, like the Copy collector, but uses multiple threads in parallel and has some knowledge of how the old generation is collected (essentially written to work with the serial and PS old gen collectors).ParNew (enabled with -XX:+UseParNewGC)
the parallel copy collector, like the Copy collector, but uses multiple threads in parallel and has an internal 'callback' that allows an old generation collector to operate on the objects it collects (really written to work with the concurrent collector).G1 Young Generation (enabled with -XX:+UseG1GC)
the garbage first collector, uses the 'Garbage First' algorithm which splits up the heap into lots of smaller spaces, but these are still separated into Eden and Survivor spaces in the young generation for G1.
Old generation collectors
MarkSweepCompact (enabled with -XX:+UseSerialGC)
the serial mark-sweep collector, the daddy of them all, uses a serial (one thread) full mark-sweep garbage collection algorithm, with optional compaction.PS MarkSweep (enabled with -XX:+UseParallelOldGC)
the parallel scavenge mark-sweep collector, parallelised version (i.e. uses multiple threads) of the MarkSweepCompact.ConcurrentMarkSweep (enabled with -XX:+UseConcMarkSweepGC)
the concurrent collector, a garbage collection algorithm that attempts to do most of the garbage collection work in the background without stopping application threads while it works (there are still phases where it has to stop application threads, but these phases are attempted to be kept to a minimum). Note if the concurrent collector fails to keep up with the garbage, it fails over to the serial MarkSweepCompact collector for (just) the next GC.G1 Mixed Generation (enabled with -XX:+UseG1GC)
the garbage first collector, uses the 'Garbage First' algorithm which splits up the heap into lots of smaller spaces.
Pense-bête
for f in $(find . -name "*jar"); do echo "Searching in $f: "; jar tvf $f | grep <filename>; done
Because I lost this many times :
- Go to menu
- Select your menu
- Select your menu item
- Click on Icon
- Select an Icon
- On the opened popup to choose the icon, on the right : hide text
So simple..
And since 10.8 SP1, also do not delete :
<em install dir>/product/enterprisemanager/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
Ebook
https://fourtoutici.click/
https://ebookchasseur.com/
https://recherche-ebook.fr/
Page pour convertir des unités
Et pour ne plus rechercher :
- G = Zoll = unité de mesure = pouces en général. Souvent égale à DN (Diametre nomina en mm) = NPS (en pouces)
- IG = Innengewinder = Filetage interne
- AG = AuBengewinde = Filetage externe
3/4" (19.04mm) : IG 24,12 cm / AG 26,44 cm : France - 20/27
1" (25,4mm) : IG 30,29 cm / AG 33,24 cm : France - 26/34
1 1/4" (31,75mm) : IG 38,95 cm / AG 41,91 cm : France 33/42
Et aussi :
https://fr.wikipedia.org/wiki/Dimension_des_tuyaux
https://www.mabeo-direct.com/document/A-361618--tableau-des-correspondances-pour-les-raccords