Centos7间文件传输 Centos间文件传输基于SSH协议,那什么是SSH呢? 1、SSH是什么? SSH :是Secure Shell的缩写,是建立在应用程和传输层基础上的安全协议; 传统的网络服务程序,如FTP、POP和Telnet本质上是不安全的, 使用明文的方式在网络上传输数据、账号和口 ...
分类:
其他好文 时间:
2020-06-15 16:11:16
阅读次数:
128
一、CentOS 安装教程(https://shimo.im/docs/YHdpx1MbG8EJj04M/ ) 二、Docker 环境初始化(https://shimo.im/docs/4jHdhoQQe0k8uhtd/) 三、Docker之利用Nginx部署HTML站点(https://shimo ...
分类:
其他好文 时间:
2020-06-15 15:32:33
阅读次数:
81
Linux默认是允许Ping响应的,系统是否允许Ping由2个因素决定的:A、内核参数,B、防火墙,需要2个因素同时允许才能允许Ping,2个因素有任意一个禁Ping就无法Ping。 具体的配置方法如下: A、内核参数设置 1、允许PING设置 A.临时允许PING操作的命令为:#echo 0 >/ ...
分类:
其他好文 时间:
2020-06-15 13:55:12
阅读次数:
59
查看centos版本号 [root@VM_0_16_centos ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) ...
分类:
其他好文 时间:
2020-06-15 13:52:50
阅读次数:
51
GO的linux源码包 https://studygolang.com/dl 1.下载 wget https://studygolang.com/dl/golang/go1.14.2.linux-amd64.tar.gz 2.解压到/usr/local/ tar -C /usr/local/ -zx ...
分类:
其他好文 时间:
2020-06-15 12:26:35
阅读次数:
62
一般来说著名的 Linux 系统基本上分两大类: RedHat 系列:Redhat、Centos、Fedora 等 Debian 系列:Debian、Ubuntu 等 对比项rpmyumdpkgapt 系列 RedHat系 RedHat系 Debian系 Debian系 区别 包安装工具 依赖管理工 ...
分类:
其他好文 时间:
2020-06-15 12:23:12
阅读次数:
81
使用命令:sudo update-alternatives --config java举例如下:参考资料================https://askubuntu.com/questions/1119906/how-do-i-uninstall-java-11-to-be-able-to-i... ...
分类:
编程语言 时间:
2020-06-15 12:21:15
阅读次数:
97
一、iptables 介绍 (1) 4表五链(工作的第三层,liunx包过滤防火墙) (2)iptables基本用法 (如果不跟-t 表明 默认filter 表) (3)在每次操作防火墙之后 要保存不然在重启防火墙会还原 (4)处理动作(包过滤 匹配即停止) (5)常用的管理规则 (6)添加新的规则 ...
分类:
其他好文 时间:
2020-06-15 11:53:52
阅读次数:
59
谨以此篇记录自己今天犯的低级错误,如果你跟我一样有强迫症,那就留下来备查备用吧。 今天,在使用CentOS 7学习时,突然想重新加个LV,就在VG 里LV create了个新的LV 名为data;随后看到有lvrename命令,就又重命名为centos_data了,紧接着mkfs.ext4,挂载到/ ...
分类:
系统相关 时间:
2020-06-14 23:34:16
阅读次数:
141
本次安装Mysql的CentOS版本是7.7 1.下载Mysql 首先去Mysql官网下载安装包,网址https://dev.mysql.com/downloads/mysql/,下载后将Mysql安装包上传至服务器/usr/local/目录下 2.创建Mysql用户和组 groupadd mysq ...
分类:
数据库 时间:
2020-06-14 23:23:40
阅读次数:
72