当前位置:网站首页>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 !
边栏推荐
- Derivation of Fourier transform
- 【点云处理之论文狂读前沿版13】—— GAPNet: Graph Attention based Point Neural Network for Exploiting Local Feature
- Hudi integrated spark data analysis example (including code flow and test results)
- Hudi learning notes (III) analysis of core concepts
- Introduction to the basic application and skills of QT
- WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
- [advanced feature learning on point clouds using multi resolution features and learning]
- Redis learning (I)
- 【Kotlin学习】类、对象和接口——带非默认构造方法或属性的类、数据类和类委托、object关键字
- 【点云处理之论文狂读经典版13】—— Adaptive Graph Convolutional Neural Networks
猜你喜欢

Low code momentum, this information management system development artifact, you deserve it!

Digital statistics DP acwing 338 Counting problem
![[kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords](/img/ee/d982fd9e1f2283e09ad1a81d0b61b5.png)
[kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords

Modify idea code

【点云处理之论文狂读经典版8】—— O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis
![[set theory] order relation (eight special elements in partial order relation | ① maximum element | ② minimum element | ③ maximum element | ④ minimum element | ⑤ upper bound | ⑥ lower bound | ⑦ minimu](/img/57/b413a93a456a1872fc19aa825c937a.jpg)
[set theory] order relation (eight special elements in partial order relation | ① maximum element | ② minimum element | ③ maximum element | ④ minimum element | ⑤ upper bound | ⑥ lower bound | ⑦ minimu

Pic16f648a-e/ss PIC16 8-bit microcontroller, 7KB (4kx14)

【点云处理之论文狂读经典版12】—— FoldingNet: Point Cloud Auto-encoder via Deep Grid Deformation
![[point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs](/img/0a/480f1d1eea6f2ecf84fd5aa96bd9fb.png)
[point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs

Sword finger offer II 029 Sorted circular linked list
随机推荐
Crawler career from scratch (3): crawl the photos of my little sister ③ (the website has been disabled)
Navicat, MySQL export Er graph, er graph
Jenkins learning (I) -- Jenkins installation
Hudi integrated spark data analysis example (including code flow and test results)
Build a solo blog from scratch
WARNING: You are using pip ; however. Later, upgrade PIP failed, modulenotfounderror: no module named 'pip‘
2022-2-14 learning xiangniuke project - Session Management
Just graduate student reading thesis
[point cloud processing paper crazy reading frontier version 11] - unsupervised point cloud pre training via occlusion completion
Tag paste operator (#)
图像修复方法研究综述----论文笔记
Introduction to the basic application and skills of QT
【点云处理之论文狂读经典版9】—— Pointwise Convolutional Neural Networks
【Kotlin学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定
Crawler career from scratch (IV): climb the bullet curtain of station B through API
Liteide is easy to use
Idea uses the MVN command to package and report an error, which is not available
Instant messaging IM is the countercurrent of the progress of the times? See what jnpf says
[point cloud processing paper crazy reading classic version 8] - o-cnn: octree based revolutionary neural networks for 3D shape analysis
Using Hudi in idea