The next time you're forced to disarm a nuclear weapon without consulting Google, you may run in terminal:
cheat tar
Sometimes it's okay to CHEAT
Two ways of installing this application (requires no dependencies)
Method 1
Copy and paste this into terminal - it will download the zipped file, make it executable and finally move it to the directory /usr/bin
Code: Select all
cd /tmp \
&& wget https://github.com/cheat/cheat/releases/download/4.4.0/cheat-linux-amd64.gz \
&& gunzip cheat-linux-amd64.gz \
&& chmod +x cheat-linux-amd64 \
&& mv cheat-linux-amd64 /usr/bin/cheat
once completed you will need to create a configuration file and proceed to download the Community provided Cheatsheets.
Back to terminal and simply type in
Code: Select all
cheat -d
Method 2
Download and install the Pet file.
Please note there is a hidden directory ( .config/cheat )include with the supplied cheatsheets.