Skip to content

Instantly share code, notes, and snippets.

Debian System Administration - Useful commands

TAR

Compress

tar -pczf [file_name].tar.gz [folder_or_file_name]

Uncompress

Git

Remote

Get informations about the remote

git remote show origin

Tags

List local tags

MySQL

Databases

Tables

Create

Create ... Select