1 / 28
文档名称:

PHP基于Linux的远程管理系统客户端的实现(源代码+论文).rar

格式:rar   页数:28页
该文档为压缩包格式,解压后包含37个文件,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

PHP基于Linux的远程管理系统客户端的实现(源代码+论文).rar

上传人:做机械197216396 2014/6/1 文件大小:0 KB

下载得到文件列表

PHP基于Linux的远程管理系统客户端的实现(源代码+论文)
../phpwebmin
../../useradmin
../../../del_group.php [776 B]
../../../del_user.php [771 B]
../../../edit_group.html [670 B]
../../../edit_user.html [1.35 KB]
../../../index.php [945 B]
../../../save_group.php [458 B]
../../../save_user.php [789 B]
../../package
../../../index.php [1.07 KB]
../../../uninstall.php [632 B]
../../init
../../../index.php [942 B]
../../../init.php [867 B]
../../img
../../../closedbg.gif [387 B]
../../../gohome.gif [391 B]
../../../openbg.gif [826 B]
../../.htaccess [129 B]
../../.phpwebminpasswd [20 B]
../../apache.php [956 B]
../../cmdshell.php [696 B]
../../configapache.php [749 B]
../../configphp.php [722 B]
../../dhcp.php [1 KB]
../../file.php [28.81 KB]
../../head.php [574 B]
../../index.php [497 B]
../../left.php [5.12 KB]
../../login_or_logout.php [3.11 KB]
../../main.php [378 B]
../../mysql.php [14.78 KB]
../../mysqld.php [509 B]
../../netconfig.php [3.63 KB]
../../netstat.php [1.31 KB]
../../php_server.php [10.17 KB]
../../process.php [17.91 KB]
../../right.php [143 B]
../../ssh.php [1009 B]
../../systeminfo.php [828 B]
../H2003032079_徐斌_基于Linux的远程管理系统客户端的实现.doc [1.43 MB]

文档介绍

文档介绍:分类号:TP315 UDC:D10621-408-(2007)5813-0
密级:公开编号:2003032079
成都信息工程学院
学位论文
基于Linux的远程管理系统客户端的实现
论文作者姓名:
徐斌
申请学位专业:
网络工程
申请学位类别:
工学学士
指导教师姓名(职称):
方睿(副教授)
论文提交日期:
2007年06月05日
基于Linux的远程管理系统客户端的实现
摘要
本系统分析了Linux操作系统的特点、远程管理的各种方法和Webmin,并给出了一个远程管理Linux服务器的具体实现方法。利用PHP语言来构建了一个远程管理系统—— PHP Webmin,以Web的形式来实现Linux服务器的远程管理,简化了管理难度,并使管理方式更为灵活,从而达到了减轻系统管理员压力,方便系统管理员管理服务器的目的。
在此系统中实现了文件操作管理、远程运行shell命令、对系统进程的监控、对系统的关机/重启、对系统用户/组的操作、rpm包组的管理、对网络参数的查看与配置、对常见服务器的基本管理等功能。系统管理员可使用系统中的各功能模对整个Linux服务器进行日常管理。此系统能够应用于对小型Linux服务器的远程管理。
关键词:Linux;远程管理;Webmin;PHP
The implement of Client of the system of remote management based on Linux
Abstract
The characteristics of the operating system of Linux, every method of remote management and Webmin are analyzed and the details of implement of one of remote management Server methods are given. The remote management system - PHP Webmin is constructed by the language of PHP. The remote management is done through the pages of Web, so it makes the remote management more simple and flexible and the administrator feel less pressed and manages the Server more conveniently.
There are many functions, such as the management of operation of files, mand of shell remotely, watching the system, shutting down and rebooting the system, the operation of users and groups of system, the management of groups of packets of rpm, the checking of the parameters work and the management of the familiar Server have been implemented in the system. The administrator can manage the Server of Linux by using the functions of this system. This system can be applied to the remote management of small Server of Linux.
Key words: Linux; telecontrol; Webmin; PHP
目录
论文总页数:23 页
1 引言 1
背景 1
当前现状 1
选题意义 1
设计模式 2
2 LINUX远程管理分析 2
Linux操作系统 2
Linux 究竟是什么? 2
学习Linux 2
Linux远程管理 3
远程管理方法 3
Webmin初解 4
PHP Webmin - A simple webmin on PHP 5
3 需求分析 5
任务概述 5
目标 5
工作模式 6
运行环境 6