摘要: mtli:/etc/pam.d# cat su # # The PAM configuration file for the Shadow `su' service # # This allows root to su without passwords (normal operation) #au 阅读全文
posted @ 2024-11-19 17:09 圣光救赎者 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 Exchange 常用的端口 协议Port描述 SMTP TCP: 25 SMTP 服务使用 TCP 端口 25。 DNS TCP/UDP: 53 DNS 侦听端口 53。域控制器使用此端口。 LSA TCP: 691 Microsoft Exchange Routing Engine 服务 ( 阅读全文
posted @ 2024-10-28 13:03 圣光救赎者 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1 smtp SMTP称为简单邮件传输协议(Simple Mail Transfer Protocal),目标是向用户提供高效、可靠的邮件传输。它的一个重要特点是它能够在传送中接力传送邮件,即邮件可以通过不同网络上的主机接力式传送。通常它工作在两种情况下:一是邮件从客户机传输到服务器;二是从某一个服 阅读全文
posted @ 2024-10-28 11:34 圣光救赎者 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 一 基本概念 模拟信号:模拟量是连续变化的的量,如温度,声音,早期的电话网基于模拟信号。 数字信号:是不连续的,按一定得时间间隔对模拟信号进行采样得出的离散值。 模拟中继线:模拟中继线其实利用的线路还是普通的电话线,但是却可以实现外线拨入时,只要拨一个“引示号/指引号/接入号”,其它号码不用公布;当 阅读全文
posted @ 2022-10-05 18:11 圣光救赎者 阅读(1396) 评论(0) 推荐(0) 编辑
摘要: 安装SVN [root@test2 opt]# yum install subversion 查看安装版本 [root@test2 opt]# svn --version svn, version 1.7.14 (r1542130) compiled Apr 11 2018, 02:40:28 Co 阅读全文
posted @ 2022-06-23 11:23 圣光救赎者 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 四种命令模式 交换机设置 路由器设置 防火墙设置 查看设备的接口列表 阅读全文
posted @ 2017-06-08 13:48 圣光救赎者 阅读(615) 评论(0) 推荐(0) 编辑
摘要: [root@ansible shell]# less test.sh #!/bin/bash echo "Hello World!" [root@ansible shell]# ./test.sh Hello World! [root@ansible shell]# shc -r -v -T -f test.sh shc shll=bash shc [-i]=-c shc [-x]=ex... 阅读全文
posted @ 2017-05-16 10:23 圣光救赎者 阅读(585) 评论(0) 推荐(0) 编辑
摘要: .命令交互模式 .程序编译 阅读全文
posted @ 2017-05-15 11:30 圣光救赎者 阅读(331) 评论(0) 推荐(0) 编辑
摘要: .源码来源网络 阅读全文
posted @ 2017-05-11 14:21 圣光救赎者 阅读(921) 评论(0) 推荐(0) 编辑
摘要: .os.system方式 .os.popen方式 .commands方式 阅读全文
posted @ 2017-05-11 13:58 圣光救赎者 阅读(1384) 评论(0) 推荐(0) 编辑