当前位置:网站首页>Server environment setup
Server environment setup
2022-07-23 17:49:00 【Ideal coder】
- install
yum install rpm- Install the integrated environment
rpm -Uvh http://mirrors.ustc.edu.cn/epel/5/i386/epel-release-5-4.noarch.rpm- install apache/mysql/php
yum install --enablerepo=epel php53 php53-mbstring
mysql mysql-devel mysql-server MySQL-python php53-xml -y- install Python Environmental Science
1.yum install curl curl-devel
2.yum install python
3.yum install python-setuptools python
4.easy_install DButils- install xshell Drag file tool
yum install lrzsz- Configuration database
1.mysql Configure user permissions :grant all privileges on . to [email protected]'xxx.24.19.33' identified by 'etxngxx3';
2.mysql Set up root password :SET PASSWORD FOR 'root'@'localhost' = PASSWORD('a123456');- Check the system version
lsb_release -a
边栏推荐
猜你喜欢
随机推荐
深拷贝deepClone的实现
卷积核越大性能越强?一文解读RepLKNet模型
The larger the convolution kernel, the stronger the performance? An interpretation of replknet model
USB Type-C PD CC逻辑芯片中的角色定义
ContextLoaderListener vs DispatcherServlet
curl get&post
工作常用操作
vim 笔记
Food safety | attention to smoking food, do you know this knowledge
MinGW-w64的安装及配置教程
服务器环境搭建
Redis distributed lock, it's really impossible without it
xlinx pcie xvc
Use Preparedstatement to select and display recorded JDBC programs
非继承多态思路配合typeid实现不同参数的传递
idea debug常用操作
The difference between function and method in rust
一加OnePlus 10T的一系列规格在产品发布前被披露
Element content must consist of character data or tags with correct format
LQR control learning -lqr control matlab official tutorial -lqr controller_ Modeling and analysis of state space system with matlab/simulink









