Linux查看Linux系统版本信息1.查看内核版本1)方法一:登录到linux执行cat/proc/version[jhlishero@CentOS5_32bit_ip12~]$cat/proc/versionLinuxversion2.6.18-194.el5(mockbuild@builder...
分类:
系统相关 时间:
2014-07-09 23:35:18
阅读次数:
343
一、Linux下查看CPU Cache级数,每级大小dmesg | grep cache实例结果如下:二、查看Cache的关联方式在/sys/devices/system/cpu/中查看相应的文件夹如查看cpu0 的一级缓存中的有多少组,$ cat /sys/devices/system/cpu/c...
分类:
系统相关 时间:
2014-07-09 23:23:33
阅读次数:
380
1. 查看内核版本命令: 1) [root@q1test01 ~]# cat /proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com)(gcc version 3.4.4 20050721 (R...
分类:
系统相关 时间:
2014-07-09 21:14:16
阅读次数:
346
1.ubuntu系统显示IP地址:ifconfig2.ubuntu系统文件命令:cat:显示文本文件内容,全部文本。格式:cat filenamemore:显示文件内容,分页显示,回车逐行下翻。格式:more filenameless:显示文件内容,分页显示,可往上翻。格式:lessfilename...
分类:
其他好文 时间:
2014-07-09 19:58:20
阅读次数:
243
其实是个输入输出重定向的简单应用,cat>>/tmp/example.conf<<EOF
>Inputathere
>Youcanentermultiplelines
>AndscriptisendofEOFlikebelow
>EOF输出重定向到某配置文件,配置文件的内容来自输入重定向<<表示此处即文件,而非类似于>>的追..
分类:
其他好文 时间:
2014-07-09 08:20:57
阅读次数:
188
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
namespaceConsoleApplication2
{
classProgram
{
staticvoidMain(string[]args)
{
catc=newcat("萌萌");//先执行cat(strings,inti)构造函数
Console.WriteLi..
分类:
其他好文 时间:
2014-07-09 08:05:19
阅读次数:
184
还没有修改hosts,请先按前文修改。 还没安装java的,请按照前文配置。 (1)增加用户并设立公钥: sudo addgroup hadoop sudo adduser --ingroup hadoop hduser su - hduser cat $HOME/.ssh/id_rsa.pub >...
分类:
其他好文 时间:
2014-07-08 22:57:08
阅读次数:
329
1. 查看文件内容常用的命令
cat : 由第一行显示文件内容
tac: 从最后一行开始显示,与cat相反
nl : 文件内容和行号一起输出
more: 一页一页显示
less: 与more类似,可以往前翻页
head: 取头部几行
tail: 取尾部几行
od: 以二进制方式读取文件内容...
分类:
系统相关 时间:
2014-07-08 21:30:55
阅读次数:
253
1. 查看 Linux 相关信息 版本查看# cat /etc/issueCentOS release 6.5 (Final) 位数查看# getconf LONG_BIT64 第 2 - 4 步是 Eureka Server war 包的构建,如果你嫌自己构建麻烦可以去 http://mvnrepository.com/artifact/com.netf...
分类:
系统相关 时间:
2014-07-06 09:40:21
阅读次数:
2657
">站长特效网,站长必备的高质量网页特效和广告代码。zzjs.net,站长js特效。站长特效网?cat=1">zzjs?cat=2">网页特效?cat=11">广告代码">RSS订阅阿里西西网站首页酷站欣赏网页特效
分类:
其他好文 时间:
2014-07-05 21:47:30
阅读次数:
220