http://www.xappsoftware.com/wordpress/2013/10/07/using-virtual-serial-ports-on-linux-ubuntu/?goback=%2Egde_65688_member_5792872722853814274#%21 A virtual serial port is a redirector without network software support which is usually used to create a p…
Power OFF and ON USB device in linux (ubuntu) http://loginroot.com/power-off-and-on-usb-device-in-linux-ubuntu/ There are two methods of doing this. So first method is for kernels after 2.6.32, and second for older ones. To view kernel version, simpl…
Linux Ubuntu上架设FTP http://www.blogjava.net/stonestyle/articles/369104.html 操作系统:ubuntu (GNU/Linux) 为了在机子上架设ftp服务器,我们需要安装ftp服务器软件.Linux下具有代表性的ftp服务器软件有Wu-FTP,ProFTP和Vsftp.Wu-FTP(Washington University FTP)由美国华盛顿大学开发.它的功能强大,配置较复制.由于开发时间较早,应用十分广泛,也因此成为黑客…
/*********************************************************************************** * libserialport: cross-platform library for accessing serial ports * 说明: * 很多时候,我们经常需要写一下串口方面的调试工具,象征一下我们的知识产权, * 但是对于很多人来说,也许仅仅关心上层的软件,并不关心驱动上的事,所以使用串 * 口库就变成了一种很不错…
The Guideline of Setting Up Samba Server on linux(Ubuntu) From terminate command window, install the samba package with follow command: Sudo apt-get install samba 2. Edit the samba config with follow command: Sudo vim /etc/samba/smb.conf Add follow c…
Go Cross Compilation from Windows to Linux/Ubuntu I have GO 1.7 installed on my Windows 10. I created test program and it works perfectly in Windows. Next step is to try to run it on my docker virtual machine with Ubuntu. Answer: That other question…
BCM4360 在2010年9月,博通完全开源的硬件驱动[1].该驱动程序 brcm80211已被列入到自2.6.37之后的内核中.随着2.6.39发布,这些驱动程序已被重新命名为 brcmsmac和 brcmfmac Driver Descriptionbrcmsmac/brcmfmac 开源内核驱动b43 逆向工程内核驱动broadcom-wl 专有的 Broadcom STA 驱动 $ lspci -vnn | grep 14e4:然后在以下列表中检查 [2] 以及 [3].获取驱动 br…
最新教程:http://www.cnblogs.com/linezero/p/aspnetcoreubuntu.html 无需安装mono,在Linux(Ubuntu)下搭建ASP.NET Core环境 继续.NET跨平台 上一篇:使用VS Code开发ASP.NET Core 应用程序 今天来学习一下ASP.NET Core 运行在Ubuntu中.无需安装mono . 环境 Ubuntu 14.04.4 LTS 服务器版 全新安装系统. 下载地址:http://mirrors.neusoft.…
在windows系统下已经成功做出了一个打开摄像头并检测人脸的小程序了. 开始转战linux,因为最终目标是将程序移植到嵌入式开发板上面. 但是,问题接踵而至~ 首先linux上面要安装OpenCv,手头上一本学习OpenCv的书介绍的太不详细了,怎么安装完全按照一个大神的思路点了一下,只好寻问度娘了. 找到了一篇关于linux ubuntu安装OpenCv的博文,照着弄了半天突然发现里面需要的一些软件下载不到,下载不到就换个软件源呗~ 又是半天功夫白费了,怎么换都失败了下载不到,又看到网上有直…
需要做的工作: 1.在Linux(Ubuntu)端安装.设置好SSH 2.下载putty,并通过putty的SSH连接登录Linux 一 .如何在Linux(Ubuntu)端安装.设置好SSH,获取IP地址: 打开terminal,在root用户下输入以下命令(如果不是root用户,则在普通用户没有权限的命令前面加sudo): apt-get update #这里的apt-get update是更新能够获取的软件,如果你用的是新装的系统,则肯定需要输入#这个命令,不然get不到ssh包.如果ap…