上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 74 下一页

2019年3月13日

Certificate Formats | Converting Certificates between different Formats

摘要: Different Platforms & Devices requires SSL certificates in different formatseg:- A Windows Server uses .pfx filesAn Apache Server uses .crt, .cer file 阅读全文

posted @ 2019-03-13 21:35 遠離塵世の方舟 阅读(314) 评论(0) 推荐(0) 编辑

2019年3月6日

批处理基础

摘要: 第一章 批处理基础第一节 常用批处理内部命令简介批处理定义:顾名思义,批处理文件是将一系列命令按一定的顺序集合为一个可执行的文本文件,其扩展名为BAT或者CMD。这些命令统称批处理命令。小知识:可以在键盘上按下Ctrl+C组合键来强行终止一个批处理的执行过程。了解了大概意思后,我们正式开始学习.先看 阅读全文

posted @ 2019-03-06 22:41 遠離塵世の方舟 阅读(390) 评论(0) 推荐(0) 编辑

2019年3月4日

Linux chattr 命令

摘要: 不让用户修改、删除文件等,使用 chattr保护 chattr命令的用法:chattr [ -RV ] [ -v version ] [ mode ] files… 最关键的是在[mode]部分,[mode]部分是由+-=和[ASacDdIijsTtu]这些字符组合的,这部分是用来控制文件的 属性。 阅读全文

posted @ 2019-03-04 23:12 遠離塵世の方舟 阅读(302) 评论(0) 推荐(0) 编辑

2019年3月2日

msiexec command line arguments

摘要: Documented command line arguments Type MSIEXEC /? and you'll get the following on-screen help: msiexec /p "D:\software\test.msp" REBOOT=ReallySuppres 阅读全文

posted @ 2019-03-02 22:13 遠離塵世の方舟 阅读(299) 评论(0) 推荐(0) 编辑

2018年12月16日

Fix problems that block programs from being installed or removed

摘要: Follow these steps to automatically repair issues including corrupted registry keys that block you from installing or removing programs: Select the Do 阅读全文

posted @ 2018-12-16 00:08 遠離塵世の方舟 阅读(484) 评论(0) 推荐(0) 编辑

2018年12月15日

Fix: Windows Script Host access is disabled on this machine

摘要: If you receive this Windows Script Host access is disabled on this machine, Contact your administrator for details message box, on your Windows 10/8/7 阅读全文

posted @ 2018-12-15 22:38 遠離塵世の方舟 阅读(458) 评论(0) 推荐(0) 编辑

2018年7月15日

使用MSTSC远程登录时提示证书无效的解决方法

摘要: Do the same thing for the following policies: Allow Delegating Saved Credentials Allow Delegating Default Credentials with NTLM-only Server Authentica 阅读全文

posted @ 2018-07-15 20:12 遠離塵世の方舟 阅读(516) 评论(0) 推荐(0) 编辑

2018年6月29日

Tomcat服务安全加固

摘要: Tomcat服务默认启用了管理后台功能,使用该后台可直接上传 war 文件包对站点进行部署和管理。由于运维人员的疏忽,可能导致管理后台存在空口令或者弱口令的漏洞,使得黑客或者不法分子可以利用该漏洞直接上传 Webshell 脚本导致服务器沦陷。 通常 Tomcat 后台管理的 URL 地址为 htt 阅读全文

posted @ 2018-06-29 11:29 遠離塵世の方舟 阅读(768) 评论(0) 推荐(0) 编辑

Linux操作系统加固

摘要: 1. 账号和口令 1.1 禁用或删除无用账号 减少系统无用账号,降低安全风险。 操作步骤 使用命令 userdel <用户名> 删除不必要的账号。 使用命令 passwd -l <用户名> 锁定不必要的账号。 使用命令 passwd -u <用户名> 解锁必要的账号。 1.2 检查特殊账号 检查是否 阅读全文

posted @ 2018-06-29 11:27 遠離塵世の方舟 阅读(461) 评论(0) 推荐(0) 编辑

Windows操作系统安全加固

摘要: 本文档旨在指导系统管理人员或安全检查人员进行Windows操作系统的安全合规性检查和配置。 1. 账户管理和认证授权 1.1 账户 默认账户安全 禁用Guest账户。 禁用或删除其他无用账户(建议先禁用账户三个月,待确认没有问题后删除。) 操作步骤 打开 控制面板 > 管理工具 > 计算机管理,在 阅读全文

posted @ 2018-06-29 11:24 遠離塵世の方舟 阅读(519) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 74 下一页

导航