Category Archives: SYSTEM

linux版WPS系统缺失字体的解决办法

  • 从网上找到或直接到windows/fonts文件里拷贝wingdings、wingdings 2、wingdings 3、Webdings、MT Extra这些字体。
  •  进入主文件夹,按Ctrl+h键(显示隐藏文件),查看有没有.fonts文件夹,如果没有就创建一个。
  • 把wingdings、wingdings 2、wingdings 3、Webdings、MT Extra这些字体,复制到主文件夹下的.fonts文件夹里。

修改hosts文件上google

百度搜索最新google-hosts,并修改hosts文件内容

hosts所在文件夹:

  • Windows 系统hosts位于 C:\Windows\System32\drivers\etc\hosts
  • Android(安卓)系统hosts位于 /system/etc/hosts
  • Mac(苹果电脑)系统hosts跟Linux一样位于 /etc/hosts
  • iPhone(iOS)系统hosts跟Linux Mac一样位于 /etc/hosts
  • Linux系统hosts位于 /etc/hosts

 

Raspberry Pi 软件源

/etc/apt/sources.list
deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.neusoft.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb-src http://mirrors.ustc.edu.cn/raspbian/raspbian/ wheezy main contrib non-free rpi
deb http://mirrors.shu.edu.cn/raspbian/raspbian/ stretch main contrib non-free rpi 

升级win10后IE浏览器无法上网的解决办法

方法一
然后按住键盘组合键win+x,选择命令提示符(管理员),在提示框输入netsh winsock reset,回车
重置成功,重启你的电脑,即可
方法二
打开网络共享中心-当前网络连接属性-选择协议,点击安装
选择协议-添加
选择可靠多播协议-确定
安装好后重启计算机即可解决

Your Firefox profile cannot be loaded

ubuntu下出现打开frefox出现Your Firefox profile cannot be loaded. It may be missing or inaccessible
1:用命令行输入  firefox  如果还是这种情况
2:用命令行输入 sudo firefox  如果能正常打开,说明是因为权限的问题
3:在用户目录(我的目录是/home/jyg/)下收入ls -lA命令查看.mozilla的所有者和用户组,发现都是root
4:修改所有者和用户组
在用户目录(我的是/home/jyg)

sudo chown -hR jyg:jyg .mozilla/
备注:所有者和用户组修改成你自己的

5:查看/home/用户名/.cache下的mozilla文件夹所有者和用户组
6:修改.cache下mozilla文件夹所有者和用户组为自己
7:重启firefox