一、远程工具
Window系统上 Linux 远程登录客户端有SecureCRT, Putty, SSH Secure Shell、TightVNC。。。
重点推荐一款 FinallShell,一般人我不告诉他哦 ,下载地址:http://www.hostbuf.com/downloads/finalshell_install.exe
二、命令
1、修改root密码
原文:https://jingyan.baidu.com/article/f3ad7d0f1dbc7b09c2345b76.html
远程登录后,输入命令 passwd ,然后输入密码 即可(没任何提示和字符,输完回车继续输入确认密码)
三、相关应用
1、WEB服务器
nginx,老牌子,不用说
tengine,是由淘宝网发起的Web服务器项目
2.FTP
使用SFTP作为传递信息文件的协议。使用SFTP,需要使FTP服务器支持SFTP协议,并且在客户端使用SFTP访问服务器
使用SSH协议进行FTP传输的协议叫SFTP(安全文件传输)
windows中可以使用Core FTP,FileZilla, WinSCP,Xftp来连接SFTP进行上传,下载文件,建立,删除目录等操作
链接:
http://www.cnblogs.com/zitsing/archive/2012/05/02/2479009.html
http://www.centoscn.com/CentOS/help/2014/0306/2493.html
http://www.centoscn.com/CentOS/help/2014/0226/2476.html
CentOS下mysql数据库常用命令总结
http://www.centoscn.com/mysql/2015/0609/5633.html
CentOS下安装Nginx并实现web功能
http://www.centoscn.com/CentosServer/www/2013/0910/1593.html
CentOS利用tomcat搭建jsp开源内容管理系统
http://www.centoscn.com/CentosServer/www/2014/0508/2940.html
http://blog.csdn.net/xiaoliouc/article/details/9452569