-
-
Learn.CentOS.Linux.Network.Services
... on your own network. CentOS continues to be a popular Linux distribution choice, and setting up your own services is a ... for anyone maintaining a CentOS network.
You will learn how to install CentOS, and manage basic administration. You’ll then move onto ...
-
-
R-3.2.2.tar.gz linux 版本
... headers/libs are not available
解决方法:yum install libXt-devel
f)报错如下:
checking for ... .tar.gz
cd bzip2-1.0.6
make
make install PREFIX=/software/packages
make -f Makefile-libbz2_so //建立共享 ...
-
-
Linux下Tree命令
解压缩后运行install即可安装。安装需要root权限。请周知。
解压缩命令 tar -zxvf tree-1.7.0.tgz
切换到解压目录 cd /tree-1.7.0
安装 make install
测试 tree
-
Oracle Database 11g Release 2 (11.2.0.3) RAC On Oracle Linux 6
... 11g Release 2 (11.2.0.3) RAC On Oracle Linux 6.3 Using VirtualBox
This article describes the installation ...
Oracle Installation Prerequisites
Automatic Setup
Manual Setup
Additional Setup
Install Guest Additions
Create Shared Disks
Clone the Virtual Machine ...
-
-
Linux 版Redis3.0
linux 版redis 源码安装,3.0版本与2.0相比良好的支持redis集群,安装过程中可能执行gem install redis /usr/local/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- redis (LoadError)
from /usr/local/lib/ ...
-
Linux 升级OpenSSH 6.4 6.5 7.2
... 卸载原有openssh
yum remove openssh -y
安装 gcc、openssl和zlib
yum install gcc openssl-devel zlib-devel
tar zxvf openssh-7.5p1.tar.gz
cd openssh-7.5p1
./configure
make && make install
拷贝ssh服务文件
cp ./contrib/redhat/sshd.init /etc/init.d/sshd
...
-
memcache for linux
linux平台使用的memcache压缩包,解压缩之后运行make && make install安装,
然后/usr/local/memcache/bin/memcache -d -m 1024 -u root -p 11211 -c 1024命令运行memcache
-