第1章 shell基础 1.1 什么叫做shell编程 shell编程也叫做bash高级编程语法 1.2 常见的shell命令解释器 bash redhat和centos使用 dsh Ubuntu使用 csh和tcsh unix使用 1.3 开发语言程序代码的分类说明 编译型 写完后需要编译才可以运 ...
分类:
系统相关 时间:
2020-01-06 14:49:36
阅读次数:
111
本文参考文章:https://blog.csdn.net/weixin_33713503/article/details/91744743 问题描述: 有时候系统开机或者关机时候会有提示如下信息,并且需要等待很长时间: [ *** ] A start job is running for /etc/ ...
分类:
系统相关 时间:
2020-01-06 11:13:10
阅读次数:
332
1.ctrl alt t 打开终端 2.cat /etc/redhat-release 3.yun update 4.reboot 5.su su-区别 是否切换工作环境 6.rqm -qa –a选项是查询所有已经安装的软件包。 -q是查询一个包是否安装 (显示区别:已经安装的rpm包不会显示后缀. ...
分类:
其他好文 时间:
2020-01-05 09:49:18
阅读次数:
134
centos7内核更新 uname -a #check the current version cat /etc/redhat-release #check current kernel verison rpm -qa | grep kernel #check the current kernel ...
分类:
其他好文 时间:
2020-01-03 00:05:01
阅读次数:
92
原文地址:http://www.i5i6.net/post/118.html 1、 下载对应raid卡驱动 for redhat6.5 x64(如本次x3250 m5 c100阵列卡驱动 lsi_dd_megasr_16.02.2014.0811_rhel6_32-64); 2、 找到驱动包内对应的 ...
分类:
其他好文 时间:
2020-01-02 19:00:01
阅读次数:
164
1. 熟悉linux操作 cat /etc/redhat-release 查看系统版本cat /etc/os-release 查看系统版本 2. 配置阿里云的源 2.1 备份所有repo cd /etc/yum.repos.dmkdir repobakmv * repobak/ 2.2 下载阿里云源 ...
分类:
数据库 时间:
2020-01-01 23:59:46
阅读次数:
186
RPM 包管理器: 安装: rpm ivh PACKAGE_FILE 安装选项: i 安装新的包 h 显示进度条 test 测试安装 nodeps 忽略依赖关系 replacepkgs 重新安装 更新: rpm Uvh PACKAGE_FILE rpm Fvh PACKAGE_FILE U 升级或安 ...
分类:
其他好文 时间:
2020-01-01 23:24:10
阅读次数:
96
1.安装vsftpd软件包]# yum -y install vsftpd2.重起vsftpd服务]# systemctl start vsftpd]# systemctl enable vsftpd FTP默认共享路径:/var/ftp3.物理机访问测试zk ~]# firefox ftp://1 ...
分类:
其他好文 时间:
2020-01-01 11:37:23
阅读次数:
72
Linux双网卡绑定配置 环境介绍 Linux Redhat 6.5、4张网卡 需求 4张网卡两两绑定,4张网卡分别是eth0/eth1/eth2/eth3 其中eth0/eth2绑定(bond0)、eth1/eth3绑定(bond1) 原理介绍 什么是bind? 将多块网卡虚拟成为一块网卡的技术, ...
分类:
系统相关 时间:
2019-12-30 14:14:17
阅读次数:
145