Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 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 ...
  • 00---MySQL install-5.6.27 linux 安装MySQL5.6.27
  • 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系统中的Automake和Autoconf工具自动生成Makefile文件。 ... 实现自动编译的。用户只要使用“./configure”, “make”, “make install” 就可以把程序安裝到系统中。
  • 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 ...
  • python 2.7 依赖库scipy-0.19.1 64位Linux安装包 深度学习依赖库scipy 安装包,避免了有时候在终端下载速度慢的问题,下载后直接sudo pip install 安装。支持环境python 2.7,64位linux系统(Ubuntu)。
  • 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