当前位置:网站首页>Alibaba cloud notes for the first time
Alibaba cloud notes for the first time
2022-07-03 09:23:00 【zeng31403】
The cause of the outbreak , Determined to recharge at home .
Today, I just started to try Alibaba cloud , Buy 89 Yuan minimum configuration package ._
centOS8.0 V64 CPU2.0G beginner 
Next , Take a look at the online Daniel tutorial , To configure .
One . The process of logging in to the remote server
- Enter instance :
Change the password first
- Remote connection again

- SSHD Login failed , Not allowed by default root Sign in , You need to change the configuration file .

- Remote desktop login is not good ,

- Try adding the white list of security groups as required

- After restarting the instance , use SSHD You can log in . Get into linux Interface .

Two . Next install python
First loading gcc The smooth
yum -y install gcc
Next download python decompression compile Create a soft connectionLegend has it that linux The lower version is slightly stable , choice 3.7.6 Well
wget https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tgz
Download speed 2-3k It's too slow ,change to the use of sth. FTP Transfer the installation package ,10 Seconds pass

decompression python3.7.6 To local/install, You need to create a directory in advance The smooth
tar zxvf Python-3.7.6.tgzinstall python rely on On the Internet The smooth
yum install libffi-devel -y
yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel gcc libffi-devel gcc make automake autoconf libtool libffi-devel
- Get into python Extract directory
cd Python-3.7.6
- Set up python Install the directory and install
CD Go to the decompression Directory then
./configure --prefix=/local/python3
Then enter the installation instructions
make && make install
- Python Installation successful
It is similar to a burst of frantic shaking of various character codes in the matrix 
There is a mistake zlib Not loaded , But it doesn't affect , We'll deal with it later .
zipimport.ZipImportError: can’t decompress data; zlib not available
make: *** [Makefile:1141: install] Error 1
I didn't do soft connection , however python The command is still successful , It could be an example .
The following is the soft connect command , The directories are changed according to the settings , I didn't do .
/*********************************************************
Soft connect command ln -s /usr/local/python3/bin/python3 usr/bin/python3
ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3
Test after verification
python3 -V
pip3 -V
/*********************************************************
Enter... On the command line python3, success !
边栏推荐
- Principles of computer composition - cache, connection mapping, learning experience
- Banner - Summary of closed group meeting
- Move anaconda, pycharm and jupyter notebook to mobile hard disk
- Filter comments to filter out uncommented and default values
- 【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
- 【点云处理之论文狂读经典版10】—— PointCNN: Convolution On X-Transformed Points
- dried food! What problems will the intelligent management of retail industry encounter? It is enough to understand this article
- 2022-2-14 learning xiangniuke project - Session Management
- Integrated use of interlij idea and sonarqube
- State compression DP acwing 291 Mondrian's dream
猜你喜欢

【点云处理之论文狂读经典版13】—— Adaptive Graph Convolutional Neural Networks

IDEA 中使用 Hudi

LeetCode 1089. Duplicate zero

Digital statistics DP acwing 338 Counting problem

Recommend a low code open source project of yyds

Windows安装Redis详细步骤

Win10 quick screenshot
![[point cloud processing paper crazy reading classic version 9] - pointwise revolutionary neural networks](/img/ea/2c4336ee929c26c16627e5c0955704.png)
[point cloud processing paper crazy reading classic version 9] - pointwise revolutionary neural networks
![[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling](/img/40/e0c7bad60b19cafa467c229419ac21.png)
[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling

【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
随机推荐
Hudi integrated spark data analysis example (including code flow and test results)
Just graduate student reading thesis
Integrated use of interlij idea and sonarqube
[untitled] use of cmake
【Kotlin学习】高阶函数的控制流——lambda的返回语句和匿名函数
[solution to the new version of Flink without bat startup file]
How to check whether the disk is in guid format (GPT) or MBR format? Judge whether UEFI mode starts or legacy mode starts?
Pic16f648a-e/ss PIC16 8-bit microcontroller, 7KB (4kx14)
【Kotlin疑惑】在Kotlin类中重载一个算术运算符,并把该运算符声明为扩展函数会发生什么?
2022-2-13 learning the imitation Niuke project - home page of the development community
LeetCode 508. The most frequent subtree elements and
【点云处理之论文狂读经典版11】—— Mining Point Cloud Local Structures by Kernel Correlation and Graph Pooling
Spark 结构化流写入Hudi 实践
Jenkins learning (III) -- setting scheduled tasks
CATIA automation object architecture - detailed explanation of application objects (I) document/settingcontrollers
Spark 集群安装与部署
Recommend a low code open source project of yyds
Beego learning - Tencent cloud upload pictures
LeetCode 871. Minimum refueling times
The idea of compiling VBA Encyclopedia