user1
tmux -S /tmp/collab
chmod 777 /tmp/collab
user2
(def pairs (for [_ (range numPairs)] | |
(map #(Integer/parseInt %) (re-seq #"[-\d.]+" (read-line))))) |
netsh wlan set hostednetwork mode=allow ssid=windowswifi key=supersecretpw keyUsage=persistent | |
netsh wlan start hostednetwork | |
timeout 10 |
vagrant ssh -c "cd /vagrant; bash -s - ARGUMENT < shell_script.sh " |
make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-custom | |
mkdir -p modules | |
make INSTALL_MOD_PATH=modules -j `getconf _NPROCESSORS_ONLN` modules_install |
#!/bin/bash | |
echo 1 > /proc/sys/vm/drop_caches | |
bonnie -y -s 2000 | |
# https://en.wikipedia.org/wiki/Bonnie%2B%2B | |
# apt install bonnie++ |
#!/bin/bash | |
calibrator 3392 8M outputfile |
#!/bin/bash | |
cyclictest -n -p 99 -h 500 -q |
ffmpeg -i movie.mp4 -ss 00:00:03 -t 00:00:08 -async 1 cut.mp4 |