added way more commands.
This commit is contained in:
parent
ce7b4b10f8
commit
a365af44e1
@ -12,3 +12,27 @@ ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg
|
|||||||
|
|
||||||
#found in .bashrc
|
#found in .bashrc
|
||||||
yta-best="youtube-dl --extract-audio --audio-format best "
|
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 <short|long> <disk>
|
||||||
|
|
||||||
|
#smartctl status
|
||||||
|
sudo smartctl -a <disk>
|
||||||
|
|
||||||
|
#cute cat
|
||||||
|
oneko
|
||||||
|
|
||||||
|
#fake identity
|
||||||
|
rig
|
Loading…
Reference in New Issue
Block a user