发布时间:2019-05-27 No Comments
sudo snap install telegram-desktop
这里记录点东西.
发布时间:2019-05-27 No Comments
sudo snap install telegram-desktop
发布时间:2017-12-31 No Comments
sudo apt-get install synaptic tasksel apt-xapian-index menu -y
发布时间:2017-08-17 1 Comment
windows10在gpedit.msc增加开机脚本的方法不再有效.
在注册表run下增加的又是登陆才执行的.有点晚.
这里用到了自定义服务.
发布时间:2017-07-10 No Comments
参考资料
http://www.voidcn.com/blog/wangyaninglm/article/p-6571293.html
http://blog.csdn.net/aaa111/article/details/41833189
https://www.oschina.net/question/229726_36557
https://developer.android.com/studio/install.html
发布时间:2017-06-22 No Comments
遇到了genymotion 卡在start virtual driver的情况。
命令行输出有unable to load driver vmwgfx_dri.so
发布时间:2017-06-13 No Comments
SSHFS最炫的地方在于可在本地安装的文件系统中,通过SSH获得所有加密的通信优势。sshfs 是基于 FUSE 构建的 SSH 文件系统客户端程序,通过它远程主机的配置无需作任何改变,就可以透过 SSH 协议来挂载远程文件系统了,非常方便及安全。