suse11
关闭防火墙service SuSEfirewall2_setup stopservice SuSEfirewall2_init stop
取消开机启动防火墙chkconfig SuSEfirewall2_init offchkconfig SuSEfirewall2_setup 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