Linux
A_Tester
这个作者很懒,什么都没留下…
展开
-
Linux学习笔记 18 (yum搭建LAMP架构+搭建discuz博客)
yum安装真香~LAMP指的是Linux+Apache+Mysql+PHP的模式所构成的Web应用程序这里用的是yum安装方法,简单快捷直接搭建好,而且比起源码安装报错少搭建LAMP(1)安装yum install httpd httpd-devel mysql-server mysql-devel php php-devel php-mysql –y (2)...原创 2020-01-01 23:57:33 · 362 阅读 · 0 评论 -
Linux学习笔记 17 (Lunix管理,拓展分区)
df -h查看fdisk -l查看系统的所有硬盘信息------------------------------------------------------------------------------------------------------------------------------------------------------------------------...原创 2019-12-31 00:26:10 · 191 阅读 · 0 评论 -
Linux学习笔记15(安装MYSQL(yum))
之前安装mysql总是出现了不知名的失败原因,于是重新卸载了打算再安装一次mysql卸载之前安装mysql的方法,详情查看链接:https://blog.csdn.net/weixin_38917807/article/details/103721223彻底的卸载后,于是又重新开始了我的安装之旅yum安装mysql1.yum安装yum install mysql-server...原创 2019-12-28 10:46:24 · 153 阅读 · 0 评论 -
Linux学习笔记 16 ( Mysql忘记密码,重置密码 )
1.关闭已经启动的mysql服务器/etc/init.d/mysqld stop2.跳过验证密码进入mysqlmysql_safe --skip-grant-tables &# 其中&在后台启动的意思3.Linux进入mysqlmysql4.进入mysql后,重新设置root的密码update user set password =...原创 2019-12-28 10:19:02 · 160 阅读 · 0 评论 -
Linux学习笔记 14(yum安装apache)
yuminstallhttpd配置文档路径cd /etc/httpd/conf修改apache配置信息vi httpd.conf可以修改端口启动apache/etc/init.d/httpd restartyum安装的 apache发布目录/var/www/html...原创 2019-12-26 21:14:17 · 184 阅读 · 0 评论 -
Linux 之彻底删除 Mysql
转载自:https://www.cnblogs.com/yuanqiangfei/p/8033000.html一、使用以下命令查看当前安装mysql情况,查找以前是否装有mysql 一、使用以下命令查看当前安装mysql情况,查找以前是否装有mysql 1 rpm -qa|grep-i mysql ...转载 2019-12-26 19:22:20 · 209 阅读 · 0 评论 -
Linux学习笔记 12(tar 解压,压缩命令)
tar命令解析参数 命令解析 -c create创建压缩文件 -x 解压压缩文件 -b bz2文件格式 -z gz文件格式 -f 文件夹名称,作为tar结尾的参数(其他参数不能在-f参数后面) -t 查看tar.file的文件 -v 压缩过程中显示文件详情 tar zxf httpd-2....原创 2019-10-02 20:39:38 · 204 阅读 · 0 评论 -
Lunix : AH00548: NameVirtualHost has no effect and will be removed in the next release
原始的httpd-vhosts.conf配置文档如下:NameVirtualHost *:80<VirtualHost *:80> ServerAdmin 956736269@qq.com DocumentRoot "/data/webapps/test01" ServerName www.test01.com <Directory "/...原创 2019-10-02 23:24:14 · 1882 阅读 · 2 评论 -
AH00557: httpd: apr_sockaddr_info_get() failed for CentOS6.5.0
执行 /usr/local/apache/bin/apachectl start时报错AH00557: httpd: apr_sockaddr_info_get() failed for CentOS6.5.0AH00558: httpd: Could not reliably determine the server's fully qualified domain name, usin...原创 2019-10-02 23:33:19 · 1066 阅读 · 0 评论 -
You don't have permission to access / on this server.
ForbiddenYou don't have permission to access / on this server.搭建好apache服务器后,使用Apache基于域名虚拟主机配置但是总是报错You don't have permission to access / on this server.总结一下,万能网友的处理方案方案1.vi /usr/local...原创 2019-10-05 19:04:43 · 1208 阅读 · 0 评论 -
Linux学习笔记 13(apache 配置虚拟服务器VirtualHost)
配置VirtualHost,虚拟服务器信息vi /usr/local/apache/conf/extra/httpd-vhosts.conf<VirtualHost *:80> ServerAdmin 956736269@qq.com DocumentRoot "/data/webapps/test01" ServerName www.test01....原创 2019-10-05 19:06:42 · 896 阅读 · 0 评论 -
Linux 命令学习
查看服务进程端口ps -ef | grep xxxx查看端口信息netstat -ntl原创 2019-10-05 19:14:23 · 107 阅读 · 0 评论 -
Linux学习笔记 11(搭建apache服务器(二))
总结:apache要先安装httpd,然后再安装apr,apr-util ,pcre,如果先安装了apr,aor-util,pcre最后安装httpd就会报错make[2]:[htpasswd] 错误 1make[2]: 离开目录“/usr/local/src/httpd-2.4.27/support”make[1]:[all-recursive] 错误 1make[1]...原创 2019-10-02 14:54:39 · 180 阅读 · 0 评论 -
Linux学习笔记 10(搭建apache服务器(一))
1.mkdirsoft(创建一个software安装文件夹(不是重要步骤))2.cdsoft3.下载appache,我下载的是httpd-2.4.9,貌似2.4版本后开始是个大坑,安装各种报错,排坑ingwget http://archive.apache.org/dist/httpd/httpd-2.4.9.tar.g4.解压tar zxf httpd-2.4.9.ta...原创 2019-10-01 00:18:06 · 251 阅读 · 0 评论 -
Linux学习笔记 3(Linux用户权限)
1.Linux 操作系统中,root 的权限是最高的2.在系统中,通过 UID 来区分用户的权限级别,UID 等于 0,表示此用户具有最高权限,也就是管理员。3.通过/etc/passwd 用户密码文件可以查看到每个用户的独立的UID4.可以通过ls -l查看文件的权限 每个Linux有4种访问权限:可读(r),可写(w),可执行(x)和无权限(-)上述...原创 2019-10-02 20:45:26 · 106 阅读 · 0 评论 -
Linux学习笔记 4(Linux网络配置)
windows查询网络IP地址:ipconfiglunix查询网络IP地址:ifconfigCentOS1.CentOS服务器默认网卡配置文件在/etc/sysconfig/network-scripts/下命名的名称一般为:ifcfg-eth0 ifcfg-eth1 ,eth0 表示第一块网卡,eth1 表示第二块网卡,依次类推。一般 DELL R720 标配有 4 块千兆网卡。...原创 2019-10-02 20:44:34 · 90 阅读 · 0 评论 -
Linux学习笔记 5(网络配置MAC地址重新获取)
虚拟机克隆后的MAC地址是与原来的MAC地址是一致的导致无法正常获取到IP地址解决方案1.编辑fconfig-eth0 vi /etc/sysconfig/network-scripts/ifcfg-eth0 主要做的修改为,(1)删除MAC地址(2)DEVICE=eth0(3)BOOTPROTO=dhcp(4)其他的IP地址网关的删掉DEVICE...原创 2019-10-02 21:55:14 · 289 阅读 · 0 评论 -
Linux学习笔记 6(构建NTP时间服务器)
NTP服务器【Network Time Protocol(NTP)】是用来使计算机时间同步化的一种协议,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做同步化,它可以提供高精准度的时间校正(LAN上与标准间差小于1毫秒,WAN上几十毫秒),且可介由加密确认的方式来防止恶毒的协议攻击。时间按NTP服务器的等级传播。按照离外部UTC源的远近把所有服务器归入不同的Stratum(层)中。简...原创 2019-10-02 20:45:01 · 144 阅读 · 0 评论 -
Linux 学习笔记 1(目录知识)
/ 根目录/bin 存放必要的命令/boot 存放内核以及启动所需文件/dev 存放设备文件/etc 存放系统配置文件/home 普通用户的宿主目录,用户数据存放在其主目录中/lib 存放必要的运行库/mnt...原创 2019-10-02 20:46:06 · 96 阅读 · 0 评论 -
Linux学习笔记 8(Samba服务器--文件共享)
1.安装samba服务器yum install samba -y安装成功后会提示complete!2.配置samba服服务器vi /etc/samba/smb.conf配置内容如下:[global] workgroup = MYGROUP server string = Samba Server Version %v ...原创 2019-08-03 01:12:50 · 218 阅读 · 0 评论 -
CentOS6 dhcpd: Can't chown new lease file: Operation not permitted
在配置完DHCP后,执行/etc/init.d/dhcpd restart执行结果失败查找DHCP执行日志:cat /var/log/messages报错:Jul 30 22:24:21 CentOS6 dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1Jul 30 22:24:21 CentOS6 dhc...原创 2019-07-30 22:49:22 · 370 阅读 · 0 评论 -
CentOS6.5: DHCP Configuration file errors encountered -- exiting
配置DHCP,vi /etc/dhcp/dhcp.conf文件配置如下:ddns-update-style interim;ignore client-updates;allow booting;allow bootp;subnet 192.168.1.1 netmask 255.255.255.0 {option routers 192.168.1.1;option subne...原创 2019-07-30 23:48:27 · 2295 阅读 · 0 评论 -
CentOS=6.5: DHCP No subnet declaration for eth0 (192.168.0.10).** Ignoring requests on eth0.……**
在配置DHCP时报错:ul 30 22:55:06 CentOS6 dhcpd: Internet Systems Consortium DHCP Server 4.1.1-P1Jul 30 22:55:06 CentOS6 dhcpd: Copyright 2004-2010 Internet Systems Consortium.Jul 30 22:55:06 CentOS6 dhcp...原创 2019-07-31 00:18:56 · 1353 阅读 · 0 评论 -
Linux学习笔记 9(NFS服务器)
服务器1.安装NFS服务器yum install nfs* portmap -y2.配置NFS服务器vi /etc/exports/home/ 192.168.33.11(rw,sync,no_hide,no_all_squash)3.启动NFS/etc/init.d/nfs restart期间报错:exportfs: /etc/exports:1:...原创 2019-08-05 23:21:06 · 684 阅读 · 0 评论 -
Linux学习笔记 7(搭建DHCP服务器)
服务器1.安装dhcpyum install dhcp-devel -y2.配置dhcpcat /etc/dhcp/dhcpd.confddns-update-style interim;ignore client-updates;allow booting;allow bootp;subnet 192.168.0.0 netmask 255.255.255.0...原创 2019-10-02 20:44:18 · 200 阅读 · 0 评论 -
Linux学习笔记 2(基本常用命令)
#代表是root用户登陆$代表是普通用户登陆cd 切换目录ls ./ 查看当前目录下所有的文件和目录ls -a 查看所有的文件,以.开头的文件pwd 显示当前的所在的目录mkdir 创建目录,用法 mkdirtest,命令后接目录名称rmdir 删除目...原创 2019-10-02 20:45:49 · 87 阅读 · 0 评论