2018年7月5日
摘要:
sudo apt-get install libsqlite3-dev
阅读全文
posted @ 2018-07-05 11:49
c3tc3tc3t
阅读(156)
推荐(0)
2018年7月2日
摘要:
1 安装完docker 使用时,提示权限不够 2 我们到 /var/run 目录查看docker.sock权限 3 拥有者是root 所属组是docker, 我们查看有没有docker这个组 4 添加你使用docker时的用户名,例如rudy到这个组
阅读全文
posted @ 2018-07-02 22:57
c3tc3tc3t
阅读(267)
推荐(0)
摘要:
1 1 sudo apt-get update 2 3 2 sudo apt-get install \ 4 apt-transport-https \ 5 ca-certificates \ 6 curl \ 7 software-properties-common 8 9 3 curl -fsSL https://download.d...
阅读全文
posted @ 2018-07-02 22:50
c3tc3tc3t
阅读(369)
推荐(0)
2018年7月1日
摘要:
https://stackoverflow.com/questions/37300811/android-studio-dev-kvm-device-permission-denied To check the ownership of /dev/kvm use The user was root,
阅读全文
posted @ 2018-07-01 18:59
c3tc3tc3t
阅读(619)
推荐(0)
摘要:
1 我的处理器是2700x 首先安装cpu检测 2 查看cpu内核 3 检测是否支持 kvm 4 然后安装
阅读全文
posted @ 2018-07-01 09:58
c3tc3tc3t
阅读(1521)
推荐(0)
摘要:
当在新的分支工作,修改的文件提交到暂存区,这时,切换到其他分之,可能报错,因为米有commit,如果切换到其他分支,暂存区的修改可能丢失,我们可以使用git stash save -a(暂存区) "自定义名字"执行后。我们还是在新分之,但是之前修改不见了。工作区干净 我们这时可以切换到其他分支,例如
阅读全文
posted @ 2018-07-01 08:26
c3tc3tc3t
阅读(137)
推荐(0)
2018年6月30日
摘要:
sudo add-apt-repository ppa:kelleyk/emacssudo apt updatesudo apt install emacs26
阅读全文
posted @ 2018-06-30 21:13
c3tc3tc3t
阅读(216)
推荐(0)
posted @ 2018-06-30 20:08
c3tc3tc3t
阅读(312)
推荐(0)
摘要:
安装搜狗后出现 You're currently running Fcitx with GUI, but fcitx-configtool couldn't be found, the package name is usually fcitx-config-gtk, fcitx-config-gt
阅读全文
posted @ 2018-06-30 15:13
c3tc3tc3t
阅读(986)
推荐(0)
2018年6月23日
摘要:
sudo apt-get install ubuntu-restricted-extras
阅读全文
posted @ 2018-06-23 07:58
c3tc3tc3t
阅读(154)
推荐(0)