Skip to content

Commit 93ecbaf

Browse files
authored
split blog files into subfolders (#65)
* move files * move image
1 parent db6dfec commit 93ecbaf

File tree

10 files changed

+30
-7
lines changed

10 files changed

+30
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2024-01-18 : WSL - nettoyage
2+
============================
3+
4+
L'image liée au `WSL <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`_
5+
grossit et supprimer des fichiers ne la réduit pas, tout du moins, pas dans l'immédiat.
6+
Il fait epxliciter lancer une commande pour *optimiser* l'image depuis une command
7+
Powershell.
8+
9+
::
10+
11+
Optimize-VHD -Path C:\Users\<user>\AppData\Local\Packages\<image>\LocalState\ext4.vhdx -Mode Full
12+
13+
``<user>`` est le nom d'utilisateur, ``<image>`` ressemble à quelque chose comme
14+
``CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc``.
15+
16+
Cette astuce vient de l'article :
17+
`Daniel Nashed's Blog <https://blog.nashcom.de/nashcomblog.nsf/dx/cleaning-up-your-disks-wsl-and-docker.htm>`_.

_doc/articles/index.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,25 @@ Collections d'articles périssables
55

66
Ou *blog*.
77

8+
.. toctree::
9+
:caption: 2024
10+
:maxdepth: 1
11+
12+
2024/2024-01-18-wsl
13+
814
.. toctree::
915
:caption: 2023
1016
:maxdepth: 1
1117

12-
2023-11-31-route2023
13-
2023-09-06-ensae
14-
2023-08-09-hermionne
15-
2023-08-03-code-jam
18+
2023/2023-11-31-route2023
19+
2023/2023-09-06-ensae
20+
2023/2023-08-09-hermionne
21+
2023/2023-08-03-code-jam
1622

1723
.. toctree::
1824
:caption: 2022
1925
:maxdepth: 1
2026

21-
2022-11-31-route2022
22-
2022-12-07-cartopy
23-
2022-01-01-assurance
27+
2022/2022-11-31-route2022
28+
2022/2022-12-07-cartopy
29+
2022/2022-01-01-assurance

0 commit comments

Comments
 (0)