This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
eUtils
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 文档修改
master
SisMaker
1 year ago
parent
1b0ac79ba1
commit
73a4986774
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/docs/centos/sshd_config
+2
-0
src/docs/erlang/编译安装与简单安装.md
+ 1
- 1
src/docs/centos/sshd_config
View File
@ -12,7 +12,7 @@
# SELinux about this change.
# semanage port -a -t ssh_port_t -p tcp #PORTNUMBER
#
Port 222
3
Port 222
8
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
+ 2
- 0
src/docs/erlang/编译安装与简单安装.md
View File
@ -41,6 +41,8 @@
3.2 使用rpm 安装 rpm -ivh jdk-7u1-linux-i586.rpm
yum -y install ncurses-devel unixODBC-devel openssl-devel gcc gcc-c++ autoconf automake libxslt gtk3-devel.x86_64
(如果有些linux 系统 找不到 unixODBC-devel 就去 https://www.unixodbc.org/ 下载源码编译安装)
./otp_build autoconf
运行configure配置
./configure --prefix=/usr/local/erlang --with-ssl -enable-threads -enable-smmp-support -enable-kernel-poll --without-javac
Write
Preview
Loading…
Cancel
Save