The mods listed here are only the most popular and better quality mods that add new content and offer major improvments.
Name | Description | Links | D2 | D2+LD | D2R | Online | Offline |
---|
The mods listed here are only the most popular and better quality mods that add new content and offer major improvments.
Name | Description | Links | D2 | D2+LD | D2R | Online | Offline |
---|
All examples will be using SHA-512, <password>
as password placeholder and <salt>
as salt placeholder.
Note: mkpasswd
binary is installed via the package whois
on Debian / Ubuntu only. On other Linux distribution such as ArchLinux, Fedora, CentOS, openSUSE, etc. mkpasswd
is provided by the expect
package but is an totally different utility which is available as expect_mkpasswd
on Debian / Ubuntu. whois
of all other Linux distro doesn't include mkpasswd
but the source (C lang) can be found on the original repository https://github.com/rfc1036/whois.
# With a random password and random salt
mkpasswd -m sha-512
# With a random random salt
del v7.0.0 moved to pure ESM (no dual support), which forced me to move my gulpfile to ESM to be able to continue to use del
.
The author sindresorhus maintains a lot of npm packages and does not want to provides an upgrade guide for each package so he provided a generic guide. But this guide is a bit vague because it's generic and not helping for gulp, hence this guide.
Depuis le 1er Septembre 2022, un [plan de numérotation][plan-num] a été établit par l'[ARCEP][arcep] afin de définir les usages des numéros de téléphone en France. Une de ses conséquences est qu'il existe maintenant [une plage définie pour les numéros de démarchage commercial][nextimpact].
Certaines application Android comme [SpamBlocker][SpamBlocker], permettent de bloquer des numéros de téléphone entrants à partir d'une expression régulière (RegExp). Il est donc possible de bloquer systématiquement les numéros des démarcheurs à l'aide de RegExp.
Démarcheurs France Métropolitaine
(\+33|0)(162|163|270|271|377|378|424|425|568|569|948|949).+
(33)?(162|163|270|271|377|378|424|425|568|569|948|949).+
require 'etc' | |
TCP_STATES = { # /usr/src/linux/include/net/tcp_states.h | |
'00': 'UNKNOWN', | |
'FF': 'UNKNOWN', | |
'01': 'ESTABLISHED', | |
'02': 'SYN_SENT', | |
'03': 'SYN_RECV', | |
'04': 'FIN_WAIT1', | |
'05': 'FIN_WAIT2', |
You can edit / preview it with some plugins:
query IntrospectionQuery { | |
__schema { | |
queryType { name } | |
mutationType { name } | |
subscriptionType { name } | |
types { | |
...FullType | |
} |