Avis yumping.com : c’est une arnaque !!! à fuir …

Ce site est une véritable arnaque :

  • ils vendent des prestations qui n’existent pas ou alors la prestation peut ne plus exister.
  • ils ont un mauvais suivi des dossiers, quasiment pas de support.
  • ils ne rembourse pas sous 24h, même pas d’email suite à une demande de remboursement..
  • impossible d’avoir un email de leur part.

A fuir !

Sur  Tripadvisor même constat :

Sur fr.trustpilot.com même constat :

NextCloud : Passage en version 27.0.1

En passant

Pas de problème à noter, j’ai du lancer une commande en ligne :

# 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.
Adding additional parent index to the filecache table, this can take some time...
Filecache table updated successfully.
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.
Check indices of the oc_jobs table.
Check indices of the oc_direct_edit table.
Check indices of the oc_preferences table.
Check indices of the oc_mounts table.
Adding mounts_user_root_path_index index to the oc_mounts table, this can take some time...
oc_mounts table updated successfully.
Check indices of the oc_systemtag_object_mapping table.
Adding systag_by_tagid index to the oc_systemtag_object_mapping table, this can take some time...
oc_systemtag_object_mapping table updated successfully.
Adding additional textstep_session index to the oc_text_steps table, this can take some time...
oc_text_steps table updated successfully.

 

HUGO : Build Markdown d’un GITHUB

En passant

Pour l’instant cela ne marche absolument pas … j’ai fait un Markdown sous GIT : https://github.com/farias06/resume .

Le but étant de faire le build via Hugo sous Débian :

# cat /etc/os-release  | grep "PRETTY_NAME"
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
# hugo server -D --bind="0.0.0.0"
# hugo version
Hugo Static Site Generator v0.80.0/extended linux/amd64 BuildDate: 2021-07-18T09:31:51Z (debian 0.80.0-6+b5)
# cd /var/arias-frederic.org/
# /root/go/bin/hugo server -D --bind="0.0.0.0"
Start building sites … 
hugo v0.112.3+extended linux/amd64 BuildDate=unknown

                   | FR   
-------------------+------
  Pages            |   3  
  Paginator pages  |   0  
  Non-page files   | 136  
  Static files     | 136  
  Processed images |   0  
  Aliases          |   0  
  Sitemaps         |   0  
  Cleaned          |   0  

Built in 102 ms
Watching for changes in /var/arias-frederic.org/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /var/arias-frederic.org/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 0.0.0.0)
Press Ctrl+C to stop

Le résultat avec hugo sur le port 1313 :

Pour l’instant le résultat n’est pas bon : https://my.cyber-neurones.org/ . Sachant que résultat de Hugo n’est pas le même que le build. Le mermaid ne s’affiche pas …

Il reste du boulot.