$ lsof | grep -E ‘^COM|deleted'
You can automatically log in to a Linux server on Windows using PuTTY by making use of a key file. Below I explain step by step how to do this.
Create a key: start: puttygen.exe Click on: Generate Click on: Save private key Go to PuTTY Configuration -> Session Load a previously created session or create a new one Go to: Connection -> SSH -> Auth -> Private key file for authentication -> Browse Select your file with the private key: *.
$ sudo apt install software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt update
$ sudo apt install python3.9
$ python3.9 –version
$ wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg | sudo apt-key add -
$ sudo echo ‘deb https://vscodium.c7.ee/debs/ vscodium main' | sudo tee –append /etc/apt/sources.list.d/vscodium.list
$ sudo apt update
$ sudo apt install codium
$ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
$ sudo sh -c ‘echo “deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main” » /etc/apt/sources.list.d/google-chrome.list'
$ sudo apt update
$ sudo apt install google-chrome-stable
Install the VirtualBox application and run a virtual machine inside it with the latest version of Linux or Windows. In many cases this can solve problems with browsing the internet — for example, making it possible to visit websites that no longer work in the old Apple environment.