标签 问题 下的文章

解决Chrome浏览器"Adobe Flash Player 插件已被屏蔽"的问题

最近将Chrome浏览器更新到最新版本(59.0.3071.36)后,打开很多网站地址栏都提示“Adobe Flash Player 插件已被屏蔽”
1.jpg
虽然可以点击“运行所有插件”使网页正常显示,但是下次打开还报这个错误,有没有一种一劳永逸的方法呢?答案是肯定的:
1、打开 chrome://settings/content/flash 把 Adobe Flash Player 插件设置更改为"允许网站运行Flash"。
3.png
2、打开 chrome://flags/#run-all-flash-in-allow-mode 启用该选项。
2.png
3、重启浏览器

rtorrent+rutorrent使用中的常见问题及解决方法

1、rutorrent硬盘使用量不准确的解决方法

vi /var/rutorrent/rutorrent/conf/config.php

$topDirectory = '/';

修改为

$topDirectory = '/home/';

2、rtorrent频繁崩溃的原因和解决方法
错误日志

No connection to rTorrent. Check if it is really running. Check
$scgi_port and $scgi_host settings in config.php and scgi_port in
rTorrent configuration file

出现这种情况是“最大可用内存”这个参数设置过大造成的,解决方法很简单,比如把“最大可用内存”设置为1G,那么就在 .rtorrent.rc 文件里增加一行 max_memory_usage = 1024M 就可以了。
.rtorrent.rc 文件路径在 /home/用户名/.rtorrent.rc
比如你的用户名是2dan 那么路径就是 /home/2dan/.rtorrent.rc
然后删除 rtorrent.lock 文件并重启 rutorrent 即可

rm -rf /home/2dan/rtorrent/session/rtorrent.lock
/etc/init.d/autodl_2dan restart