Chrome OS - supports SMB server, append shift maybe to control+shift+p
busyboxw32 SSH http://cb.vu/unixtoolbox.xhtml https://certsimple.com/rosetta-stone
Control Qwerty Dvorak Command Line
https://unix.stackexchange.com/q/582125
http://www.termsys.demon.co.uk/vtansi.htm
http://stackoverflow.com/q/6570531
python -c 'import sys; sys.stdout.write("\x00")' | wc -c
http://tinycorelinux.net/7.x/x86/tcz/
How can I enable access to USB devices within VirtualBox guests?
http://wiki.osdev.org/Cygwin_Issues
ssh using expect | stream music over ssh
generating ssh keys | limit of ssh multiplexing
Generating Portable shell scripts
What is the equivalent to Portable Executables?
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers#Well-known_ports
Why is printf better than echo?
Ctrl+C SIGINT Ctrl+D EOF
dd if=windows7.iso of=/dev/sdb
rsync -avz local/ remote
unetbootin
devices on network
sudo nmap -sP 192.168.1.1/24
i=0
folder="images-$(date +"%b-%d")"
mkdir $folder
cd $folder
while [ 1 ]; do
echo $i
i=expr $i + 1
streamer -f jpeg -o $i.jpeg
sleep 120
done