2022年5月21日
摘要:
参考资料: https://etherlab.org/en/what.php pdf有详细的说明: 1.按照默认INSTALL的方法,报错如下: 原因是8139too网卡在当前kenel下不支持,解决办法:将对应的报错驱动禁用 ./configure --enable-8139too=no 然后开始
阅读全文
posted @ 2022-05-21 17:32
wujingcqu
阅读(1020)
推荐(0)
2022年3月13日
摘要:
1. build linux cnc from source code The following instructions are useful for building from scracth http://linuxcnc.org/docs/devel/html/code/building-
阅读全文
posted @ 2022-03-13 21:23
wujingcqu
阅读(717)
推荐(0)
2016年8月22日
摘要:
Linux Submitting PatchLinux Submitting PatchTable of Contents1. Get the latest kernel source code from git. It is recommeded to use Torvalds's branch.2. Create a new branch within git, in which the mo...
阅读全文
posted @ 2016-08-22 17:10
wujingcqu
阅读(184)
推荐(0)
2016年5月10日
摘要:
Setting Up MySQL Debugging EnvironmentSetting Up MySQL Debugging EnvironmentTable of Contents1. Get the source files from mysql.2. Compile & Install with cmake/make.3. Start mysqld, the server.4. Star...
阅读全文
posted @ 2016-05-10 10:19
wujingcqu
阅读(189)
推荐(0)
2015年6月4日
摘要:
How to mannuly configure vmtools in VM-Ware?How to mannuly configure vmtools in VM-Ware?After install the latest version of Ubuntu(15.04) in VM-Ware, the vm-toolsfailed to install automatically, I wro...
阅读全文
posted @ 2015-06-04 14:28
wujingcqu
阅读(231)
推荐(0)
摘要:
How to mannuly configure vmtools in VM-Ware?How to mannuly configure vmtools in VM-Ware?After install the latest version of Ubuntu(15.04) in VM-Ware, the vm-toolsfailed to install automatically, I wro...
阅读全文
posted @ 2015-06-04 14:25
wujingcqu
阅读(153)
推荐(0)
2015年3月16日
摘要:
Install 32bit libraries in 64 bit ubuntu(14.10)Install 32bit libraries in 64 bit ubuntu(14.10)I downloaded lingo11 (which is a cracked version,32bit), and when I was tryingto run that program in 64 bi...
阅读全文
posted @ 2015-03-16 15:21
wujingcqu
阅读(341)
推荐(0)
摘要:
The easiest way to extract/uncompress filesThe easiest way to extract/uncompress filesI came across an amazing tool named:Do The Right eXtract(dtrx), which canextract any compressed files.Using it:sud...
阅读全文
posted @ 2015-03-16 14:19
wujingcqu
阅读(144)
推荐(0)
2015年3月13日
摘要:
Using sshfs to mount remote directoryUsing sshfs to mount remote directoryI am working on different locations, but I do not want to copy all the filesfrom one computer to another, the simplest way to ...
阅读全文
posted @ 2015-03-13 11:11
wujingcqu
阅读(279)
推荐(0)
2015年1月23日
摘要:
Linux awk UsageLinux awk UsageTable of Contents1. Sum a specific column:2. Sum the columns of the lines with additional conditions(starting with 7):3. Output the line whose value in the 3rd column is ...
阅读全文
posted @ 2015-01-23 21:22
wujingcqu
阅读(250)
推荐(0)