Tag: CLI

0

Most used Linux commands

Unzip bz2 keep the original filebzip2 -dk filename.bz2 Find out the current Linux versioncat /etc/*-release ssh-keygen -f id_rsa -p Check hardwarelshw Change java versionupdate-alternatives -config ja

0

Docker machine commands

If you are using a mac, just like a linux, you don’t need docker-machine to run docker-engine locally Basics operation123456docker-machine --versiondocker-machine start defaultdocker-machine stop def

0

My Most Used Docker Commands

Check info1234567891011121314151617181920212223docker versiondocker --versiondocker-compose versiondocker-compose --versiondocker ps / docker container lsdocker images / docker image lsdocker inspect

0

Mercurial hg CLI

Synopsis1hg command [option]... [argument]... addadd the specified files on the next commit:1hg add [OPTION]… [FILE]… addremoveadd all new files, delete all missing files: 1hg addremove [OPTION]... [F