资源描述:
《毕业论文范文——基于Linux的远程管理系统服务器端的实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于Linux的远程管理系统服务器端的实现摘要该课题基于Linux操作系统,主要目的是使系统管理员的远程管理工作更加方便、简单和友好。实现的主要功能有文件操作、命令操作、系统操作、进程操作和网络操作,这些基本上涵盖了系统管理的各个方面。在设计上,采用了B/S结构,使得该系统可以方便的进行升级和方便用户从各种平台上对服务器进行访问;采用了安全访问技术,使得访问和管理更加安全;采用了简单和美观的界面显示技术,使得用户的浏览快捷和舒适。该课题开发的系统需要安装运行在Linux系统的上,系统管理员可以在远程利用浏览器进行登录,通过
2、验证后就可以方便的对系统的运行状态进行查看,对系统进行管理,对网络进行配置,对数据进行分析,要注意的是登录到本系统必须用远程服务器的root权限和密码,而且为了保证系统的安全,防止出现意外事件,管理员只能操作特定的任务。该课题的主要意义在于可以运用PHP进行系统管理,开发的系统可以使系统管理员方便的管理远程系统。关键词:远程管理;B/S结构;安全访问;Linux;PHPTheimplementontheserverofLinux-basedremotemanagementsystemAbstractThemainpurpo
3、seofthetopicbasedontheLinuxoperatingsystemistoenableremotemanagementofthesystemadministratormoreconvenient,simpleandfriendly.Themainfunctionsachievedarefileoperations,commandoperations,systemoperations,processoperationsandnetworkoperations,thatarebasicallycoversth
4、emanagementofthesysteminallitsaspects.Indesignterms,itusestheB/Sstructure,whichmakesiteasyandconvenientforusersupgradingandvisitingfromavarietyofplatforms;itusestheSafeAccesstechnology,whichmakemanagementandvisitingmoresecure;itusesasimpleandbeautifulinterfacedisp
5、laytechnologythatenablestheusertobrowseitfastandcomfortable.ThesystemdevelopedinthetopicneedbeinstalledontheLinuxoperatingsystem.Systemadministratorscanusetheremotebrowserforlanding,aftervalidatingsuccessfully,thencanfacilitatetheoperationofexaminingthesystemstate
6、,managethesystem,configurenetwork,analysisdata.Itshouldbenotedthatthelandingonthesystemmustusetherootpasswordofaremoteserver,andtoensurethesafetyofthesystemtopreventaccidents,administratorscanonlyoperateaspecifictasks.ThemainsignificanceofthetopicliesintheusingPHP
7、tomanagesystem,andthatdevelopmentofthesystemwillenablethesystemadministratortofacilitatethemanagementofremotesystem.Keywords:RemoteManagement;B/Sstructure;SafeAccess;Linux;PHP目录论文总页数:23页1引言11.1课题背景11.2国内外研究现状11.3本课题研究的意义11.4本课题的研究方法22需求分析22.1任务概述22.1.1开发目标22.1.2开发
8、工具22.1.3开发环境32.1.4开发人员32.1.5运行环境32.1.6条件限制32.2功能分析32.3工作流程42.4性能分析53总体设计53.1系统架构53.2模块划分64具体实现74.1安全访问模块74.2文件操作模块104.3命令操作模块114.4进程操作模块134.5系统操作模块144.6