发布时间:2024-11-24 15:27:34
自己的github配置,仅供参考。点击(此处)折叠或打开[http] proxy = http://127.0.0.1:8118 postBuffer = 1048576000 version = HTTP/1.1[http "https://github.........【阅读全文】
发布时间:2017-03-12 23:29:27
chrome flashplayer UBUNTU Debian 单独安装指南......【阅读全文】
发布时间:2015-05-14 19:59:18
我们在制作脚步的时候,经常需要执行sudo命令,但无法自动填充密码。网上搜到的方案如下:修改/etc/sudoers文件,将执行脚本的用户 myname 执行用的命令,设置为 NOPASSWD就ok了。myname ALL=(ALL:ALL) ALLmyname ALL=(ALL:ALL) NOPASSWD: /bin/mount,/bin/umount.........【阅读全文】
发布时间:2015-05-14 11:42:05
Debian/Ubuntu 的Vino-server无法连接。TightVncViewer里往往是报RFB 3.3不支持,或者在xrdp里显示:security level =0 在Debian的桌面环境下(不能远程环境哦)执行以下命令,可以解决问题gsettings set org.gnome.Vino require-encryption false参考了这个链接https://bbs.archlinux.org/viewtopic.php?id=1659.........【阅读全文】