Skip to content

Instantly share code, notes, and snippets.

View leqduyvp's full-sized avatar

Duy Le leqduyvp

  • Vinh Phuc, Vietnam
View GitHub Profile
@davydany
davydany / how-to-tmux-background-process.md
Last active July 21, 2024 07:39
Using TMUX for running processes after you log off

How to Run a Process in the Background with TMUX

There are times when you need to log off your Linux Desktop, and you want a process to run in the background. TMUX manages this very well.

For this example, let's suppose you're running a long running task like running rspecs on your project and it is 5pm, and you need to go home.

Run Your Process