All public logs
From Wiki.IT-Arts.net
Combined display of all available logs of Wiki.IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 3 August 2024 Admin talk contribs deleted page BASH- Show SWAP Usage.sh (content was: "Category:Post-It <nowiki> #!/bin/sh # # LIST SWAP USAGE BY APPLICATION for file in /proc/*/status ; do grep -q "VmSwap" $file;if [ $? -eq 0 ]; then awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; fi done|grep -v '0 kB' | sort -k 2 -n exit 0</nowiki>", and the only contributor was "Admin" (talk))