刚装Ubuntu16.10我遇到的问题及解决

来源:互联网 发布:程序员才能看懂的密码 编辑:程序博客网 时间:2024/06/04 18:42

1.Linux交换ctrl和caps

setxkbmap -option "ctrl:swapcaps"

2.源码安装libevent时出现error: ‘CLOCK_REALTIME’ undeclared

在event.c中添加头文件time.h

3.Ubuntu双显卡问题

4.vim bundle插件安装
neocomplete插件

5.git连接远程库

ssh-keygen -t rsa -C "754657908@qq.com"ssh git@github.comgit remote add origin git@github.com:lhgaaa/xxxxgit pull origin master

6.ubuntu下翻墙

搬瓦工地址: https://bwh1.net/clientarea.php?action=productsshadowsocks安装: http://www.linuxidc.com/Linux/2015-09/123579.htmproxychains安装与配置: http://www.hackdig.com/?03/hack-2031.htm

7.安装wps时,libpng12-0依赖问题。

下载libpng12并安装即可:https://packages.debian.org/zh-cn/wheezy/amd64/libpng12-0/download

8.lftp命令

9.ubuntu16.04安装谷歌浏览器:

sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.dwget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -sudo apt-get update sudo apt-get install google-chrome-stable

10.谷歌浏览器利用SwitchyOmega插件配合shadowsocks智能翻墙

启动shadowsocks: sslocal -c /etc/shadowsocks/config.json下载SwitchOmega插件:https://github.com/FelisCatus/SwitchyOmega/releasesSwitchOmega安装教程:https://github.com/FelisCatus/SwitchyOmega/wiki/GFWList

11.修改Ubuntu下挂载硬盘后的名字/media/user/A

打开Ubuntu的Dash,搜索disk打开,在左边栏选中要修改的硬盘,先umount,点击设置按钮,在编辑文件系统中输入新的硬盘名。

12.Ubuntu完全卸载libreOffice

sudo apt-get remove --purge libreoffice*

13.starDict离线词典安装

将离线词典下载下来放到~/.stardict/
原创粉丝点击