1 / 9

ITEC280LINUX 操作系统

ITEC280LINUX 操作系统. 2013.5.8. 上节回顾. 网络运行原理 网络管理 压缩包管理. 1 、 ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2 、 route add default gw 192.168.1.10 3 、 /etc/network/interfaces /etc/resolv.conf 4 、 tar cvf 包名称 文件列表 z j gzip bzip2. 第八讲 命令篇三(任务、服务篇). 定时任务. 远程访问服务. 其他常见服务. 综合练习.

amato
Download Presentation

ITEC280LINUX 操作系统

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ITEC280LINUX操作系统 2013.5.8

  2. 上节回顾 网络运行原理 网络管理 压缩包管理 1、ifconfig eth0 192.168.1.1 netmask 255.255.255.0 2、route add default gw 192.168.1.10 3、 /etc/network/interfaces /etc/resolv.conf 4、 tar cvf 包名称 文件列表 z j gzip bzip2

  3. 第八讲 命令篇三(任务、服务篇) 定时任务 远程访问服务 其他常见服务 综合练习

  4. 8.1 定时任务 • 定时任务 atxx:xx 建立定时任务 atp 当前计划任务列表 atrm 删除定时任务 • 周期任务 crontab -e 建立周期定时任务 crontab -l 查看周期定时任务 crontab -r 删除周期定时任务

  5. 8.2 远程访问服务 telnet 明文远程命令登录 telnet 客户端(默认) openbsd-inetd、telnetd 服务器端 sudo apt-get install openbsd-inetdtelnetd ssh 加密远程命令登录 Windows下使用putty进行登录远程linux服务器 sudo apt-get install openssh-server vnc 虚拟网络电脑 rdp 远程桌面协议

  6. 8.3 其他常见服务 ftp服务器 sudo apt-get install vsftpd 修改配置文件: /etc/vsftpd.conf anonymous_enable=YES,允许匿名用户登录。 no_anon_password=YES,匿名用户登录时不需要输入密码。 local_enable=YES,允许本地用户登录。 write_enable=YES,开启全局上传 Service vsftpd restart 重启服务 www网页服务 sudo apt-get install apache2 lamp套件安装 sudo apt-get install tasksel

  7. 课程总结 系统安装 livecd安装 wubi安装 ubuntu分区ext3格式 swap分区 桌面应用 unity gnome 桌面特效 软件源 软件中心 基本命令 文件目录管理 用户与组管理 进程与网络管理 压缩与任务管理 • 善用: • --help tab sudo • 常见开关选项: • -r -l -a • -h -v

  8. 实验内容 1、创建虚拟机安装ubuntu操作系统,用户名为本人姓名全拼。 2、开启终端,指定2分钟后,在桌面上创建”index.htm”的文件。使用atq显示当前任务。截图为图1。任务执行后,ls –l显示桌面文件信息,截图为图2。 3、使用apt-get安装telnet服务器,截图为图3。 4、使用ifconfig查看本机eth0接口ip地址,截图为图4。在xp系统下使用telnet登录虚拟机。截图为图5。 5、使用vi 编辑桌面上的index.htm文件,内容为“本人姓名全拼+10位学号”。使用cat 查看该文件截图为图6。 6、使用apt-get安装apache2。使用cp命令将桌面上的index.htm文件复制至/var/www中。截图为图7。使用浏览器访问127.0.0.1,网页显示该文件内容,截图为图8。 所有截图打包上传。

  9. FREE TIME

More Related