CentOS 下 安装 nginx 执行配置命令 ./configure --prefix=/opt/nginx --sbin-path=/usr/bin/nginx 时提示以下错误: checking for OS Linux 2.6.32-431.el6.x86_64 x86_64checking for C compiler ... not found 解决: 执行以下命令: yum -y install gcc gcc-c++ autoconf automake make 总结:安装ng…
今天Linux服务器出问题了,使用"tab"补全命令时,提示 bash: cannot create temp file for here-document: No space left on device 使用df -h查看硬盘根目录容量已经满了. 命令top查看cpu及内存 高占用率的前几个进程. 来源: https://blog.csdn.net/u010499619/article/details/52232225…
Linux QtCreator 编译报错:No rule to make target 'mainwindow.cpp' needed by 'mainwindow.o'.stop [1]解决方案 1.打开工程项目的pro文件 2.搜索找到mainwindow.cpp文件的路径 3.切换到工程代码目录下,核对一下对应路径下是否的的确确存在该mainwindow.cpp文件(备注:肯定不存在,存在你不会找到这里来!) 4.想办法搞一个mainwindow.cpp文件放到此对应目录下(提示:经常…