CentOS使用(一)-----各种环境搭建

使用virtual box虚拟机,镜像为CentOS-6.9-x86_64-LiveDVD.iso,使用SecureCRT远程连接。

安装CentOS系统之后,选择host-only连接模式,修改虚拟机的ip地址:

            http://blog.csdn.net/langzi7758521/article/details/74936204

开启虚拟机的sshd服务,并将sshd服务设置为开机自动启动(使用chkconfig命令行方式)。

            http://blog.csdn.net/jack_nichao/article/details/54093394

使用SecureCRT远程连接,将windows本地文件上传到centos上:

            https://jingyan.baidu.com/article/8065f87faf917d23312498c3.html

在centos上安装jdk:

            http://blog.csdn.net/hui_2016/article/details/69941850

在centos上安装Tomcat:

            https://www.linuxidc.com/Linux/2015-08/122241.htm

            其中最后增加8080端口的防火墙配置,无法成功,因为少了一步,参见:

            http://blog.csdn.net/woshidaniu/article/details/70667300

软件安装的三种方式:

            https://www.cnblogs.com/ienino/p/7722889.html

修改用户的桌面目录:

            http://blog.csdn.net/xpx1995/article/details/79184400

在centos上安装Python3:

            https://www.cnblogs.com/thong2006/p/6843633.html



猜你喜欢

转载自blog.csdn.net/hurricane_li/article/details/79366688