Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in /data/web/sl_fe/vendor/sunra/php-simple-html-dom-parser/Src/...
苏 demo
9年前 (2016-07-06)
3740℃
0评论
0喜欢
一言不合,直接贴代码了。
apt install php-pear
pecl install pdo
pecl install pdo_mysql
service php7.0-fpm restart
转载请注明:苏demo的别样人生 » ubuntu ...
苏 demo
9年前 (2016-07-05)
4621℃
0评论
2喜欢
ubuntu 下的诡异问题.
cd /etc/php5/cli/conf.d
sudo ln -s ../../mods-available/mcrypt.ini 20-mcrypt.ini
详细安装操作步骤:
sudo apt-get i...
苏 demo
9年前 (2016-07-04)
2606℃
0评论
0喜欢
安装 gedit
sudo apt-get update
sudo apt-get install gedit-gmate
sudo apt-get install gedit-plugins
sudo ap...
苏 demo
9年前 (2016-07-01)
6649℃
0评论
1喜欢
ubuntu 升级15.10后
terminal 终端竟然没了…
什么鬼…
修复命令:
sudo apt-get install gnome-terminal
然后 alt+f2 就能找到终端了.
转载请注明:苏demo的别样人生 &...
苏 demo
9年前 (2016-06-28)
2995℃
0评论
0喜欢
问题出现的原因:刚装好的Ubantu系统,内部缺少很多软件源,这时,系统会自动启动软件源更新进程“apt-get”,并且它会一直存活。由于它在运行时,会占用软件源更新时的系统锁(以下称“系统更新锁”,此锁文件在“/var/lib/apt/lists/”目录下),而当有新的 apt...
苏 demo
9年前 (2016-06-21)
1916℃
0评论
2喜欢
ubuntu下apt-get 命令参数
常用的APT命令参数
apt-cache search package 搜索包
apt-cache show package 获取包的相关信息,如说明、大小、版本等
sudo apt-get install package ...
苏 demo
9年前 (2016-06-21)
2283℃
0评论
1喜欢
error:
E: dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem
错误的解决方法如下:
请执行
代码:
s...
苏 demo
9年前 (2016-06-21)
2762℃
0评论
0喜欢
如果没有安装iptables可以直接用yum安装
yum install iptables
检查iptables服务的状态,
service iptables status
启动iptables服务
service iptables start
消除默认规则配置
#这个一定...
苏 demo
9年前 (2016-06-20)
2204℃
0评论
0喜欢
最近blog转移了,发觉很多以前写的文章的附件 是中文名称,不能下载了。。。
(原来blog托管在阿里云免费虚拟主机上,最近由于资源消耗过量,遭到屏蔽,官方这么说,实际上,大家都懂的)
现在托管位置,迁移到阿里云服务器了,可以自己对服务器进行字符集的设置了。
PS:也希望网友在遇...
苏 demo
9年前 (2016-06-14)
3196℃
0评论
0喜欢