Perfect Cheat Sheet for Port Forwarding with iptables
For example, we assume that the packets received at the Node A’s interface “192.168.0.3” will be forwarded from another interface “172.20.0.1” to the destination Node B “172.20.0.11”.
Forward From Node A (192.168.0.3) to Node B (172.20.0.11)In the f ...
How To Get Let’s Encrypt Certificate on Ubuntu 20.04
Generally we can download certbot-auto and use it by using like the following commands,
wget mv certbot-auto/usr/local/bin/certbot-autosudo chown root/usr/local/bin/certbot-autosudo chmod 0755/usr/local/bin/certbot-autoExample: Get a certifi ...
TELLO EDU DRONE Quick Start Guide
TELLO EDU is a programmable drone provided by RYZE and powered by DJI. Although it is a kind of toy drone, but It is a good product to learn drone programming with multiple languages such as Python, and Swift. Let’s take off.
Purchase through DJI and Wait.You can purchase TELLO and TE ...
How To Connect from Windows 10 to Ubuntu 20.04 via Remote Desktop
This is quick setup guide to connect to Ubuntu 20.04 via Remote Desktop.
Install xrdp with apt commandsudo apt updatesudo apt install -y xrdpsudo systemctl restart xrdpConnect from Windows 10 to Ubuntu 20.04Open RDP on Windows 10 . Before you connect from Windows to Ubuntu via RDP, I recomm ...
Which is Better? Expo CLI Tool or React Native CLI
Expo is a third-party service. It removes a lot of complexity, and provides lots of convenience & utility features.
expoIn other words, It is a thin extra layer between your app and the vanilla React Native.
For detail, you can find the first step here “
Rea ...