随笔分类 -  unix/linux

1 2 3 下一页
WeChatWin.dll文件缺失,错误码:126 for linux
摘要:原文 https://aur.archlinux.org/packages/deepin-wine-wechat/ 在这里也贴一份不需要降级lib32-libldap的方案。 下载deepin的libldap以及相关依赖扔进/usr/lib32/就可以了。具体步骤如下: 下载 deepin 的 li 阅读全文
posted @ 2021-12-15 13:18 c3tc3tc3t 阅读(1686) 评论(0) 推荐(0)
manjaro 更新chrome报签名错误
摘要:来自 "lilac (build machine) <lilac@build.archlinuxcn.org>" 的签名是未知信任的 解决: sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring 然后再更新 阅读全文
posted @ 2021-06-15 18:56 c3tc3tc3t 阅读(1654) 评论(0) 推荐(0)
manjaro系统上使用asdf安装php注意事项
摘要:需要手动安装一些缺失的lib sudo pacman -S oniguruma sudo pacman -S re2c sudo pacman -S postgresql-libs 阅读全文
posted @ 2021-06-14 10:25 c3tc3tc3t 阅读(101) 评论(0) 推荐(0)
manjaro-kde最新安装后配置 转
摘要:启动terminal,输入: sudo pacman-mirrors -i -c China -m rank 在弹出的框中选一个最快的源,一个就好,选多了会降低速度,建议shjt sudo kate /etc/pacman.conf 在末尾输入: [archlinuxcn] Server = htt 阅读全文
posted @ 2020-11-19 23:18 c3tc3tc3t 阅读(433) 评论(0) 推荐(0)
GoldenDict替代了stardict
摘要:參考 https://www.jianshu.com/p/b6b2c1d78d7c 阅读全文
posted @ 2020-06-23 16:42 c3tc3tc3t 阅读(336) 评论(0) 推荐(0)
manjaro 安装搜狗输入法
摘要:sudo pacman -S yay yay -S fcitx yay -S fcitx-sogouimebs yay -S fcitx-configtool fcitx-qt5 阅读全文
posted @ 2020-06-21 21:46 c3tc3tc3t 阅读(1103) 评论(0) 推荐(0)
解决在manjaro下,vscode无法将chrome作为默认浏览器打开
摘要:Same issue. The solution is simple. Find the name of the exec command, for google chrome in arch linux is google-chrome-stable. Edit the command name 阅读全文
posted @ 2019-08-11 08:51 c3tc3tc3t 阅读(1554) 评论(0) 推荐(0)
manjaro 添加当前用户到kvm
摘要:原贴 https://askubuntu.com/questions/1050621/kvm-is-required-to-run-this-avd 阅读全文
posted @ 2019-04-07 10:36 c3tc3tc3t 阅读(689) 评论(0) 推荐(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 阅读(9876) 评论(0) 推荐(0)
error while loading shared libraries: libgconf-2.so.4:
摘要:sudo pacman -S gconf 阅读全文
posted @ 2019-01-11 12:18 c3tc3tc3t 阅读(599) 评论(0) 推荐(0)
manjaro开启sdd trim
摘要:$ sudo systemctl enable fstrim.timer; $ sudo systemctl start fstrim.service; $ sudo systemctl status fstrim.service; Check the timer systemctl cat fstrim.timer and look for the Persist... 阅读全文
posted @ 2018-11-15 22:50 c3tc3tc3t 阅读(556) 评论(0) 推荐(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) 推荐(0)
Steps to install Docker on Manjaro 16.10--转
摘要:https://manjaro-tutorial.blogspot.com/2016/12/how-to-install-docker-on-manjaro-1610.html Open Terminal console and type the following command to insta 阅读全文
posted @ 2018-07-13 19:00 c3tc3tc3t 阅读(144) 评论(0) 推荐(0)
Manjaro安装笔记
摘要:安装后就可以先配置国内的软件源。使用以下命令: #排列源 sudo pacman-mirrors -g https://www.jianshu.com/p/f2c9ee00698c https://www.cnblogs.com/reddusty/p/5098005.html [archlinuxc 阅读全文
posted @ 2018-07-10 21:57 c3tc3tc3t 阅读(479) 评论(0) 推荐(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) 推荐(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) 推荐(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) 推荐(0)
linux mint 19 与windows时间不同步
摘要:首先确定时间无误 2 阅读全文
posted @ 2018-06-30 20:08 c3tc3tc3t 阅读(313) 评论(0) 推荐(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) 推荐(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) 推荐(0)

1 2 3 下一页