道家人 发表于 2024-6-19 14:52:02

Linux综合实践(Ubuntu)

目次
一、配置使命
1.1 配置该服务器的软件源为中科大软件源
1.2 安装相干软件openssh-server和vim
1.3 设置双网卡,网卡1为NAT模式,网卡2为桥接模式(桥接模式下,使用静态ip,该网卡数据跟实验室主机网络设置相似,除ip外,其他一致。)
二、服务软件应用使命
2.1 使用apache服务端软件,构建一个基本的web服务器,通讯端口为8008,主目次默认。
2.2 使用samba服务端软件,构建一个内网的数据共享服务器,毗连的ip为“实践使命一”的步调3里给定的桥接网卡的所在。开设两个samba假造用户tom和jack,各自给定目次,各自拥有目次的全部读写权限,相互不能访问对方目次。
2.3 利用步调2.1的web环境,安装Wordpress博客软件,并配置PHP环境。并发布一个测试帖,确认该博客软件可以运行。
三、运维使命
3.1 写shell程序,统计web主目次的占用磁盘容量,如果容量凌驾50G,则生成log文件,以当前日期时间定名,内容是容量实际数据,该文件存放在web主目次下。
3.2 将步调3.1写入到操持使命cron中,每小时的45分,执行一次。
3.3 写shell程序,备份web主目次下,除了zip和exe文件以外的全部文件,到另外一个目次中(该目次可以自行设定)。
3.4 将步调3.3写入到操持使命cron中,每隔断72小时,执行一次。备份过程中,如果遇到千篇一律的文件,则跳过该该文件的备份。
一、配置使命

1.1 配置该服务器的软件源为中科大软件源

https://img-blog.csdnimg.cn/direct/c52dda0fe61845c2b65c6c975d43f065.png
1.2 安装相干软件openssh-server和vim

1.2.1 安装openssh-server和vim编辑器
https://img-blog.csdnimg.cn/direct/a8236f4bdbf444429ff0fd953e7c4330.png
https://img-blog.csdnimg.cn/direct/d829fb2030c148b0b8c1598db3871d4c.png
1.2.2 开启openssh-server服务(可选)
https://img-blog.csdnimg.cn/direct/e9217cc73b264dd08df8d02c62f137fe.png
1.3 设置双网卡,网卡1为NAT模式,网卡2为桥接模式(桥接模式下,使用静态ip,该网卡数据跟实验室主机网络设置相似,除ip外,其他一致。)

1.3.1 为假造机添加两块网卡,并分别设置为NAT和桥接模式
https://img-blog.csdnimg.cn/direct/c8bcf582c9cc44c19721fd713779e292.png
1.3.2 设置假造机桥接模式网卡的静态IP
https://img-blog.csdnimg.cn/direct/c0281d554adf4be3bede026786712d38.png
https://img-blog.csdnimg.cn/direct/ee87d16ed9fa41dba4708952ef98bbcd.png
1.3.3 使用网卡1 PING 网卡2测试连通性
https://img-blog.csdnimg.cn/direct/da5889469d8e482b811e6fc965631d6e.png
二、服务软件应用使命

2.1 使用apache服务端软件,构建一个基本的web服务器,通讯端口为8008,主目次默认。

Apache网站服务器搭建配置具体教程https://csdnimg.cn/release/blog_editor_html/release2.3.6/ckeditor/plugins/CsdnLink/icons/icon-default.png?t=N7T8https://blog.csdn.net/qq_60243891/article/details/132530917
2.1.1 下载apache2服务端软件
https://img-blog.csdnimg.cn/direct/4edd743d9906487eab6d41974c83c887.png
2.1.2 修改配置文件设置服务监听的端口为8008
https://img-blog.csdnimg.cn/direct/4369dcf9e6e347269c866153a8ce32a5.png
2.1.3 开启web服务并设置为开机自启
https://img-blog.csdnimg.cn/direct/93ac6cb300bf4c8297148da40eea3b5a.png
2.1.4 测试是否成功
https://img-blog.csdnimg.cn/direct/19f2bad4d4f1405592640bd3d5f07122.png
2.2 使用samba服务端软件,构建一个内网的数据共享服务器,毗连的ip为“实践使命一”的步调3里给定的桥接网卡的所在。开设两个samba假造用户tom和jack,各自给定目次,各自拥有目次的全部读写权限,相互不能访问对方目次。

Samba服务器具体搭建配置教程https://csdnimg.cn/release/blog_editor_html/release2.3.6/ckeditor/plugins/CsdnLink/icons/icon-default.png?t=N7T8https://blog.csdn.net/qq_60243891/article/details/132532704
2.2.1 安装sambda服务软件
https://img-blog.csdnimg.cn/direct/bfb59352e94c437092c31c0273d45eea.png
2.2.2 创建两个samba假造用户tom和jack
https://img-blog.csdnimg.cn/direct/556879aaa8874bdabc64c53c3e7ad708.png
https://img-blog.csdnimg.cn/direct/3fa90291ea174232b7243e118dcf652e.png
2.2.3 分别为两个假造用户创建共享目次
https://img-blog.csdnimg.cn/direct/587f5e590bb745e78ba0830b6fed5d27.png
2.2.4 修改smb服务配置文件,将刚创建的两个共享目次共享出去
https://img-blog.csdnimg.cn/direct/1315e6495a8745539e55cc67f8299c2c.png
2.2.5 重启服务使配置文件生效
https://img-blog.csdnimg.cn/direct/7ad88043f44444989be099e3146766c4.png
2.2.6 打开windows或linux测试最闭幕果
https://img-blog.csdnimg.cn/direct/cac2a697cf39470b9b99f1b1a3e35c81.png
https://img-blog.csdnimg.cn/direct/9fefbcdc1b884b8d9895086647b80161.png
https://img-blog.csdnimg.cn/direct/3b339f4e964c499cab1bfaf01e26bf54.png
https://img-blog.csdnimg.cn/direct/6c39c1a2c24f47a5a8d4f983ed1deadc.png
https://img-blog.csdnimg.cn/direct/68cd515834e441e6a9d5ae1d3c58520e.png
2.3 利用步调2.1的web环境,安装Wordpress博客软件,并配置PHP环境。并发布一个测试帖,确认该博客软件可以运行。

