Blog

Installing NVM on Ubuntu

A shell script is available for the installation of nvm on the Ubuntu 20.04 Linux system. Open a terminal on your system or connect a remote system using SSH. Use the following commands to install curl on your system, then run the nvm installer script. sudo apt install curl curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash The nvm …

Installing NVM on Ubuntu Read More »

L2TP+IPsec over NAT on Windows(7/10/11)

Step 1: allow connection over NAT in Windows registry by the following video: https://www.youtube.com/watch?v=O-WgREDkQNo Step 2: restart Step 3: add new VPN connection by the following tutorial: https://support.untangle.com/hc/en-us/articles/231971387-L2TP-VPN-Windows-10-configuration …in step3 you will be need the following connection settings:– connection name: can be whatever– server name: IP adress to the target server, where you want to connect– type: …

L2TP+IPsec over NAT on Windows(7/10/11) Read More »