系统优化
-
linux shell `符号详解程序员
linux shell `符号详解 [[email protected] arjianghu]# echo `ls`asss.html common guaji.php …
-
linux 内存使用率详解程序员
linux mysql内存使用率 free -m | sed -n ‘2p’ | awk ‘{print “used mem is “$3″M,total mem is “$2″M…
-
linux写系统服务的方法详解程序员
linux写系统服务的方法 2.1 首先编写demo程序:hello.c #include <stdio.h> # chkconfig: 2345 10 90 main…
-
linux cmake安装方法详解程序员
linux cmake安装方法 OpenCV 2.2以后的版本需要使用Cmake生成makefile文件,因此需要先安装cmake;还有其它一些软件都需要先安装cmake 1.在l…
-
linux下安装opencv3.0详解程序员
查版本gcc –version 需>4.8python 2.7+cmake –version numpy 以上是必须的 linux下安装opencv3…
-
Linux下安装numpy详解程序员
Linux下安装numpy1 下载下载源码包 下载地址 https://pypi.python.org/pypi/numpy/1.10.2wget https://pypi.pyt…
-
linux升级gcc详解程序员
1.1 获取安装包并解压 wget http://ftp.gnu.org/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2tar -jxvf gcc-4.8.…
-
linux No module named yum错误的解决办法详解程序员
linux No module named yum错误的解决办法 肯定是yum的版本与当前python的版本不一致造成的 所以修改yum的配置,修改文件: vim /usr/bin…
-
linux 安装swoole扩展方法详解程序员
linux 安装swoole扩展方法 wget https://github.com/swoole/swoole-src/archive/v1.9.23.tar.gz接下去就不说了…
-
vm虚拟机安装linux centos教程详解程序员
1 下载64btnhttp://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso 2…