manjaro 添加当前用户到kvm
摘要:原贴 https://askubuntu.com/questions/1050621/kvm-is-required-to-run-this-avd
阅读全文
posted @
2019-04-07 10:36
c3tc3tc3t
阅读(689)
推荐(0)
解决 Error: ENOSPC: System limit for number of file watchers reached
摘要:manjaro 18.0 kde版本 运行 yarn test报错 Error: ENOSPC: System limit for number of file watchers reached 解决: cd etc/sysctl.d然后 ls 看下里面 应该只有一个文件 我的叫50-max_use
阅读全文
posted @
2019-03-02 14:41
c3tc3tc3t
阅读(9875)
推荐(0)
manjaro 添加tash 快捷方式
摘要:-In your home directory open /.local/share/applications/-Right click in this folder and create a empty desktop file-Open this file with gedit and past
阅读全文
posted @
2018-08-21 19:37
c3tc3tc3t
阅读(284)
推荐(0)
disable Nouveau kernel driver
摘要:with the following contents: Regenerate the kernel initramfs: and finally: reboot
阅读全文
posted @
2018-07-11 11:21
c3tc3tc3t
阅读(250)
推荐(0)
linux mint 19 pyenv 安装 python 3.7.0 问题解决
摘要:Python3: ImportError: No module named '_ctypes' 解决 WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib? 解决 安装pyqt5
阅读全文
posted @
2018-07-07 09:49
c3tc3tc3t
阅读(536)
推荐(0)
linux mint 19新系统开发安装sqlite
摘要:sudo apt-get install libsqlite3-dev
阅读全文
posted @
2018-07-05 11:49
c3tc3tc3t
阅读(156)
推荐(0)
linux mint19 解决docker必须使用sudo问题
摘要:1 安装完docker 使用时,提示权限不够 2 我们到 /var/run 目录查看docker.sock权限 3 拥有者是root 所属组是docker, 我们查看有没有docker这个组 4 添加你使用docker时的用户名,例如rudy到这个组
阅读全文
posted @
2018-07-02 22:57
c3tc3tc3t
阅读(267)
推荐(0)
linux mint 19安装最新社区版docker
摘要: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)
linux mint 19解决 输入法问题
摘要:安装搜狗后出现 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)
安装Ubunutu音频视频库
摘要:sudo apt-get install ubuntu-restricted-extras
阅读全文
posted @
2018-06-23 07:58
c3tc3tc3t
阅读(154)
推荐(0)
解决Ubuntu 18.04中文输入法的问题
摘要:1 https://ywnz.com/linuxjc/1637.html
阅读全文
posted @
2018-06-18 12:31
c3tc3tc3t
阅读(369)
推荐(0)
docker最新版本如何自定义配置文件
摘要:1 如果你想使用 /etc/default/docker文件配置你的docker 在 /etc/systemd/system/docker.service.d/docker.conf 添加下面 [Service]ExecStart=ExecStart=/usr/bin/dockerd -H fd:/
阅读全文
posted @
2017-12-22 18:34
c3tc3tc3t
阅读(5432)
推荐(0)
linux mint 18.2 安装wireshark
摘要:Method 1: Via PPA Step 1: Add the official PPA sudo add-apt-repository ppa:wireshark-dev/stable Step 2: update the repository sudo apt-get update Step
阅读全文
posted @
2017-10-31 22:44
c3tc3tc3t
阅读(417)
推荐(0)
linux mint 18.1 安装nvidia显卡驱动
摘要:原文地址 http://www.gamersonlinux.com/forum/threads/updating-nvidia-drivers-mint.1746/ 主要步骤很简答 就是将ppa仓库地址添加以下 仓库地址 : 1 ppa:graphics-drivers/ppa 点击图中的 ppas
阅读全文
posted @
2017-01-11 13:07
c3tc3tc3t
阅读(295)
推荐(0)
emacs不能使用中文输入法
摘要:参考 http://blog.csdn.net/nomasp/article/details/52138501 根据Fcitx的介绍:当LC_CTYPE为英文时,在Emacs上可能无法使用输入法。 : 打开下面文件中的一个就行 , 在文件结尾添加如
阅读全文
posted @
2016-12-22 12:40
c3tc3tc3t
阅读(248)
推荐(0)
linux mint 崩溃
摘要:换完linux mint 今天突然崩溃了。出现如下错误 因为是双屏。一个屏幕显示一般,这么不重要。搜了一下,找到解决方案 解决办法 ctrl+atl+f1 login sudo apt-get install cinnamon sudo reboot
阅读全文
posted @
2016-12-19 22:21
c3tc3tc3t
阅读(398)
推荐(0)
ubuntu 下载额外数据不成功”的恼人提示通知
摘要:最近用Ubunt也遇到这个问题,搜到这个答案 参考原文链接: http://forum.ubuntu.org.cn/viewtopic.php?t=387865 2、移除“下载额外数据不成功”的恼人提示通知,方法:$cd /usr/share/package-data-downloads/$sudo
阅读全文
posted @
2016-11-07 09:21
c3tc3tc3t
阅读(253)
推荐(0)
emacs使用 simple-httpd和impatient-mode插件实现livereload
摘要:现在用emacs写前段,自然想实现那种,编辑器里编辑,然后浏览器端页面自己刷新 使用 simple-httpd 和impatient-mode 两个插件,可以实现, 按照文档安装好使用就可以,我没找到.单独一个插件可以实现的 使用方式
阅读全文
posted @
2016-11-06 01:57
c3tc3tc3t
阅读(376)
推荐(0)
ubuntu16.04解决播放swf视频文件问题
摘要:使用下面 sudo apt-get install swfdec-gnome
阅读全文
posted @
2016-10-04 14:58
c3tc3tc3t
阅读(365)
推荐(0)