2019.12.13 How to get files from remote server to local path?

Today, I tried to send files from remote server to local path. I could send files directly in the ubuntu terminal using scp command. However, I want to use scp in python program. The following codes are getting files from remote servers and saving files into the local path. 2019.12.13 How to get files from remote server to local path? 더보기

2019.12.12 How to use NAS?

NAS is Network Attached Storage which is a storage connected to the network. There are several companies which make NAS such as Synology, Qnap, and Asustor. The main function of the NAS is same. There are specific hard disk for NAS only. I followed the instructions in this video to study how to use NAS. Assemble the NAS with extra hard disks. Go to Synology website and login to the synology. Install the Synology disk station to the virtual machiine. Set the accounts. Filestation would be installed in the computer. Connect NAS to the computer using network cable – LAN. … 2019.12.12 How to use NAS? 더보기

2019.12.11 How to get sensor data from Android phone?

Today I installed apk files to the android phone, and tested whether the phone could print the sensor data and save the data into txt files. I succeeded to run the apk files in the phone, and get the sensor data in txt file format. I got the overall project file from my colleague, and installed the Android Studio on the desktop to build the project. It has errors at the first time, however I succeeded to build whole project on my desktop environment. 2019.12.11 How to get sensor data from Android phone? 더보기