首页 技术 正文
技术 2022年11月21日
0 收藏 708 点赞 5,045 浏览 780 个字

使用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

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,104
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,580
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,428
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,200
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,835
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,918