摘要: MySQL数据库使用命令行备份|MySQL数据库备份命令 例如: 数据库地址:127.0.0.1 数据库用户名:root 数据库密码:pass 数据库名称:myweb 阅读全文
posted @ 2019-05-20 15:33 疯刘小三 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 在linux中添加ftp用户,并设置相应的权限,操作步骤如下: 1、环境:ftp为vsftp。被限制用户名为test。被限制路径为/home/test 2、建用户,命令行状态下,在root用户下: 运行命令:“useradd -d /home/test test” //增加用户test,并制定tes 阅读全文
posted @ 2019-05-20 15:29 疯刘小三 阅读(1469) 评论(0) 推荐(0) 编辑
摘要: 用ssh工具登陆IDRAC远程管理ip地址; /admin1-> racadm racreset RAC reset operation initated successfully. It may take a few minutes for the RAC to come online again 阅读全文
posted @ 2019-05-20 11:16 疯刘小三 阅读(848) 评论(0) 推荐(0) 编辑
摘要: 1.单词说明 command n. 命令,指令 [kə'mɑ:nd] 单词拼写 名词 单词含义 音标(发音) command n. 命令,指令 [kə'mɑ:nd] 单词拼写 名词 单词含义 音标(发音) 提示:着重记忆单词对应的意思,有能力的朋友最好词性也记忆 2.词性说明 n v vi vt c 阅读全文
posted @ 2019-05-20 10:40 疯刘小三 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 临时关闭: [root@localhost ~]# getenforce Enforcing [root@localhost ~]# setenforce 0 [root@localhost ~]# getenforce Permissive 永久关闭: [root@localhost ~]# vi 阅读全文
posted @ 2019-05-20 09:22 疯刘小三 阅读(416) 评论(0) 推荐(0) 编辑