一二三部分为介绍,此处略过。转载请注明出处http://15074813712.blog.51cto.com/addblog.php安装环境的准备4系统环境[root@localhost~]#cat/etc/centos-releaseCentOSLinuxrelease7.0.1406(Core)[root@localhost~]#uname-r3.10.0-123.el7.x86_645关闭防火墙与selinux[root@loc..
分类:
其他好文 时间:
2015-07-17 23:03:17
阅读次数:
323
一、基础环境
1、cat/etc/debian_version
7.8
2、uname-r
3.2.0-4-amd64
3、ip(eth0)
10.1.10.117
4、go版本
go1.4.linux-amd64.tar.gz
5、官网
https://golang.org/
二、安装二进制go
1、下载
axel-n10http://www.golangtc.com/static/go/go1.4.linux-amd64.tar.gz
2、..
分类:
编程语言 时间:
2015-07-17 22:55:44
阅读次数:
172
系统信息? arch?显示机器的处理器架构(1)?
uname?-m?显示机器的处理器架构(2)?
uname?-r?显示正在使用的内核版本?
dmidecode?-q?显示硬件系统部件?-?(SMBIOS?/?DMI)?
hdparm?-i?/dev/hda?罗列...
分类:
系统相关 时间:
2015-07-17 12:20:34
阅读次数:
169
一、基础环境
1、cat/etc/debian_version
7.8
2、uname-r
3.2.0-4-amd64
3、ip(eth0)
10.0.0.109
4、nginx版本
1.4.7
二、安装nginx
1、安装所需要的基础包
apt-get-yinstalllibpcre3-devlibpcre3libssl-devzlib1g-devmake
2、建立nginx用户
1)groupaddnginx
2)useraddngi..
分类:
Web程序 时间:
2015-07-17 07:15:09
阅读次数:
216
系统环境$cat/etc/issueCentOSrelease6.6(Final)$uname-rsLinux2.6.32-504.23.4.el6.centos.plus.x86_64下载所需要的源码包wget-chttp://cn2.php.net/get/php-5.6.5.tar.gz/from/this/mirrorwget-chttp://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gzwget-chtt..
分类:
其他好文 时间:
2015-07-16 22:42:17
阅读次数:
3063
[root@localhost~]#cat/etc/redhat-releaseCentOSLinuxrelease7.1.1503(Core)[root@localhost~]#uname-ix86_64依赖包:DependencyInstalled:alsa-lib.i6860:1.0.28-2.el7expat.i6860:2.1.0-8.el7fontconfig.i6860:2.10.95-7.el7freetype.i6860:2.4.11-10.el7_1.1glibc.i6860:2...
分类:
系统相关 时间:
2015-07-16 22:28:50
阅读次数:
417
0. 系统环境
uname -a
Linux moyo-desktop 3.19.0-21-generic #21-Ubuntu SMP Sun Jun 14 18:31:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux1. 安装curl
sudo apt-get install curl
2. install rvm
curl -L get.rvm...
分类:
系统相关 时间:
2015-07-16 14:09:54
阅读次数:
183
系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI)hdparm -i /dev/hda 罗列一个磁盘的架构特性hdparm -tT /dev/sd...
分类:
系统相关 时间:
2015-07-15 16:43:43
阅读次数:
216
查看系统版本:
cat /etc/redhat-release
cat /proc/version
uname -a
cat /etc/issue
查看64位还是32位:
getconf LONG_BIT
file /bin/ls...
分类:
其他好文 时间:
2015-07-15 01:20:48
阅读次数:
211
由于有时SUSELinuxKernel版本和部分软件不兼容,我们需要对SUSE系统降级内核,具体操作如下:1、查看当前内核(Kernel)版本使用uname–a或者uname–r命令来查看内核版本2、修改/etc/zypp/zypp.conf配置文件将“#multiversion=provides:multiversion(kernel)”这一行最前方的“..
分类:
系统相关 时间:
2015-07-14 20:43:11
阅读次数:
1345