Remote is a powerful tool to mess up with other people's computers at informatics stages in Volterra.
To install remote
just run the following script!
#!/bin/bash
git clone https://github.com/bortoz/remote.git
cd remote
cargo build --release
cd target/release
./remote run echo Remote is awesome!
remote
allows you to execute a command on all Volterra computers in parallel!
Remote has 5 subcommand available:
Simple run a command.
remote run [commands]...
Open firefox in a specific webpage.
remote firefox [url]
Load a file.
remote send [file]
This is very useful when you want to run some executable.
Download a file.
remote recv [file]
Put likes on forum.olinfo.it to a specific user.
remote like [user]
You can specific which target to mess up.
remote --target [target] [command] [args]...
remote -t [target] [command] [args]...
Here are some useful and dangerous commands.
remote firefox https://upload.wikimedia.org/wikipedia/commons/9/9f/Gennady_Korotkevich.jpg
remote firefox https://www.youtube.com/watch?v=ZZ5LpwO-An4
remote firefox https://www.youtube.com/watch?v=G1IbRujko-A
remote firefox https://www.youtube.com/watch?v=6Dh-RL__uN4
remote run killall firefox
remote run "gnome-terminal --full-screen -- cmatrix -b -C cyan &"
remote run "git clone https://github.com/klange/nyancat; cd nyancat && make && cd src && gnome-terminal --full-screen -- ./nyancat"