Infrastructure,Ubuntu

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 ...

Drone,Tello

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 ...

Infrastructure,Ubuntu

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 ...

Development,React Native

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 ...

Docker,Infrastructure

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,Infrastructure

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,Infrastructure

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 ...