avatar
Articles
736
Tags
0
Categories
0

Home
Sharing
Home

Linux Clear Cache

Created2022-03-26|Updated2020-05-29
|Post View:


THIS SITE IS MIRROR || Skip to Full Contents (Read More)
Linux Clear Cache - Posted on May 30, 2020 12:03 AM by Kuswati Bash Script Tips & Tricks Linux/Unix Programming Bash #!/bin/bash #clean page cache #sync #echo 1… `bash

#!/bin/bash

#clean page cache

#sync

#echo 1 >/proc/sys/vm/drop_caches

#clean dentries and inodes

#sync

#echo 2 >/proc/sys/vm/drop_caches

#clean page cache and dentries inodes, but it is not re


THIS SITE IS MIRROR || Skip to Full Contents (Read More)

Author: Dimas Lanjaka
Link: https://dimaslanjaka12.github.io/620b077edacd9477429b8be96595f938.html
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
cover of previous post
Previous Post
Install MySQL di termux
cover of next post
Next Post
disable vscode alert File is a CommonJS module; it may be converted to an ES module
avatar
Dimas Lanjaka
Sharing for www.webmanajemen.com
Articles
736
Tags
0
Categories
0
Follow Me
Announcement
This is just mirror for sharing link, Original Blog in www.webmanajemen.com
Recent Post
Install PHP for Android CLI or Web Server
Install PHP for Android CLI or Web Server2022-05-21
XAMPP vhosts config full example and guide
XAMPP vhosts config full example and guide2022-05-16
Lazy Load Adsense Full Support 2022 Adsense API
Lazy Load Adsense Full Support 2022 Adsense API2022-05-11
Setup node_modules bin on global environtment path
Setup node_modules bin on global environtment path2022-05-11
Midi
Midi2022-05-07
©2014 - 2022 By Dimas Lanjaka