Tag:copy to
-
Record coursera_ In the course1week1lab assignment of mlops course, the problem of copying files into the docker container when running deep learning code
background When running the object detection code of yolov3 on jupyter notebook, the program needs to download the relevant configuration and type information of yolov3, but it cannot be downloaded due to network reasons Solution 1、 Enter the corresponding docker and execute bash on the specified container Docker exec -it container ID or name Bash […]
-
Deploy BI data analysis based on docker in CentOS
As a professional Xiaobai, we don’t understand anything. Linux doesn’t understand, docker doesn’t understand. But I also want to complete the task assigned by the leader: deploy the data visualization tool after installing docker in Linux. As a dedicated worker, it’s impossible to lie flat, weak, helpless and pathetic.. This ability, this should go, or […]
-
Install VIM tree directory plug-in nerdtree under Linux
Step 1. install VIM pathogen Installation referencehttps://github.com/tpope/vim-…, which needs to be edited after installation~/.vimrcFile addexecute pathogen#infect() Step 2. download nerd_ tree Download addresshttp://www.vim.org/scripts/sc… Step3. Unzip nerd_ tree. zip Decompressed nerd_ Copy tree folder to~/.vim/bundleUnder the directory
-
Good programmer big data tutorial sharing Hadoop HDFS operation command summary
Good programmer big data tutorial sharing Hadoop HDFS operation command summary 1. List all directories or files under the root directory hadoopfs-ls/ 2. List all directories and files under /logs directory hadoopfs-ls/logs 3. List all files in /user directory and its subdirectories (use with caution) hadoopfs-ls-R/user 4. Create /soft directory hadoopfs-mkdir/soft 5. Create multi-level directory […]
-
Windows login to Ubuntu via SSH
Generate windows public key Execute in CMD of windows: SSH keygen -t RSA, and enter directly during the execution. After execution, it will be displayed in c:\users\xxx\ The following three files are generated in the SSH folder: id_ RSA is the local private key id_ rsa. Pub is a public key known_ Hosts is a […]
-
Alicloud server centos8 system installation and use of boost
Alicloud server centos8 system installation and use of boost I Install directly using yum yum install boost yum install boost-devel yum install boost-doc II Installation package installation 1. Go to the official websiteboostDownload the installation package you want2. Install the boost dependency package:yum -y install gcc gcc-c++ python python-devel libicu libicu-devel zlib zlib-devel bzip2 bzip2-devel3. […]
-
Install the RPM package offline and resolve dependencies (upgrade vsftpd as an example)
background Download and install the yum plug-in download package and dependencies Copy the RPM package and its dependencies under the specified directory to the offline server installation background In actual development, our Linux server handles offline status and cannot access the Internet. If you want to install or upgrade software on Linux at this time, […]
-
One question a day (10) briefly describe the app installation process
1. copy the APK file to the data/app directory2. copy the app’s DEX file to the /data/dalvik cache directory, and then create the application’s data directory (using the application package name command) in the /data/data/ directory to store the application’s database, XML file, cache, binary so dynamic library, etc3. parse the androidmanifest XML file, register […]
-
[experience sharing] Ubuntu installs deepstream6.0
Welcome to follow my official account [Jizhi horizon] and reply to 001 to obtain Google programming specification O_o >_< o_O O_o ~_~ o_O This tutorial details how to install deepstream6.0 on Ubuntu. Some versions require: Ubuntu 18.04 GStreamer 1.14.5 NVIDIA driver 470.63.01 CUDA 11.4 TensorRT 8.0.1 1. Installation dependency […]
-
Oozie5. 2.1 + Hadoop 3 compilation
Compiling oozie5.0 based on Hadoop 3 two point one system requirements Java JDK 1.8+ Maven 3.0.1+ Hadoop 3.0.0+ Compilation summary git clone https://github.com/apache/oozie.git #If you are building for Hadoop 3, you must activate the profile. The following attributes should be specified when publishing hadoop-3 builds: -Dgeneratedocs: force oozie document generation -Dskiptests: skip tests -Dvc. Revision […]
-
The ultimate way for Android to capture anr logs
Original text connection:Technology black house – the ultimate way for Android to capture anr logsIn Android development, we sometimes encounter ANR. Once anr occurs, we need to get the corresponding trace file to analyze and solve it. This paper will introduce two methods to obtain ANR. First kind Direct view/data/anr/traces.txtThe contents are as follows adb […]
-
MySQL master-slave synchronization failed
prefaceThe container starts Mysql to quickly solve the master-slave asynchrony. [environmental description] MySQL started by two containers, one master and one slave service IP Port mysql-m 10.xxx.75.7 23306 mysql-s 10.xxx.75.8 23306 [fault] Previously: the project that has been dumped for a long time suddenly needs to be used. Because the slave server was abnormally shut […]