tUseful commands.wiki - wiki - knowledgebase of randomness HTML git clone git://parazyd.org/wiki.git DIR Log DIR Files DIR Refs --- tUseful commands.wiki (267B) --- 1 = useful random commands = 2 3 == boot a kernel with qemu-system-arm == 4 {{{ 5 qemu-system-arm -enable-kvm -M virt -cpu host -m 512M -kernel zImage -nographic 6 }}} 7 8 9 == ssh port forwarding == 10 11 {{{ 12 torsocks ssh -L10443:10.20.40.150:443 root@ru23abastzmgpecs.onion 13 }}} 14