commands.txt (450B)
1 == Useful Commands/Coding Stuff == 2 3 = golang compile single core 4 -gcflags="all=-c=1" 5 6 = ueberzug command 7 {"action": "add", "x":10, "y":20,"path":"/home/ghost/Pictures/example.png","identifier":"test"} 8 9 = fio drive testing 10 fio --name=usbseq --filename=test.test --size=1G --rw=readwrite --bs=1M --direct=1 --numjobs=1 --iodepth=16 --group_reporting --time_based --runtime=3600 11 12 = disable ~/.sudo_as_admin_successful 13 sudo visudo 14 `Defaults !admin_flag`