[LINUX] Collaborate in a remote environment

When you are working remotely and want to share your screen

If you want to share the screen with another worker during remote work, mainly using Linux, this is an easy way to share.

Screen sharing with xrdp

By editing /etc/xrdp/xrdp.ini and fixing the port, the logged-in user shares the same session, so the result screen can be shared.

/etc/xrdp/xrdp.ini


[xrdp1]
name=sesman
lib=libvnc.so
username=ask
password=ask
ip=127.0.0.1
#port=-1  #xrdp searches for a port for connection
port=5912 #By making it a fixed port, logged-in users share the same session

Terminal sharing with screen command

If you are logged in to the same server in a terminal, another user can peek at the screen session to share the result terminal.

The person who publishes the terminal

You don't have to give it a screen name, but give it a descriptive name and start a screen session.

[userA]$ screen -S my-screen ← screen name

Those who want to take a peek at the terminal

You can log in to the same server and share the screen of the attached screen.

[userB]$ screen -ls
There is a screen on:
	50534.my-screen	(Attached)← Screen session you want to peep

[userB]$ screen -x my-screen ← disturb the attached screen session

Recommended Posts

Collaborate in a remote environment
Install Django in a pipenv virtual environment
Creating a virtual environment in an Anaconda environment
Install CaboCha in a non-Anaconda environment (Win)
I started Node.js in a virtual environment
Use WebDAV in a Portable Docker environment
Build a LAMP environment in a very short time
Create a Vim + Python test environment in 1 minute
System switching occurs in a CentOS 7 cluster environment
Ubuntu18.04.05 Creating a python virtual environment in LTS
Use the latest pip in a virtualenv environment
Create a virtual environment with conda in Python
Build a Django environment with Vagrant in 5 minutes
Set a fixed IP in the Linux environment
Think about building a Python 3 environment in a Mac environment
Work in a virtual environment with Python virtualenv.
Build a Minecraft plugin development environment in Eclipse
[Docker] Create a jupyterLab (python) environment in 3 minutes!
Use a free GPU in your favorite environment
dict in dict Makes a dict a dict
virtualenvwrapper in windows environment
virtual environment in python
Create a Python environment
Development environment in Python
Use Sudachipy's learned word2vec in a low memory environment
Setting up Jupyter Lab in a Python 3.9 venv environment
Take a screenshot in Python
Try running python in a Django environment created with pipenv
Use Anaconda in pyenv environment
Create a dictionary in Python
I tried the super-resolution algorithm "PULSE" in a Windows environment
Build Azure Pipelies with Azure DevOps in a Linux self-hosted environment
SSH restrictions in Linux environment
Remote related settings in pycharm
[Django3] Display a web page in Django3 + WSL + Python virtual environment
Build a Go development environment with VS Code's Remote Containers
Build a Python development environment in Eclipse (add HTML editor)
Handle environment variables in Python
Build a LAMP environment [CentOS 7]
Pip install in proxy environment
A story that stumbled when using pip in a proxy environment
Building a development environment for Android apps-creating Android apps in Python
Resolve a Segmentation fault that occurs in Ubuntu 16.04+ Tensorflow environment
A note on how to load a virtual environment in PyCharm
HTTP environment variables in Flask
How to develop in a virtual environment of Python [Memo]
Build a comfortable development environment with VSCode x Remote Development x Pipenv
Byobu crashes in pyenv environment
Make a bookmarklet in Python
Building a Python virtual environment
Build a machine learning environment
(Note) Django in Vagrant environment
Build a Python environment offline
Draw a heart in Python
Building a Python virtual environment
Create a Python environment for professionals in VS Code on Windows
Create a Python execution environment for Windows with VScode + Remote WSL
Build a Selenium environment on Amazon Linux 2 in the shortest time
How about Anaconda for building a machine learning environment in Python?
How to debug Dash (Flask) in Docker + VSCode + remote connection environment
From installing Ansible to building a Python environment in Vagrant's virtual environment