init : articles varlog (migration depuis rsync)

This commit is contained in:
Cédrix
2026-05-15 10:37:48 +02:00
commit b0716911b3
5573 changed files with 107423 additions and 0 deletions
@@ -0,0 +1 @@
{"uuid":"da4a9b2c-17c5-4dfd-a8dd-6bce63979b4a","slug":"vider-le-cache-memoire","title":"Cache en mémoire : vider","author":"cedric@abonnel.fr","published":true,"published_at":"2023-02-28 20:02:46","created_at":"2023-02-28 20:02:46","updated_at":"2023-02-28 20:02:46","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# Cache en mémoire : vider\n\nhttps://unix.stackexchange.com/questions/87908/how-do-you-empty-the-buffers-and-cache-on-a-linux-system\n\nTo free pagecache\n sudo sh -c 'echo 1 >/proc/sys/vm/drop_caches'\n\nTo free dentries and inodes\n sudo sh -c 'echo 2 >/proc/sys/vm/drop_caches'\n\nTo free pagecache, dentries and inodes\n sudo sh -c 'echo 3 >/proc/sys/vm/drop_caches'\n\n## dés / activer le swap\n sudo swapoff -a\n sudo swapon -a\n\n## Tuer tous les process avec un nom\n sudo killall teamviewerd","featured":false,"tags":[]}