02 2019 档案

摘要:Linux中普通用户用sudo执行命令时报”xxx is not in the sudoers file.This incident will be reported”错误,解决方法就是在/etc/sudoers文件里给该用户添加权限。如下: 1.切换到root用户下 方法为直接在命令行输入:su, 阅读全文
posted @ 2019-02-20 08:49 dwtmjps 阅读(238) 评论(0) 推荐(0)
摘要:Step1: 安装Fcitx。打开命令窗口(Alt+Ctrl+T),输入sudo apt install fcitx fcitx-googlepinyin fcitx-table-wbpy fcitx-pinyin fcitx-sunpinyin 命令。当然,可根据需要选择其中部分输入法。 Step 阅读全文
posted @ 2019-02-19 12:12 dwtmjps 阅读(949) 评论(0) 推荐(0)
摘要:参见:http://blog.yuqiyu.com/git-gitolite-server.html Step1:生成 SSH KEY gitadmin@gitserver:~$ ssh-keygen -t rsa 上传公钥到服务端 在上传公钥之前,为了后期方便区分,我们来给id_rsa.pub文件 阅读全文
posted @ 2019-02-19 11:56 dwtmjps 阅读(414) 评论(0) 推荐(0)
摘要:是不是在使用ubuntu的时候特别是安装或更新的时候会出现下面的情况: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the admin 阅读全文
posted @ 2019-02-19 11:44 dwtmjps 阅读(245) 评论(0) 推荐(0)