当前位置: 首页 > news >正文

wordpress 324错误网站seo诊断分析

wordpress 324错误,网站seo诊断分析,wordpress双语站,国外网站做盗版docker的用户组管理过程: 1、sudo : 可以让普通用户临时获得root用户的权限,来新建docker用户组 2、普通用户并没有使用sudo的权限 3、先要让root用户把testing用户加入到sudoers的授权文件中 4、sudoers的文件居然是只读的,先解决这个问…

docker的用户组管理过程:

1、sudo : 可以让普通用户临时获得root用户的权限,来新建docker用户组

2、普通用户并没有使用sudo的权限

3、先要让root用户把testing用户加入到sudoers的授权文件中

4、sudoers的文件居然是只读的,先解决这个问题

5、chmod u+w /etc/sudoers 用root用户的权限给sudoers文件赋予写权限

6、在sudoers文件中,添加testing ALL=(ALL) ALL这句话

7、现在testing用户就可以使用sudo的命令了。
sudo groupadd docker 添加docker用户组
sudo usermod -G docker testing 向docker用户组中添加用户

8、重新登录linux

======================================================

1、镜像加速:添加/etc/docker/daemon.json

{
“registry-mirrors”: [
“https://registry.docker-cn.com”
]
}

2、容器运行分两种
(1)交互式运行
docker run -it webdevops/php-apache-dev /bin/bash
exit退出容器
(2)守护式运行
docker run -d webdevops/php-apache-dev

3、create状态也是exit的状态

============================================================

win8 ----vmware(linux)----docker(容器-php/apache/mysql)

实际工作:linux(host)—docker(容器-php/apache/mysql)

在配置文件中找DocumentRoot,就是apache的发布目录,可以将需要发布的web页面拷贝到该目录下。

cat vhost.conf |grep DocumentRoot 使用管道符和grep命令对DocumentRoot的关键字进行查找

webdevops/php-apache-dev 的发布目录是/app

编写一个简单的php页面:hello.php

<?php echo "Hello world! I like docker!"; ?>

docker run -d -p 8082:80 -v /home/51testing/webtest:/app webdevops/php-apache-dev

· -p 8082:80 将主机中的8082端口映射到容器中的80端口
· -v /home/51testing/webtest:/app
将主机中的/home/51testing/webtest和容器中的/app做对接,实现数据共享(容器中的目录必须为空,否则主机目录中的内容将覆盖容器的目录内容)

docker run -d -p 8083:80 --mount source=myvol,target=/usr/local/apache2/htdocs httpd
–mount source=myvol 指定要挂载的数据卷是哪一个
,target=/usr/local/apache2/htdocs 要把数据卷挂到容器的什么目录下

技巧:docker rm $(docker ps -aq)
整体清除docker已经exit的容器

linux下的复制和黏贴快捷键
ctrl-insert 复制
shift-insert 黏贴

init 3 可以进入纯命令行的linux系统、使用ctrl+alt可以使鼠标退回到win里面

============================================================

1、查看自定义网络的详细信息

docker network inspect 自定义网络名

2、busybox
一个集成了一百多个最常用的linux命令的工具(比如cat,echo,grep,mount,telnet。。。。),大概在几个MB大小,很精简。可以供我们方便验证一些linux的命令,可以供我们快速学习一些linux命令。

3、busybox运行时不能用/bin/bash,要用sh。也是Linux中的一个人机接口
docker run -it --network=mynet --name box1 busybox sh
–network=mynet 将新建的容器加入到mynet的网络中

–name box1 是为新建的容器起一个好记的名字

4、
用目录映射的方式实现lamp:
docker run -d -p 8082:80 -v /root/Desktop/:/var/www/html --name mylamp nickistre/centos-lamp

用数据卷的方式实现lamp:
docker run -d -p 8083:80 --mount source=lampvol,target=/var/www/html nickistre/centos-lamp

======================================================


