From a365af44e1db6d3e0ca1c2afd44f54b2f9d5d165 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 18 Apr 2020 18:03:53 +0000 Subject: [PATCH] added way more commands. --- arch-config/Commands | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/arch-config/Commands b/arch-config/Commands index 39ce7774..636d98d3 100644 --- a/arch-config/Commands +++ b/arch-config/Commands @@ -11,4 +11,28 @@ ffmpeg-normalize *.opus -v -pr -c:a libopus -ext opus ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg #found in .bashrc -yta-best="youtube-dl --extract-audio --audio-format best " \ No newline at end of file +yta-best="youtube-dl --extract-audio --audio-format best " + +sudo cp -r /var/lib/lightdm/.local/share/webkitgtk/localstorage/ ~/ +sudo chmod -Rv 777 ~/localstorage/ + +#Single 4KiB random write process +fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=4k --size=4g --numjobs=1 --iodepth=1 --runtime=120 --time_based --end_fsync=1 + +#16 parallel 64KiB random write processes +fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=64k --size=256m --numjobs=16 --iodepth=16 --runtime=120 --time_based --end_fsync=1 + +#Single 1MiB random write process +fio --name=random-write --ioengine=posixaio --rw=randwrite --bs=1m --size=16g --numjobs=1 --iodepth=1 --runtime=120 --time_based --end_fsync=1 + +#smartctl test +sudo smartctl -t + +#smartctl status +sudo smartctl -a + +#cute cat +oneko + +#fake identity +rig \ No newline at end of file