If you get the message in the IE browser: JavaScript has been disabled or is not supported by your web browser which is needed by the Virtual KVM/Media applet. Please correct this problem. Just download the JAR file from server. Start the developer mode of your browser and search for “jar” to
分类目录归档:网站建设
There is no public key available for the following key IDs
今天在debian/ubuntu下运行apt update刷新更新源的时候却遇到 “There is no public key available for the following key IDs” 的问题,具体表现为以下错误提示: W:There is no public key available for the following key IDs: 3B4FE6ACC0B21F32, W:There is no public key available for the following key IDs:
FreeBSD11安装DirectAdmin之后Proftpd无法启动的问题
修改/etc/proftpd.conf ScoreboardFile /var/run/proftpd/proftpd.pid 修改为 ScoreboardFile /var/run/proftpd.pid 与/etc/newsyslog.conf中的/var/run/proftpd.pid保持一致。
ubuntu php 出现 Cannot find module (SNMPv2-TC) 等错误
在执行php -v 或者有时编译一个东西或输入某个命令的时候会出现: Cannot find module (MTA-MIB): At line 0 in (none) Cannot find module (NETWORK-SERVICES-MIB): At line 0 in (none) Cannot find module (SNMPv2-TC): At line 15 in /usr/share/snmp/mibs/UCD-DISKIO-MIB.txt Did not find ‘DisplayString
Ubuntu 14.04 禁用ipv6
如需禁用ipv6, 在/etc/sysctl.conf下加入以下内容: #disable IPv6 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 需要reboot重启。
Debian8下安装PHP7最新稳定版本
PHP7的性能据zend开发团队测试大部分情况下性能均超过HHVM,其中性能更是5.6的2倍还多,这对PHP性能来说,是一个质的飞跃,从5.x直接跨升到7.x也见证了这个性能的飞跃。 Debian8 默认软件仓库只提供php5,对于需要使用php7的情况,需要添加第3方扩展源进行安装。 想必使用 Ubuntu PPA 第三方源的童鞋都知道 ppa:ondrej
Debian8中修改Varnish默认端口为80
Varnish 的默认端口是 6081,而不是 80 端口。所以还得改改, 一、修改 /lib/systemd/system/varnish.service文件 ExecStart=/usr/sbin/varnishd -a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m 二、修改 /etc/default/varnish 文件 DAEMON_OPTS=”-a :6081 \ -T
Ubuntu 14.04 升级PHP 和 Apache
Ubuntu上官方的源,比如 Ubuntu14.04 默认源中的是 PHP5.6.x、Ubuntu16.04 默认源中的是 PHP7.0.x,那么如果想在 Ubuntu16.04 上安装 PHP7.1,PHP7.2,应该怎么办呢? 答案是通过第三方的源来安装,ppa:ondrej/php 是一个比较知名的PHP源(目前维护php5.6,php7.0,php7.1,php7.2)。下面就用这个源来安装自己想要的PH
一个由于MTU值不合理造成的Frp内网穿透问题的解决
个人利用frp在单位的两个内网穿分别架设了一个http服务器, 两个内网分别有一条电信宽带, 两个frp的操作系统均为ubuntu, 连接同一个frps服务器 两个frpc的配置文件除端口以外完全正常, 其中一个内网frp穿透完全正常, 而另外一个http和SSH均有问题: frpc文件如下 [web-bs] type = http local_ip = 127.0.0.1 loca
关于LNMP+Frp内网穿透环境下一个PHP程序运行超时的问题
一直想在内网穿透的环境下运行WordPress,但是由于WordPress的一个插件一直运行超时错误的问题未解决而作罢,这次有空调试一下,看看能否解决: 1.检查nginx中fastcgi(php-fpm)60s超时的问题 在站点配置文件中加上fastcgi_read_timeout 600; location ~ .*\.(php|php5)?$ { fastcgi_pass 127.0.0.1:9000; fastcgi_co