firefox未响应

Problem Examples:

可能出现的问题:

  1. Your Firefox profile cannot be loaded. It may be missing or inaccessible。

  2. Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system。

Solution

Provide steps that the user can take to solve the problem. For example "The level 7 printer will flash red when it is out of paper. Add paper to tray 1".

  • 执行命令:“rm -rf ~/.mozilla” 

  1. 备份你所有home目录下重要文件到其它地方

  2. 确认你已经备份了所有文件

  3. 清空自己的home目录:“rm -rf ~/*” 

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues

David_Li

我还没有学会写个人说明!

相关推荐

优化Linux下的内核TCP参数以提高系统性能

优化Linux下的内核TCP参数以提高系统性能
内核的优化跟服务器的优化一样,应本着稳定安全的原则。下面以Squid服务器为例来说明,待客户端与服务器端建立TCP/IP连接后就会关闭Socket,服务器端连接的端口状态也就变为TIME_WAIT了。那是不是所有执行主动关闭的Socket都会进入TIME_WAIT状态呢?有没有什么情况可使主动关闭的Socket直接进入CLOSED状态呢?答案是主动关闭的一方在发送最后一个ACK后就会进入TIME_WAIT状态,并停留2MSL(报文最大生存)时间,这是TCP/IP必不可少的,也就是说这一点是“解决”不了的。
TCP/IP设计者如此设计,主要原因有两个:

暂无评论