Easter79 Easter79
3年前
Telnet 安装
Telnet安装一、Telnet安装(1)登录目标主机检测telnet服务是否正常root@localhost~telnetlocalhostbash:telnet:commandnotfound(2)Telnet安装包
Stella981 Stella981
3年前
Centos8安装最新稳定版Docker
一、系统环境1.1、Centos版本信息root@Centos8Node1~cat/etc/osreleaseNAME"CentOSLinux"VERSION"8(Core)"ID"centos"ID_LIKE"rhelfedora
Stella981 Stella981
3年前
Docker Compose 一键部署Nginx代理Tomcat集群
DockerCompose一键部署Nginx代理Tomcat集群目录结构root@localhost~treecompose_nginx_tomcat/compose_nginx_tomcat/├──dockercompose.yml├──mysql│  ├──
Wesley13 Wesley13
3年前
Ubuntu安装Apache2+PHP5+MySQL
1.安装mysql   aptgetinstallmysqlserver 2.配置mysql   (1).设置root用户可以远程访问     mysqlGRANTALLPRIVILEGESON\.\TOroot@"%"IDENTIFIEDBY"你的密码";     my
Stella981 Stella981
3年前
CentOS 6.8内核版本升级
1.查看当前版本root@www.linuxidc.comdockercat/etc/issueCentOSrelease6.8(Final)​Kernel\ronan\m2.升级CentOSroot@www.linuxidc.comdockeryu
Stella981 Stella981
3年前
Codeforces 1005F Berland and the Shortest Paths 【最短路树】【性质】
其实是一道裸题,如果没学过最短路树的话会比较难做,要想很久想到关键性质才能做出来。最短路树顾名思义,就是从一个图中生成出来一棵树,使得每个顶点到root的距离是单源最短路。如果有这样的树的话,那可见这样的树是符合题意的。怎么生成这样的树呢?关键在于记录前驱father,一个距离root最短路是6的点必定从一个距离root最短路是5的点到达(这两个点之
Stella981 Stella981
3年前
CentOS配置无密码登录
配置sshd服务在服务器上修改/etc/ssh/sshd\_config:\<!lang:shell禁止root登录PermitRootLoginno指定可以登录的用户AllowUsersbobaliceStrictModesyes
Stella981 Stella981
3年前
Centos7下安装FTP文件服务器
1\.安装VSFTP\root@localhost~\yumyinstallvsftpd2修改配置vim/etc/vsftpd/vsftpd.conf\Exampleconfigfile/etc/vsftpd/vsftpd.confanonymous\_enableYESlocal\_enabl
Wesley13 Wesley13
3年前
MySQL 存储过程中执行DDL
一、定期增加表分区1、增加表分区例CREATEDEFINER\root\@\127.0.0.1\PROCEDURE\p\_create\_Partition\(INdatabaseNameVARCHAR(50),INtableNameVARCHAR(50))L\_END:BEGIN   DECLAREV\_
Stella981 Stella981
3年前
ElasticSearch 配置文件解析
Elasticsearch的config文件夹里面第一个是es的基本配置文件root@shnhbak001configcatelasticsearch.ymlElasticsearchConfigurationExample