tmux

Summary Tmux is a terminal multiplexer an alternative to GNU Screen . In other words, it means that you can start a Tmux session and then open multiple windows inside that session. Each window occupies the entire screen and can be split into rectangular panes. difference between pane,window and session image Cheat sheet prefix command default: ctrl+b custom: ctrl+w all the commands below are with prefix detach session: d...

May 23, 2022 · 1 min · Jaaved Khan

tmux

Summary Tmux is a terminal multiplexer an alternative to GNU Screen . In other words, it means that you can start a Tmux session and then open multiple windows inside that session. Each window occupies the entire screen and can be split into rectangular panes. Cheat sheet prefix command default: ctrl+b custom: ctrl+w all the commands below are with prefix detach session: d attach: tmux attach -t(-d) name switch between sessions: () list sessions: ls close pane: x new session: :new -s name copy mode: <prefix> [ then use vim mode command move around and copy(y) and paste(p)

May 1, 2022 · 1 min · Jaaved Khan

Open Project

Summary Open project supports agile features(scrum) GIT (very popular) Implementing Scrum OpenProject Scrum documentation Creating a new sprint In order to work with the Backlogs module, at least one sprint needs to be created in the project settings. Sprints are technically a version(backlog, or product version) in OpenProject tool. In scrum project is released in short version Every sprint is a version of the project. Therefore, creating a sprint is done following the same procedure as for creating a new version....

April 4, 2022 · 1 min · Jaaved Khan