suse11
关闭防火墙
plaintext
service SuSEfirewall2_setup stop |
取消开机启动防火墙
plaintext
chkconfig SuSEfirewall2_init off |
启动ssh服务
- 修改sshd_config文件,命令为:vi /etc/ssh/sshd_config
- 将#PasswordAuthentication no的注释去掉,并且将NO修改为YES
- 将#PermitRootLogin yes的注释去掉
- 重新启动SSH服务,命令为:/etc/init.d/sshd restart
- 验证SSH服务状态,命令为:/etc/init.d/sshd status
安装GCC、G++
- 搜索软件包
- zypper se gcc-c++或zypper se gcc
- 安装GCC软件包
- zypper install gcc-c++或zypper install gcc
- zypper se gcc-c++或zypper se gcc
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment