1.下载repo文件 方法一 http://mirrors.163.com/.help/CentOS7-Base-163.repo 方法二:Linux服务器直接下载: wget –P /home/backup/ http://mirrors.163.com/.help/CentOS6-Base-16 ...
分类:
其他好文 时间:
2020-01-14 22:12:46
阅读次数:
119
1.CentOS6 (1)以rsync为例 bash !/bin/bash chkconfig: 2345 20 80 description: rsync.sh function start_rsync { if [ ! s /var/run/rsyncd.pid ];then /usr/bin/ ...
分类:
其他好文 时间:
2020-01-14 20:20:43
阅读次数:
236
1、centos6的网卡重启方法:service network restart centos7的网卡重启方法:systemctl restart network 2、DNS配置文件:cat /etc/resolv.conf设置主机和IP绑定信息:cat /etc/hosts设置主机名:cat /e ...
分类:
其他好文 时间:
2020-01-14 09:41:03
阅读次数:
79
回顾:物理层 关注的是接口物理特性,传输介质数据链路层 MAC地址,数据帧,以太网,交换机网络层 IP地址,数据包,IP\ICMP\ARP协议,路由器传输层 TCP、UDP,端口号,数据段应用层 HTTP、FTP、SSH、DNS等 CentOS7中的网络管理 各个网卡: IP地址 子网掩码 默认网关 ...
分类:
其他好文 时间:
2020-01-13 23:28:18
阅读次数:
128
1.安装依赖包yum install bzip2-devel db4-devel expat-devel gcc gdbm-devel libffi-devel libpcap-devel ncurses-devel openssl-devel patch python-devel readline ...
分类:
编程语言 时间:
2020-01-13 11:17:52
阅读次数:
98
环境 centos6.8 jdk 1.8 mysql 5.6 1.vim /etc/profile 命令进入编辑 g 到最后一行 i 开始插入 在最后一行加上下面的内容 export JAVA_HOME=/usr/local/jdk1.8.0_231 export MYSQL_HOME=/usr/l ...
分类:
数据库 时间:
2020-01-12 13:13:14
阅读次数:
97
系统优化 关闭系统安全服务 iptables --Centos6防火墙 临时关闭 /etc/init.d/iptables stop /etc/init.d/iptables status services stop iptables 永久关闭 chkconfig iptables off chkc ...
分类:
系统相关 时间:
2020-01-11 20:47:11
阅读次数:
144
Centos7yum install -y kernel-devel-3.10.0-1062.el7.x86_64Centos6yum install -y kernel-devel-2.6.32-754.25.1.el6.x86_64 yum update 更新内核kernel及各种软件 yum ...
分类:
其他好文 时间:
2020-01-10 22:13:04
阅读次数:
120
MongoDB 是文档类数据库(json),是海量级数据存储的数据库 被称为最像关系型数据库的NoSQL 第一章:逻辑结构 MongoDB 逻辑结构 MySQL逻辑结构 库database 库 集合 表 文档 数据行 第二章: 安装部署 1.系统准备 (1) redhat或centos6.2 以上系 ...
分类:
数据库 时间:
2020-01-10 18:31:47
阅读次数:
89
location/filelist/centos6/{root/opt/static/;autoindex_localtimeon;autoindexon;}autoindex_localtimeon表示使用服务器上时区。这个默认是off的,有可能导致你发布的内容时间是其他时区的。autoindexon表示本虚拟目录开启遍历。
分类:
其他好文 时间:
2020-01-10 01:11:20
阅读次数:
113