How To Setup Samba on Ubuntu 20.0.4
Install Samba Server on Ubuntu 20.04 Install the Samba from Ubuntu repository with following commands in your Ubuntu terminal. sudo apt upgrade sudo apt install samba After install, check status and v ...
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, a ...
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 command sudo apt update sudo apt install -y xrdp sudo systemctl restart xrdp Connect from Windows 10 to U ...
Which is Better? Expo CLI Tool or React Native CLI
Expo CLI Tool Expo is a third-party service. It removes a lot of complexity, and provides lots of convenience & utility features. expo In other words, It is a thin extra layer between your app an ...
Manage Docker Containers by shell without SSH Login
Basically, there are 2 options to control containers with shells without SSH login. Option 1. Use -t (pseudo-tty) option without ssh Example: Create a new nginx container named "webnode", and run it i ...
Docker – Create Containers Quick Start Guide
Basically, you can see the all commands with "docker container --help", but at first, I believe you need the following commands for your quick start! Basic commands Check version. $ docker version Che ...
Docker on Ubuntu 20.04LTS Quick Start Guide
Install Ubuntu to virtual box. 1-1. Download and Install Ubuntu. Ubuntu-download Install some applications and change OS settings. 2-1. Install ssh. $ sudo apt-get install openssh-server 2-2. Install ...











