• blog.gregoweb.ovh
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 12
225 results for tags admin x
  • Gagner de l'argent en purgeant /var/lib/mysql - GuiGui's Show
    Mon Aug 11 04:57:42 2025 - permalink -
    - https://shaarli.guiguishow.info/?GzvgQQ
    admin backup BDD bdd mysql sql sqlite
  • GitHub - imthenachoman/How-To-Secure-A-Linux-Server: An evolving how-to guide for securing a Linux server.
    Mon Aug 4 05:04:40 2025 - permalink -
    - https://github.com/imthenachoman/How-To-Secure-A-Linux-Server
    admin debian linux security tuto
  • Partitionner disque avec Diskpart
    🧨 Étapes pour supprimer les partitions protégées avec Diskpart

    1. **Ouvre l’invite de commande en mode administrateur** :
      - Touche Windows > tape `cmd` > clic droit > *ExĂ©cuter en tant qu’administrateur*.

    2. **Lance Diskpart** :
      ```bash
      diskpart
      ```

    3. **Liste les disques** :
      ```bash
      list disk
      ```
      - Identifie ton disque externe (par sa taille, probablement `931 GB`).

    4. **Sélectionne le disque** :
      ```bash
      select disk X
      ```
      - Remplace `X` par le numĂ©ro de ton disque externe.

    5. **Liste les partitions** :
      ```bash
      list partition
      ```

    6. **Supprime chaque partition** :
      ```bash
      select partition Y
      delete partition override
      ```
      - Remplace `Y` par le numĂ©ro de chaque partition (EFI, OEM, etc.).
      - L’option `override` permet de forcer la suppression.

    7. **Crée une nouvelle partition unique** :
      ```bash
      create partition primary
      format fs=exfat quick
      assign
      ```
    Sat Aug 2 13:45:09 2025 - permalink -
    - ?tn5rQQ
    admin dique partition windows
  • My Ultimate Self-hosting Setup
    Mon Jul 21 09:04:35 2025 - permalink -
    - https://codecaptured.com/blog/my-ultimate-self-hosting-setup/
    admin auto-hebergement host
  • ProxyAuth | Documentation
    Thu Jul 3 04:18:04 2025 - permalink -
    - https://proxyauth.app/
    admin auth auto-hebergement dev-web sso
  • OWASP Foundation, the Open Source Foundation for Application Security | OWASP Foundation
    Wed Jul 2 05:48:29 2025 - permalink -
    - https://owasp.org/
    admin dev-web security
  • Mon infra en 2021 - blog.lrdf.fr
    Wed Jun 18 06:39:27 2025 - permalink -
    - https://blog.lrdf.fr/article16/mon-infra-en-2021
    admin auto-hebergement host
  • La boĂ®te Ă  outils ultime pour dompter Windows 11 | PC - Mac - Linux | Le site de Korben
    Wed Jun 4 12:43:17 2025 - permalink -
    - https://korben.info/boite-a-outils-windows-11.html
    admin outils outils-web windows
  • GitHub - fosrl/pangolin: Tunneled Mesh Reverse Proxy Server with Identity and Access Control and Dashboard UI - Liens en vrac de sebsauvage
    Mon Jun 2 08:11:27 2025 - permalink -
    - https://sebsauvage.net/links/?i0pG_g
    admin proxy security vpn
  • Debian : Configuration complète d'unattended-upgrades pour une sĂ©curitĂ© sans effort - slash-root.fr
    Thu May 15 11:10:42 2025 - permalink -
    - https://slash-root.fr/debian-configuration-complete-dunattended-upgrades-pour-une-securite-sans-effort/
    admin debian host linux security
  • I use Zip Bombs to Protect my Server
    dd if=/dev/zero bs=1G count=10 | gzip -c > 10GB.gz

    Here is what the command does:

       dd: The dd command is used to copy or convert data.
       if: Input file, specifies /dev/zero a special file that produces an infinite stream of zero bytes.
       bs: block size, sets the block size to 1 gigabyte (1G), meaning dd will read and write data in chunks of 1 GB at a time.
       count=10: This tells dd to process 10 blocks, each 1 GB in size. So, this will generate 10 GB of zeroed data.

    We then pass the output of the command to gzip which will compress the output into the file 10GB.gz. The resulting file is 10MB in this case.
    Wed Apr 30 07:15:39 2025 - permalink -
    - https://idiallo.com/blog/zipbomb-protection
    admin anubis compression security zip
  • Comment installer Carbonio CE - Votre propre Google Workspace 100% libre en 10 Ă©tapes | Open source | Le site de Korben
    Tue Apr 29 08:49:54 2025 - permalink -
    - https://korben.info/installer-carbonio-ce-serveur-mail-libre-alternative-google-workspace.html
    admin email host
  • Public - The /var/log/lastlog file is a very large size
    affichage incorrect de la taille de /var/log/laslog
    pour affichage correct :
    ls -s
    Le contenu du fichier peut être consulté avec la commande :
    lastlog
    Thu Apr 24 14:00:48 2025 - permalink -
    - https://support.teradata.com/knowledge?id=kb_article_view&sys_kb_id=8154f49d1bf7ec10afb3a6c1b24bcb38
    admin lastlog linux ls shell
  • [Anubis] Utiliser la preuve de travail pour bloquer les robots · Pofilo.fr
    Thu Apr 17 06:25:05 2025 - permalink -
    - https://www.pofilo.fr/post/2025/04/14-mise-en-place-anubis/
    admin anubis ia llm ouils proxy security
  • Learn and Test DMARC
    Mon Apr 14 14:12:29 2025 - permalink -
    - https://www.learndmarc.com/
    admin dmarc email
  • Anubis: self hostable scraper defense software | Anubis
    Mon Apr 14 07:48:18 2025 - permalink -
    - https://anubis.techaro.lol/
    admin host ia llm proxy security
  • test connexion serveur smtp powershell
    Test-NetConnection -ComputerName "mondomaine.tld" -Port 25
    Thu Apr 10 13:51:27 2025 - permalink -
    - ?_LQaXw
    admin email powershell windows
  • L'IA et Forgejo - Dryusdan.space
    Wed Apr 9 07:47:24 2025 - permalink -
    - https://dryusdan.space/lia-et-forgejo
    admin ddos host ia llm security
  • low-carbon-computing/anti-AI-tools.md sur master - wimvanderbauwhede/low-carbon-computing - Codeberg.org
    Tue Apr 8 07:24:12 2025 - permalink -
    - https://codeberg.org/wimvanderbauwhede/low-carbon-computing/src/branch/master/anti-AI-tools.md
    admin dev-web host ia llm outils outils-web security
  • Using Proxmox with one public IP address | Wiki - The Abyss Project
    Thu Apr 3 08:53:03 2025 - permalink -
    - https://wiki.abyssproject.net/en/proxmox/proxmox-with-one-public-ip
    admin proxmox
Links per page: 20 50 100
◄Older
page 1 / 12