All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Guys IT. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:02, 29 June 2020 Gweatherburn talk contribs created page Common-files-clearcache.sh (Created page with "<pre> #!/bin/bash # # Clear the cache and swap files on this server. # sync; echo 3 > /proc/sys/vm/drop_caches /usr/sbin/swapoff -a /usr/sbin/swapon -a exit 0 </pre>")