gist.githate.ru

Explore

  • All gists
  • Topics
  • Users
Telegram Git collection
Give feedback on the new UI Powered by Opengist ⋅ 9ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
c

clean

Recently created Least recently created Recently updated Least recently updated
LittleGreenCat

LittleGreenCat / Linux Cache cleaning

Last active 2 months ago cache clean

Очистка Linux Cache

0 0 1
1 # только PageCache
2
3 sync && echo 1 | sudo tee /proc/sys/vm/drop_caches
4
5 # dentries и inodes
6
7 sync && echo 2 | sudo tee /proc/sys/vm/drop_caches
8
9 # PageCache, dentries и inodes