MySQL和MariaDB数据库具体搭建配置教程https://csdnimg.cn/release/blog_editor_html/release2.3.6/ckeditor/plugins/CsdnLink/icons/icon-default.png?t=N7T8https://blog.csdn.net/qq_60243891/article/details/132531868
2.3.1 安装mysql-servers数据库
https://img-blog.csdnimg.cn/direct/3699767a92734247b5339523924cdee7.png
2.3.2 运行 MySQL 的安全安装脚本,对数据库举行初始化配置
https://img-blog.csdnimg.cn/direct/631159943da04fd5b3524baa7a8311ef.png
2.3.3 使用root用户登录mysql为WordPress创建数据库和用户
https://img-blog.csdnimg.cn/direct/97606fb506a64ca89ac94c3be1ad1d40.png
https://img-blog.csdnimg.cn/direct/dafb00b6488447c49805ea4ea8b8b248.png
https://img-blog.csdnimg.cn/direct/5f1c630608434e5580a24d6e6a50e60a.png
2.3.4 安装php相干软件
https://img-blog.csdnimg.cn/direct/1ad9cd36dbd14ad980eec845fff0ed1d.png
2.3.5 进入到apache默认站点的根目次下,下载wordpress软件压缩包
https://img-blog.csdnimg.cn/direct/aaba787067064a5baf479e213921301f.png
https://img-blog.csdnimg.cn/direct/80f9e684638c4ebaab666965762614eb.png
2.3.6 解压软件包到站点根目次下
https://img-blog.csdnimg.cn/direct/a9856c4a0d644888b70679641d1ede6d.png
2.3.7 进入到wordpress目次内修改其wp-config.php配置文件
https://img-blog.csdnimg.cn/direct/45fbf9af3b3f4d1ea268dd7369bcf49a.png
https://img-blog.csdnimg.cn/direct/39c3d103b5134cc6b31ea11c0b8cb16a.png
如下是wp-config.php配置文件修改的内容:
https://img-blog.csdnimg.cn/direct/60ba5e20eebc4a34ac0259d13bd2b097.png
https://img-blog.csdnimg.cn/direct/9cdf1af4b6ba45d2aa679303dcc3abdb.png
2.3.8 设置wordpres目次所属用户和组,并设置其权限
https://img-blog.csdnimg.cn/direct/2f443bea13574b04b35246d78ae5c666.png
2.3.9 重新apache2服务,并在浏览器中输入如http://192.168.82.8:8008/wordpress举行测试
https://img-blog.csdnimg.cn/direct/88d65a2b03c24b0bb0ddeadee09b880d.png
https://img-blog.csdnimg.cn/direct/72b3d0325b9c4591b3c3ac3d5a275fb1.png
https://img-blog.csdnimg.cn/direct/b4ea392f195046aa8fbdaaf9a07ec848.png
三、运维使命

3.1 写shell程序,统计web主目次的占用磁盘容量,如果容量凌驾50G,则生成log文件,以当前日期时间定名,内容是容量实际数据,该文件存放在web主目次下。

下令: vim SpaceSize.sh
https://img-blog.csdnimg.cn/direct/05b325dd5cde4bbbbf9597c0117a2058.png
3.2 将步调3.1写入到操持使命cron中,每小时的45分,执行一次。

https://img-blog.csdnimg.cn/direct/14db6064fe594fec8a86e2150601d3b7.png
https://img-blog.csdnimg.cn/direct/7721d8f2d129412b9f53cf2eced394da.png
3.3 写shell程序,备份web主目次下,除了zip和exe文件以外的全部文件,到另外一个目次中(该目次可以自行设定)。

https://img-blog.csdnimg.cn/direct/19a2965a900d441eb5a91d48f2cbe9e5.png
https://img-blog.csdnimg.cn/direct/b213e9568b6a4a17ad0b09c36e551001.png
3.4 将步调3.3写入到操持使命cron中,每隔断72小时,执行一次。备份过程中,如果遇到千篇一律的文件,则跳过该该文件的备份。

https://img-blog.csdnimg.cn/direct/7a266acdd98d430f80307ed90e9bad0d.png
https://img-blog.csdnimg.cn/direct/5a6ce7797ca149d4b12193017c8b23fe.png
https://img-blog.csdnimg.cn/direct/fee67cf45a13469d9b66a3704b609a7c.png
说明: 可以通过检察日志tail  –f  /var/log/syslog,来观察操持使命执行的信息结果。



@声明:“山月润无声”博主知识水平有限,以上文章如有不当之处,欢迎广大IT爱好者指正,小弟定当虚心受教!

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: Linux综合实践(Ubuntu)