Skip to main content

All Questions

2 votes
1 answer
1k views

Save Multiple Sessions of All Open Files, Apps, and Windows in Linux

Say I have two projects that I'm working on. I have a series of apps (ex. Chrome, LibreOffice Writer, a terminal) open for Project 1. I have a different series of apps (ex. Chrome, Eclipse, VLC) open ...
123MilitaryNerd's user avatar
0 votes
0 answers
291 views

Sync FireFox sessions without closing FireFox

I've read https://stackoverflow.com/questions/31430906/how-to-sync-session-manager-sessions-accross-devices-in-firefox but it requires FireFox to be closed so session files are synced and reloaded. ...
Hikari's user avatar
  • 317
0 votes
1 answer
2k views

How to read or open a session file of Firefox Session Manager add-on

I have some *.session files from my previous Firefox from my previous PC that are very important to me. I installed Firefox and Session Manager on my new PC, and copied those files to the respective ...
siamak's user avatar
  • 481
2 votes
0 answers
995 views

Resume term after ssh disconnect without multiplexer (screen/tmux)

Screen and tmux (like emacs) are fancy feature rich terminal multiplexers designed to let you efficiently manage terminals as if it was 1985 but they just complicate the simple task of resuming an ssh ...
Peter Gerdes's user avatar
5 votes
1 answer
4k views

How to execute a cleanup command on tmux server/session exit?

To improve my workflow a little I have written a few wrapper scripts to automatically start some commands when I want to work on a project. When I'm done however, and clean all the tmux tabs for this ...
Wolph's user avatar
  • 635