随笔分类 -  网络知识

摘要:https://www.cnblogs.com/xu-yi/p/10454561.html 阅读全文
posted @ 2020-07-21 21:49 看不见的R 阅读(195) 评论(0) 推荐(0) 编辑
摘要:location ~ \.php$ { root /srv/oa/xinhu/; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /srv/oa/xinhu/$fastcgi_sc 阅读全文
posted @ 2020-05-10 12:03 看不见的R 阅读(357) 评论(0) 推荐(0) 编辑
摘要:解决方法一 可以在wp-config.php里加入下面代码: 1 define("FS_METHOD","direct"); 2 define("FS_CHMOD_DIR", 0777); 3 define("FS_CHMOD_FILE", 0777); 解决方法二 在wp-config.php中找 阅读全文
posted @ 2019-10-07 22:38 看不见的R 阅读(383) 评论(0) 推荐(0) 编辑
摘要:1. 编辑这个文件 /srv/http/wordpress/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js 在CKEDITOR.editorConfig = function( config ) 这句话后面的大括号就是”{ } 阅读全文
posted @ 2019-10-07 21:41 看不见的R 阅读(216) 评论(0) 推荐(0) 编辑
摘要:1. 查看网卡名称 $ ifconfig 2. 复制配置文件例子。 # cp /etc/netctl/examples/ xxxxx ../xxxxx 3. 编辑配置文件 # vim /etc/netctl/xxxxxx ####################################### 阅读全文
posted @ 2019-09-25 22:47 看不见的R 阅读(4451) 评论(0) 推荐(0) 编辑
摘要:NTP服务器(上海) :ntp.api.bz 中国ntp服务器:cn.pool.ntp.org pool.ntp.org 1. 安装ntp # pacman -S ntp 2. 更新时间 # ntpdate -u ntp.api.bz 阅读全文
posted @ 2019-08-26 13:00 看不见的R 阅读(1316) 评论(0) 推荐(0) 编辑
摘要:虚拟机:ArchLinux 主机系统:WIN 10 虚拟机系统:linux 服务器端:vsftpd 要点: 1. 虚拟机正确配置桥接网络,nat网络无法读目录。 当桥接为无效设置时,需安装驱动。 2. 采用固定IP方式,方便每次连接。 Linux用固定IP上网的方式有多种,我们采用dhcpcd。 修 阅读全文
posted @ 2019-08-19 20:44 看不见的R 阅读(396) 评论(0) 推荐(0) 编辑
摘要:不能采用nat方式联网, 需要采用桥接模式,模拟独立主机。 virtualbox的不同网络模式:https://www.cnblogs.com/qianjinyan/p/8661668.html 阅读全文
posted @ 2019-08-19 20:11 看不见的R 阅读(175) 评论(0) 推荐(0) 编辑
摘要:系统信息: OS:x86_64 Linux 5.2.3-arch1-1-ARCH Printer:Canon_iP2800_series usb连接 安装cups、字体和驱动包(gutenprint) cups - 就是传说中的CUPS软件 ghostscript - Postscript语言的解释 阅读全文
posted @ 2019-07-27 11:24 看不见的R 阅读(2393) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示