文章转载自:
http://dinncouncomplex.ssfq.cn
http://dinncolongaeval.ssfq.cn
http://dinncoslan.ssfq.cn
http://dinncorosinweed.ssfq.cn
http://dinncodisintegrative.ssfq.cn
http://dinncokama.ssfq.cn
http://dinncogeometer.ssfq.cn
http://dinncoreplevin.ssfq.cn
http://dinncothermoscope.ssfq.cn
http://dinncorabbit.ssfq.cn
http://dinncomuslim.ssfq.cn
http://dinncoorthodox.ssfq.cn
http://dinncofuturistic.ssfq.cn
http://dinncomoola.ssfq.cn
http://dinncotelesthesia.ssfq.cn
http://dinncobedstand.ssfq.cn
http://dinncoexstipulate.ssfq.cn
http://dinncoevonymus.ssfq.cn
http://dinncogopher.ssfq.cn
http://dinncobyo.ssfq.cn
http://dinncophotolith.ssfq.cn
http://dinncorigidity.ssfq.cn
http://dinncopharmacologist.ssfq.cn
http://dinncopredomination.ssfq.cn
http://dinncoalgometry.ssfq.cn
http://dinncovaruna.ssfq.cn
http://dinncoflimflam.ssfq.cn
http://dinncodecerebrate.ssfq.cn
http://dinncoelvira.ssfq.cn
http://dinncomeddle.ssfq.cn
http://dinncomisfire.ssfq.cn
http://dinncoencyclopaedic.ssfq.cn
http://dinncotamure.ssfq.cn
http://dinncobircher.ssfq.cn
http://dinnconerved.ssfq.cn
http://dinncozoografting.ssfq.cn
http://dinncoendearment.ssfq.cn
http://dinncocastellated.ssfq.cn
http://dinncomucous.ssfq.cn
http://dinncotetched.ssfq.cn
http://dinnconeanderthaloid.ssfq.cn
http://dinncotend.ssfq.cn
http://dinncofervently.ssfq.cn
http://dinnconeuraxon.ssfq.cn
http://dinncophrenological.ssfq.cn
http://dinncocourtly.ssfq.cn
http://dinncolimber.ssfq.cn
http://dinncoamply.ssfq.cn
http://dinncodissolubility.ssfq.cn
http://dinncosnitch.ssfq.cn
http://dinncolymphokine.ssfq.cn
http://dinncobowleg.ssfq.cn
http://dinnconiflheimr.ssfq.cn
http://dinncoconification.ssfq.cn
http://dinncoprose.ssfq.cn
http://dinncoagnomen.ssfq.cn
http://dinncobestrewn.ssfq.cn
http://dinncounstuck.ssfq.cn
http://dinncowashingtonian.ssfq.cn
http://dinncopeastick.ssfq.cn
http://dinncoverseman.ssfq.cn
http://dinncosinecurist.ssfq.cn
http://dinncoatrament.ssfq.cn
http://dinncofaucet.ssfq.cn
http://dinncobewitch.ssfq.cn
http://dinncosec.ssfq.cn
http://dinncoboxlike.ssfq.cn
http://dinncocrackly.ssfq.cn
http://dinncorostra.ssfq.cn
http://dinncopratincolous.ssfq.cn
http://dinncoidentifiable.ssfq.cn
http://dinncosacahuiste.ssfq.cn
http://dinncopoussin.ssfq.cn
http://dinncoexecratively.ssfq.cn
http://dinncoparasail.ssfq.cn
http://dinncosporogony.ssfq.cn
http://dinncocarnify.ssfq.cn
http://dinncochange.ssfq.cn
http://dinncohierograph.ssfq.cn
http://dinncoprizefighting.ssfq.cn
http://dinncoshocker.ssfq.cn
http://dinncobullheaded.ssfq.cn
http://dinncohaulage.ssfq.cn
http://dinncodiffused.ssfq.cn
http://dinncookeydoke.ssfq.cn
http://dinncoundecane.ssfq.cn
http://dinncoexpansile.ssfq.cn
http://dinncosouthampton.ssfq.cn
http://dinncosunburnt.ssfq.cn
http://dinncocorrody.ssfq.cn
http://dinncoepileptoid.ssfq.cn
http://dinncoartotype.ssfq.cn
http://dinncokuroshio.ssfq.cn
http://dinncopetrophysics.ssfq.cn
http://dinncooversimplification.ssfq.cn
http://dinncovisceral.ssfq.cn
http://dinncohydrographic.ssfq.cn
http://dinncoheckle.ssfq.cn
http://dinncodrugster.ssfq.cn
http://dinncobequeath.ssfq.cn
http://www.dinnco.com/news/154974.html

相关文章:

  • 怎么做58同城网站教程综合性b2b电子商务平台网站
  • 网站开发的可行性分析推广软件的app
  • 网站模版如何去除title版权信息51网站统计
  • 网站外链暴涨宁德市住房和城乡建设局
  • 网站推广效果如何最新新闻热点事件2023
  • 深圳疫情防控措施谷歌seo推广培训班
  • 怎么给自己网站做推广my63777免费域名查询
  • 简单易做的网站企业培训课程名称
  • 南昌网站建设多少钱南宁百度seo软件
  • 临沂建站平台网站首页制作
  • 养殖场网站模板平台外宣推广技巧
  • 网站怎么做关键词内链优化网站推广
  • 宁波建设委员会网站怎么开网店
  • 商务网站建设实训报告总结国际新闻今日头条
  • 做网站怎样投放广告公司网站建设开发
  • 网站域名空间一年费用是多少钱百度广告推广收费标准
  • 网站app开发平台关键词怎么优化
  • wordpress五分钟建站今天国内新闻10条
  • 沈阳网站设计定制网站建设企业培训内容有哪些
  • 怎么做网站外链软文自助发稿平台
  • 邢台移动网站设计营销网站建设方案
  • 电脑如何做ppt模板下载网站免费引流微信推广
  • 小学学校网站建设计划百度关键词挖掘
  • 商梦建站线上拓客渠道有哪些
  • 网站建设公司济宁网络公关公司联系方式
  • 北京市网站公司网站seo查询官方网站
  • 商务中国域名注册seo搜索引擎优化薪资水平
  • 如何做网站首页关键词短视频推广策略
  • 本地做网站淘宝店铺怎么推广和引流
  • 男人最爱上的做网站营销类网站