Sign inSign up

ziedzaiemcom/cheat

By ziedzaiemcom

•Updated about 4 years ago

Image
0

224

ziedzaiemcom/cheat repository overview

⁠Cheat

Cheatsheets web viewer. Designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

preview.png

⁠Submodule

git submodule update --init --recursive

git submodule update --recursive --remote

Source⁠

⁠Run

Just put this directory contents in any web server.

Python 2.x
$ python -m SimpleHTTPServer 8000
Python 3.x
$ python -m http.server 8000
$ python3 -m http.server 8000

⁠Docker

You can use Dive⁠ to inspect Docker image contents.

⁠Run
docker compose build
docker compose up -d
⁠Push to Docker Hub
docker tag cheat-cheat:latest ziedzaiemcom/cheat:0.0.2
docker login -u ziedzaiemcom
docker push ziedzaiemcom/cheat:0.0.2
⁠Pull From Docker Hub
docker pull ziedzaiemcom/cheat:0.0.Z

Exposed Ports :

  • 80

⁠Credits

Inspired from cheat⁠. Uses community-sourced cheatsheets provided by cheatsheets⁠

⁠Licence

MIT.

Tag summary

Content type

Image

Digest

sha256:199bd6fde…

Size

55.1 MB

Last updated

about 4 years ago

docker pull ziedzaiemcom/cheat:0.0.2