发布时间:2017-08-02 No Comments
首先是要装joystick,jstest-gtk。
装好后根据手柄型号装驱动。
这里记录点东西.
发布时间: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 协议来挂载远程文件系统了,非常方便及安全。
发布时间:2017-06-06 No Comments
方法一:可以从官网下载deb软件包
https://ultimaker.com/en/products/cura-software.
方法二:可以使用ppa
sudo add-apt-repository ppa:thopiekar/cura
sudo apt-get update && sudo apt-get install cura
有可能你需要安装Python
sudo apt-get install python3 python3-dev python3-sip