Add the below line to the ~/.tmux.conf
setw -g mouse on
save the file and exit from the tmux shell, you should be able to use your mouse to resize the windows
Tips and tutorials on Wi-Fi(802.11), Windows, Linux, PHP, MySQL, Codeigniter, Android
Add the below line to the ~/.tmux.conf
setw -g mouse on
save the file and exit from the tmux shell, you should be able to use your mouse to resize the windows
Follow as below, i tried this in Ubuntu 18.04 LTS
All commands to be execute without quotes
1) Use "prefix + :"
2) Type "capture-pane -S -5000 + Return"
Replace -5000 with the number of lines you'd like to save, or with - for all lines. This copies those lines into a buffer.
3) To save the buffer to a file, type "prefix + :"
4) Type in "save-buffer filename.txt + return".
By default Prefix is Ctrl+B for tmux
Below tested on Ubuntu 18.04
Refer the Screenshot, by default Ubuntu uses vino-server
1) Click on Ubuntu Settings
2) Click on Sharing
3) Click on the screen sharing
4) turn on the screen sharing button on the pop up window
5) set the options as shown above, set a password for the connection
6) disable encryption
sudo gsettings set org.gnome.Vino require-encryption false
[Unit]
Description=Board initializations
DefaultDependencies=no
[Service]
Type=oneshot
ExecStart=/etc/board-init.sh
[Install]
WantedBy=sysinit.target
journalctl -u board-init -b
Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...