• blog.gregoweb.ovh
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 3 / 12
Newer►
228 results for tags admin x
  • Comment bloquer les Robots qui aspirent le contenu de votre site pour entraîner des modèles LLM ?
    #via conf nginx :

    if ($http_user_agent ~* (AI2Bot|Ai2Bot-Dolma|Amazonbot|Applebot|Applebot-Extended|Bytespider|CCBot|ChatGPT-User|Claude-Web|ClaudeBot|Diffbot|FacebookBot|FriendlyCrawler|GPTBot|Google-Extended|GoogleOther|GoogleOther-Image|GoogleOther-Video|ICC-Crawler|ImagesiftBot|Kangaroo Bot|Meta-ExternalAgent|Meta-ExternalFetcher|OAI-SearchBot|PerplexityBot|PetalBot|Scrapy|Sidetrade indexer bot|Timpibot|VelenPublicWebCrawler|Webzio-Extended|YouBot|anthropic-ai|cohere-ai|facebookexternalhit|iaskspider/2.0|img2dataset|omgili|omgilibot)) {
       return 403;
    }
    Mon Oct 7 15:56:02 2024 - permalink -
    - https://www.geeek.org/comment-bloquer-robots-aspirent-contenu-pour-llm/
    admin ia llm nginx robots.txt
  • Linux malware “perfctl” behind years-long cryptomining campaign
    Thu Oct 3 17:39:30 2024 - permalink -
    - https://www.bleepingcomputer.com/news/security/linux-malware-perfctl-behind-years-long-cryptomining-campaign/
    admin linux security
  • Linux ip Command Examples - nixCraft
    ip a
    Thu Oct 3 14:48:54 2024 - permalink -
    - https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/
    admin ifconfig linux
  • Vérifier si votre serveur Linux est vulnérable à l'attaque CUPS
    Désactiver le service d'imprimantes sur un serveur :
    sudo systemctl stop cups
    sudo systemctl disable cups
    sudo systemctl stop cups-browsed
    sudo systemctl disable cups-browsed
    Mon Sep 30 10:04:34 2024 - permalink -
    - https://zonetuto.fr/linux/verifier-si-votre-serveur-linux-est-vulnerable-a-lattaque-cups/
    admin linux security
  • gee Ⓐ⚑: "Nouvelle commande très utile q…" - Framapiaf
    $ tc qdisc add dev lo root netem delay 60ms loss 10%

    ajoute un lag de 60ms et un taux de pertes de paquets de 10 % sur localhost
    pratique pour tester le multijoueur sur Godot avec 2 instances sur le même ordinateur en local tout en simulant une connexion réelle avec un ping important et un peu de pertes.
    Wed Sep 4 11:39:28 2024 - permalink -
    - https://framapiaf.org/@gee/112693006960365128
    admin bash game-dev Godot linux
  • En cas d’urgence, brisez la glace : “generic mitigations” et gestion d’incident - OCTO Talks !
    Thu Aug 8 15:56:45 2024 - permalink -
    - https://blog.octo.com/en-cas-d'urgence-brisez-la-glace--generic-mitigations-et-gestion-d'incident
    admin retex security
  • Self-Hosted Applications and Alternatives
    Tue Aug 6 10:27:50 2024 - permalink -
    - https://selfh.st/apps/?
    admin auto-hebergement host linux
  • kiennt26's home | Linux Network Performance Ultimate Guide
    Mon Jul 29 12:01:28 2024 - permalink -
    - https://ntk148v.github.io/posts/linux-network-performance-ultimate-guide/
    admin cloud host linux
  • GitHub - onceupon/Bash-Oneliner: A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.
    Tue Jul 23 10:19:28 2024 - permalink -
    - https://github.com/onceupon/Bash-Oneliner
    admin bash linux
  • Sécurité | Yunohost Documentation
    Tue Jul 9 16:08:34 2024 - permalink -
    - https://yunohost.org/fr/security
    admin security yunohost
  • Homelab: Mon serveur 2U sur base d'Ampere Altra (architecture ARM64)
    Tue Jun 25 17:30:48 2024 - permalink -
    - https://www.itix.fr/fr/blog/homelab-server-2u-short-depth-front-io-ampere-altra-arm64-architecture/
    admin host
  • How Standard Ebooks serves millions of requests per month with a 2GB VPS; or, a paean to the classic web - Alex Cabal
    Wed Jun 12 16:08:08 2024 - permalink -
    - https://alexcabal.com/posts/standard-ebooks-and-classic-web-tech
    admin dev-web gestion-projet
  • GitHub - piku/piku: The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.
    Tue Jun 11 12:22:24 2024 - permalink -
    - https://github.com/piku/piku
    admin host
  • FrankenPHP – Le serveur PHP surpuissant écrit en Go
    Mon Jun 3 10:57:39 2024 - permalink -
    - https://korben.info/frankenphp-serveur-php-surpuissant-kevin-dunglas.html
    admin host php
  • FrankenPHP – Le serveur PHP surpuissant écrit en Go
    Mon Jun 3 10:56:58 2024 - permalink -
    - https://korben.info/frankenphp-serveur-php-surpuissant-kevin-dunglas.html
    admin host php
  • OliveTin – Simplifiez et sécurisez vos tâches avec cette interface web intuitive !
    Mon May 27 16:45:48 2024 - permalink -
    - https://korben.info/olivetin-simplifiez-et-securisez-vos-taches-via-une-interface-web.html
    admin bash outils outils-web
  • Stéphane Bortzmeyer (@bortzmeyer@mastodon.gougere.fr) - Mastodon - Gougère Network
    Thu May 23 15:58:42 2024 - permalink -
    - https://mastodon.gougere.fr/@bortzmeyer
    admin dns fediverse
  • Exposer des Services Web avec HAProxy | Stéphane ROBERT
    Thu May 23 09:46:52 2024 - permalink -
    - https://blog.stephane-robert.info/docs/services/reseau/haproxy/
    admin haproxy host outils proxy
  • Argos Panoptès : la supervision de sites web simple et efficace – Framablog
    Tue May 21 11:45:35 2024 - permalink -
    - https://framablog.org/2024/05/16/argos-panoptes-la-supervision-de-sites-web-simple-et-efficace/
    admin outils status
  • BashPitfalls - Greg's Wiki
    Thu May 16 13:37:55 2024 - permalink -
    - https://mywiki.wooledge.org/BashPitfalls
    admin bash linux
Links per page: 20 50 100
◄Older
page 3 / 12
Newer►