> For the complete documentation index, see [llms.txt](https://dev-notes.vinguyen.blog/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux.md).

# Linux

- [Zip file with Gzip](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/zip-file-with-gzip.md)
- [Linux - add user to sudo group](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/linux-add-user-to-sudo-group.md): Add user to sudo group and allow to use sudo without password
- [Rsync - copy file on remote server to local](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/rsync-copy-file-on-remote-server-to-local.md): Copy file on remote server to local with Rsync
- [Tunnel all docker ports on remote server to localhost](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/tunnel-all-docker-ports-on-remote-server-to-localhost.md): tunnel all ports of running container on a remote server to localhost
- [Create linux Swapfile](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/create-linux-swapfile.md): Create linux swap
- [Rename a file to folder name](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/rename-a-file-to-folder-name.md)
- [Copy and keep permission on linux](https://dev-notes.vinguyen.blog/notes/deployment-and-operation/linux/copy-and-keep-permission-on-linux.md): How do I copy a folder keeping owners and permissions intact?
