Fishing SMS via 8t0.host : ‘Le colis FR… vers … se trouve au centre de distribution. Vous pouvez suivre votre colis ici .. ‘

Quand je vois que 8t0.host est au Panama : https://who.is/whois/8t0.host c’est forcément du fishing.

En résumé : 8t0.host ( Panama ) => frtplive07985.blogspot.com => kingkongclicks.com ( Panama ) .

!!! NE PAS CLIQUER !!! C’est du fishing …

Misère.

$ curl -v http://www.8t0.host/s/42a2ev/he3
...
> 
< HTTP/1.1 302 Found
< Cache-Control: private
< Transfer-Encoding: chunked
< Content-Type: text/html; charset=utf-8
< Location: https://frtplive07985.blogspot.com/
< Server: Microsoft-IIS/10.0
< X-AspNetMvc-Version: 4.0
< X-AspNet-Version: 4.0.30319
< X-Powered-By: ASP.NET
< Date: Mon, 07 Sep 2020 10:11:11 GMT
<
$ curl -v https://frtplive07985.blogspot.com
....
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* Using Stream ID: 1 (easy handle 0x556025d9f710)
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
> GET / HTTP/2
> Host: frtplive07985.blogspot.com
> User-Agent: curl/7.58.0
> Accept: */*
>
* TLSv1.3 (IN), TLS Unknown, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS Unknown, Unknown (23):
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
* TLSv1.3 (OUT), TLS Unknown, Unknown (23):
* TLSv1.3 (IN), TLS Unknown, Unknown (23):
* TLSv1.3 (IN), TLS Unknown, Unknown (23):
< HTTP/2 200
< x-robots-tag: noindex, nofollow
< content-type: text/html; charset=UTF-8
< expires: Mon, 07 Sep 2020 10:12:43 GMT
< date: Mon, 07 Sep 2020 10:12:43 GMT
< cache-control: private, max-age=0
< last-modified: Mon, 07 Sep 2020 07:40:54 GMT
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< server: GSE
< accept-ranges: none
< vary: Accept-Encoding
<
* TLSv1.3 (IN), TLS Unknown, Unknown (23):

Trail UTCAM – Trail Cote d’Azur Mercantour – version 45 km ( Edition 2020 )

J’avais déjà fait le Trail en 2017 et j’avais du abandonné : https://www.cyber-neurones.org/2017/08/trail-de-la-vesubie-version-44-km/ . Cette fois j’ai pu aller jusqu’au bout. J’ai superposé les deux parcours ( 2017 vs 2020 ) :

  • 2017 :
    • 44 km
    • 3100 m D+
    • 3100 m D-
  • 2020 :
    • 46,4 km ( +2,4 km)
    • 3370 m D+ ( +270 m)
    • 3380 m D-

Au niveau de l’organisation rien à redire, avec le COVID c’est difficile de faire mieux. Par contre j’avais pris un camelback de 3 litres, et visiblement j’ai eu raison . Entre le deuxième et le troisième ravitaillement il y avait presque 20 km …

Le parcours :

Total distance: 46856 m
Max elevation: 2505 m
Min elevation: 972 m
Total climbing: 3244 m
Total descent: -3204 m
Average speed: 5.51 km/h
Total time: 10:33:19
Download file: UTAM.gpx

Photos :

Résultat :

Le classement ITRA actuel :

Le lien : https://itra.run/runners/1260843-frederic-arias , au vu de ma contre performance, cela ne va pas rentrer dans le top 6 des trails.

Nouveau site de Trail : betrail.run

J’ai pu voir un nouveau site de Trail : https://www.betrail.run/ . Je sais pas où il trouve les informations mais pour mon profil cela semble bon. J’ai 19 résultats alors que sur le site de l’ITRA : https://itra.run/runners/1260843-frederic-arias j’ai 13 résultats dont 11 terminées. Sur Betrail on n’a donc que les courses terminées mais par contre on a plus de résultats.

Mon Profil : https://www.betrail.run/runner/arias.frederic/overview .

Update :

J’ai pu voir que les informations sont fausses sur le dénivelé et la distance :

Le dénivelé c’est . La distance c’est pas 43 km mais 46,4 km et le dénivelé c’est 3370m et pas 3100 m.

Nextcloud : Les problèmes sur mon installation

Je viens de voir qu’il y avait quelques problèmes sur mon installation :

1- Manque d’un index :

# sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-indices
Check indices of the share table.
Check indices of the filecache table.
Check indices of the twofactor_providers table.
Check indices of the login_flow_v2 table.
Check indices of the whats_new table.
Check indices of the cards table.
Check indices of the cards_properties table.
Check indices of the calendarobjects_props table.
Check indices of the schedulingobjects table.
Check indices of the oc_properties table.
Adding properties_path_index index to the oc_properties table, this can take some time...
oc_properties table updated successfully.

2- Manque d’une colonne :

sudo -u www-data php /usr/share/nginx/nextcloud/occ db:add-missing-columns
Check columns of the comments table.
Adding additional reference_id column to the comments table, this can take some time...
Comments table updated successfully.

3- Passage de PHP 7.2 en PHP 7.3 :

# sudo add-apt-repository ppa:ondrej/php
...
# sudo apt-get update
...
# sudo apt install php7.3
....
Les paquets supplémentaires suivants seront installés : 
libapache2-mod-php7.3 libpcre2-8-0 php-common php7.3-cli php7.3-common php7.3-json php7.3-opcache
php7.3-readline
Paquets suggérés :
php-pear
Les NOUVEAUX paquets suivants seront installés :
libapache2-mod-php7.3 libpcre2-8-0 php7.3 php7.3-cli php7.3-common php7.3-json php7.3-opcache
php7.3-readline
...
# sudo apt install php7.3-common php7.3-cli php7.3-bcmath php7.3-bz2 php7.3-curl php7.3-gd php7.3-intl php7.3-json php7.3-mbstring php7.3-readline php7.3-xml php7.3-zip php7.3-fpm
...
NOTICE: Not enabling PHP 7.3 FPM by default.
NOTICE: To enable PHP 7.3 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.3-fpm
NOTICE: You are seeing this message because you have apache2 package installed.

# sudo apt-get install php7.3-mysql php7.3-imagick php7.3-recode php7.3-tidy php7.3-xmlrpc

# sudo a2dismod php7.2
Module php7.2 disabled.
To activate the new configuration, you need to run:
systemctl restart apache2
# sudo a2enmod php7.3
Considering dependency mpm_prefork for php7.3:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php7.3:
Enabling module php7.3.
To activate the new configuration, you need to run:
systemctl restart apache2
# sudo systemctl restart apache2
# sudo a2enmod proxy_fcgi setenvif
Considering dependency proxy for proxy_fcgi:
Enabling module proxy.
Enabling module proxy_fcgi.
Module setenvif already enabled
To activate the new configuration, you need to run:
systemctl restart apache2
$ sudo a2enconf php7.3-fpm
Enabling conf php7.3-fpm.
To activate the new configuration, you need to run:
systemctl reload apache2
$ php -v
PHP 7.3.21-1+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Aug 7 2020 14:44:10) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.21, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.21-1+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 1999-2018, by Zend Technologies

4- Ajout du module PHP bcmath :

# sudo apt install php7.3-bcmath

5 – Ajout du module PHP gmp :

# sudo apt install php7.3-gm

6 – Check et start de php7.3-fpm :

# ls -l /run/php/php7.*
-rw-r--r-- 1 root     root     4 août  24 13:07 /run/php/php7.2-fpm.pid
srw-rw---- 1 www-data www-data 0 août  24 13:07 /run/php/php7.2-fpm.sock
-rw-r--r-- 1 root     root     5 août  31 11:26 /run/php/php7.3-fpm.pid
srw-rw---- 1 www-data www-data 0 août  31 11:26 /run/php/php7.3-fpm.sock

#  sudo systemctl start php7.3-fpm

#  sudo systemctl enable php7.3-fpm

# diff /etc/php/7.3/fpm/php.ini /etc/php/7.2/fpm/php.ini  | grep -v "< ;" | grep -v "> ;" | grep -v "\-\-\-"
...
< output_buffering = 4096 > output_buffering = 8192
...
< max_execution_time = 30 > max_execution_time = 600
...
< max_input_time = 60 > max_input_time = 600
...
< memory_limit = 128M > memory_limit = 2048M
...
< display_errors = Off > display_errors = On
...
< display_startup_errors = Off > display_startup_errors = On
...
< log_errors_max_len = 1024 > log_errors_max_len = 4024
...
< ignore_repeated_errors = Off > ignore_repeated_errors = On
...
< post_max_size = 8M > post_max_size = 20M
...
< upload_max_filesize = 2M > upload_max_filesize = 40M
...
< max_file_uploads = 20 > max_file_uploads = 100
...
< default_socket_timeout = 60 > default_socket_timeout = 600
...
< session.cache_expire = 180 > session.cache_expire = 320


7 – Modification dans NextCloud :

Fichier /etc/nginx/conf.d/nextcloud-local.conf et /etc/nginx/conf.d/nextcloud.conf :

       #fastcgi_pass unix:/run/php/php7.2-fpm.sock;
       fastcgi_pass unix:/run/php/php7.3-fpm.sock;