Monthly Shaarli

All links of one month in a single page.

December, 2023

LpCodes/Moving-WSL-Distribution-to-Another-Drive: This guide provides step-by-step instructions on how to move a Linux distribution installed on Windows Subsystem for Linux (WSL) to a different drive.
thumbnail

Moving WSL Distribution to Another Drive

This guide explains the process of moving a Linux distribution installed on Windows Subsystem for Linux (WSL) to another drive. In this example, we will be moving an Ubuntu 22.04 distribution, and the steps are outlined below.

Prerequisites

  • Windows operating system with WSL 2 installed.

Instructions

  1. Check the existing WSL 2 installations on your computer by running the following command in a WSL or Command Prompt window:

    wsl --list -v

    If the installation you want to move is currently running, you need to stop it. For example, if you want to move Ubuntu 22.04, terminate it using the following command:

    wsl -t Ubuntu-22.04
  2. Export the WSL distribution to a folder. In this example, we will export Ubuntu 22.04 as ubuntu-ex.tar to the D:\wsl\wsl_export directory. Run the following command:

    wsl --export Ubuntu-22.04 "D:\wsl_export\ubuntu-ex.tar"
  3. Unregister the previous WSL installation. This step removes the Ubuntu 22.04 distribution from the WSL 2 list obtained in the previous step. Execute the following command:

    wsl --unregister Ubuntu-22.04
  4. Import the WSL installation to a new folder and re-register it. In this example, we will import Ubuntu 22.04 to the D:\wsl_import\ubuntu directory using the exported ubuntu-ex.tar file. Run the following command:

    wsl --import Ubuntu-22.04 "D:\wsl_import\ubuntu" "D:\wsl_export\ubuntu-ex.tar"
  5. Set default user (optional): This step is only necessary if you're:
    Importing to a new machine or creating a new user for Ubuntu. Setting the default user avoids login prompts each time you launch the distribution.

    Using multiple users on your Windows machine and want different defaults for each. This clarifies which user launches by default for each WSL environment.

    To set the default user, run: ubuntu.exe config --default-user me (replace "me" with your actual username).

Congratulations! You have successfully moved your WSL distribution (Ubuntu 22.04) to another drive. You can now start the distribution and continue using it on the new location.

Your Smart TV Knows What You’re Watching – The Markup - Liens en vrac de sebsauvage

Repartage du partage de SebSauvage pour retrouver plus vite les infos quand j'en aurai besoin.

Quad9 Turns the Sony Case Around in Dresden | Quad9

Suite à leur appel, Quad9 n'est pas obligé de mentir sur ses DNS à la demande de Sony Music.

Il faut rappeler que si l'offre légale est propre et correcte, le piratage reste totalement marginal.
Donc plutôt que de s'attaquer à ces quelques pirateries (par des moyens techniques non efficaces), peut-être qu'ils pourraient mettre ces moyens dans leur offre légale pour inciter les gens à être dessus.

Understanding How UUIDs Are Generated - Digital Bunker (digitalbunker.dev) – wallabag
thumbnail

Je n'avais jamais regardé à quel point l'ordre de grandeur était si fou.

If you were to generate 1 billion UUIDs every second for the next 100 years, the probability of creating just one duplicate would be about 50%. This is of course assuming that the PRNG used in generating the UUID introduced sufficient entropy (“real randomness”) into the mix, otherwise the probability of duplicates count be higher. In a slightly more tangible example, if you were to generate 10,000,000,000,000 [10 trillion] UUIDs, the chance of 2 UUIDs being the same is 0.00000006 %.

Governments spying on Apple, Google users through push notifications - US senator | Reuters - Liens en vrac de sebsauvage

Je ne connaissais pas cette technique .. Après, qui a eu l'idée entre les GAFAM ou la NSA ? ..

Argument supplémentaire pour utiliser Signal par rapports aux autres applications de messagerie.

Comment les tarifs des trains SNCF ont explosé sur la période de Noël - Numerama
thumbnail

Il manque également le Toulouse-Lyon qui a pas mal explosé, mais dans l'idée, oui les tarifs augmentent énormément :/

Hook de lib sous Linux avec LD_PRELOAD – 0x0ff.info
thumbnail

Article bien foutu pour expliquer comment surcharger une librairie système.

Quelques réflexions sur la sauvegarde

Réflexions intéressantes, je rejoins beaucoup des avis évoqués.
Par contre, je sauvegarde également les images Docker et les repo git associés pour être capable de remonter une backup à tout moment.

Pluralistic: “If buying isn’t owning, piracy isn’t stealing” (08 Dec 2023) – Pluralistic: Daily links from Cory Doctorow - Liens en vrac de sebsauvage

If buying isn't owning, piracy isn't stealing

Je garde ce lien pour cette citation.
En effet, quand on achète des jeux Steam ou la plupart des ebook, on achète uniquement une licence.

Après, il ne faut pas oublier les personnes derrière qui ont besoin de revenus pour vivre (ceux qui ont fait le jeu ou écrit le livre, pas les X intermédiaires plus ou moins utiles).