服务器部署
-
linux grep的用法详解程序员
linux grep的用法 [[email protected] ~]# cat /home/ceshis.txtb124230 b034325 a081016 m718…
-
linux awk的用法详解程序员
linux awk的用法 [[email protected] ~]# cat /home/ceshis.txtb 12 42 30 b 03 43 25 a 08 10…
-
linux环境变量 bash_profile详解程序员
linux环境变量 bash_profile [[email protected] ~]# vi /root/.bash_profile # .bash_profile …
-
linux 软连接 ln -s详解程序员
linux 软连接 ln -sln -s /home/ /home/ss/ 按照win的说法就是创建快捷方式在/home/ss/ 文件夹里(名字就是home 文件夹的名字) 可以访…
-
linux echo -e 处理特殊字符详解程序员
linux echo -e 处理特殊字符 若字符串中出现以下字符,则特别加以处理,而不会将它当成一般文字输出:/a 发出警告声;/b 删除前一个字符;/c 最后不加上换行符号;/f…
-
linux添加用户详解程序员
linux添加用户1、添加用户 首先用adduser命令添加一个普通用户,命令如下:#adduser tommy //添加一个名为tommy的用户#passwd tommy //修…
-
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…