Posts with tag “GNU-Linux”

See all tags
5 posts in total

Tmux Notes

First published 2022/03/20: Tmux is a Linux Terminal MUtipleXer. I use it often when working with GNU Linux servers.

• By Greg Gallardo

Reverse SSH

First published 2023/06/08: Reverse SSH tunneling lets you access a private machine through a public facing SSH server

• By Greg Gallardo

SFTP Only

First published 2022/11/30: Sometimes I have to share files with clients who aren't allowed to use free file sharing services. One way around this is setting up an SFTP server

• By Greg Gallardo

SSH

First published 2023/06/08: Just a collection of SSH related commands that I find useful

• By Greg Gallardo

tar Notes

First published 2022/03/24: Tape ARchive (tar) is a tool for archiving files. It's one of those utilities I use all of the time on Unix-like systems.

• By Greg Gallardo