Category: Blog

  • Chown Recursively

    The easiest way to use the chown recursive command is to execute “chown” with the “-R” option for recursive and specify the new owner and the folders that you want to change.

    Know More

  • 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…

    Know More

  • WSL2 Google DNS

    https://github.com/microsoft/WSL/issues/5420

    Know 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:…

    Know More