3 articles
Saturday, Oct 26, 2019
出现 : No targets specified and no makefile found. Stop.的解决方案 有可能是系统缺少相关的编译环境 比如gcc等。。。如果相关环境都有那么就是缺少配置文件比如 /configure --prefix=/opt/nginx
Thursday, Oct 25, 2018
The xen E3 1220 and the dual L5639 run points. The test results are for reference only. Both are 32G memory and the hard disk is a newly purchased HD...
Wednesday, Oct 24, 2018
使用nohup commd出现了下面的警告。 nohup: ignoring input and appending output to 'nohup.out' 解决方法比较简单,直接重定向错误信息到linux系统下的“空洞”里即可。 nohup commd > /dev/null 2>&1 & 正...