Bbs论坛//要已经安装好LAMP架构平台先上传这个软件包:[root@localhost~]#unzipDiscuz_X3.4_SC_UTF8_0101.zip-d/opt/解压,需要有解压命令[root@localhostopt]#cd/opt/dir_SC_UTF8/[root@localhostdir_SC_UTF8]#cp-rupload//usr/local/httpd/htdocs/
分类:
其他好文 时间:
2018-11-05 17:27:47
阅读次数:
149
\目录树是倒过来的树, / 斜杠 \ 反斜杠 以下常用的linux文件系统目录: /bin:存放最常用命令;是在单用户维护模式下还能够被操作的命令,在/bin下面的命令可以被root和一般账号使用,主要有cat,chmod,chown,cpmkdir等常用命令。 /boot:启动Linux的核心文件 ...
分类:
系统相关 时间:
2018-11-04 19:40:07
阅读次数:
213
linux安装mysql,使用install脚本方式
分类:
数据库 时间:
2018-11-04 14:08:44
阅读次数:
251
Linux下安装MySQL数据库(压缩包方式安装)https://www.cnblogs.com/xiaotao726/p/6562265.htmlPS:9、创建Inln-s/usr/local/mysql//usr/bin/连接数据库时会显示:[root@MiWiFi-R4-srvbin]#mysql-uroot-pbash:mysql:commandnotfound应修改为:ln-s/usr/
分类:
数据库 时间:
2018-11-04 11:14:15
阅读次数:
192
问题: Ubuntu18.04 不能进入系统了,在登陆界面输入密码后,就闪回: 解决: 1. ssh登陆机机器: 2. 查看用户目录下的,文件权限: .Xauthority 如果是root用户,则更改用户 sudo chown username:username .Xauthority 3. 查看错 ...
分类:
系统相关 时间:
2018-11-01 15:08:00
阅读次数:
145
一 安装autofs 1 [root@imxhy data]# yum -y install autofs二 编辑自动挂载相关配置2.1 修改master 1 [root@imxhy ~]# vi /etc/auto.master 2 3 /mnt /etc/auto.nfs #auto.nfs表示... ...
分类:
其他好文 时间:
2018-11-01 13:43:05
阅读次数:
173
mkdir rmdir cd pwd touch ls rm chmod chown chgrp tar grep find ssh vim diff sort gzip bzip2 unzip shutdown ftp service ps free top df kill cp mv cat i ...
分类:
系统相关 时间:
2018-10-29 13:19:11
阅读次数:
218
首先,环境中必然要有gcc-c++环境 yum -y install gcc-c++ 1 使用openresty 这里使用的是1.11.2.1版本的openresty和1.0.2版本的openssl 可以在这里设置user和group,也可以稍后使用下面的命令进行设置 chown -R [user] ...
分类:
其他好文 时间:
2018-10-26 15:08:49
阅读次数:
1330
https://jingyan.baidu.com/article/a501d80c19faa1ec620f5e6b.html 更改文件拥有者 (chown ) [root@linux ~]# chown 账号名称 文件或目录 ,如图把文件fail2ban的所属者改成nginx 更改文件拥有者 (c ...
分类:
系统相关 时间:
2018-10-25 22:40:21
阅读次数:
261
1.1、初始化Git仓库首先我们选定一个目录作为Git仓库,假定是/home/data/share/share.git,在/home/data/目录下输入命令: $ cd /home/data/$ mkdir share$ chown git:git share/$ cd share $ git i ...
分类:
其他好文 时间:
2018-10-25 15:40:07
阅读次数:
164