智能运维

  • linux那些事之zero page【转】

    转自:https://blog.csdn.net/weixin_42730667/article/details/123121624 zero pagezero page是一个特殊的物理页,里面值全部为0,zero page是针对匿名页场景专门进行优化,主要是节省内存和对性能进行了一定优化…

    智能运维 2022年8月25日
  • Windows系统BAT脚本FTP传输最新文件

    一、场景分析 在Windows系统下,通常使用共享文件夹结合任务计划方式实现文件定期自动拷贝至异机,本文中给出另一种方式即通过FTP进行拷贝。简单FTP命令中需指定文件名,但由于需拷贝文件名不固定,因此对BAT脚本进…

    智能运维 2022年8月25日
  • CentOS安装部署Weblogic12.1.3

    开始以为和旧版安装一样,使用控制台的方式,下载bin文件,然后一步步在console执行下来就行了。万万没想到,从12C版本后,bin文件不提供了,改成全系统通用的jar文件 (generic.jar)。试了半天原来那种安装方式不…

    智能运维 2022年8月24日
  • nginx启动访问

       1.双击nginx 2.浏览器访问localhost:80(出现以下界面nginx启动成功)  

    智能运维 2022年8月24日
  • xshell -- Xshell 6 提示 “要继续使用此程序,您必须应用最新的更新或使用新版本”

    1,下载UltraEdit编辑器 链接下载:http://wm.makeding.com/iclk/?zoneid=38308 2,使用UltraEdit编辑器修改nslicense.dll文件 nslicense.dll文件: 在UltraEdit编辑器中打开nslicense.dll文件,搜索“7F 0C 81 F9 8…

    智能运维 2022年8月24日
  • What Is New in Kali Linux 2022.3? And, How to Upgrade Kali Linux to 2022.3?

    On 9th Aug, Offensive Security announced the release of Kali Linux 2022.3. In the announcement, Offensive Security has confirmed a few new things newly added exclusively in this third version of 2022…

    智能运维 2022年8月24日
  • Tips to Protect Your Linux Systems From RapperBot Malware

    In this post, we are talking about a new malware that most likely affects Linux systems. Researchers from FortiGuard Labs from Fortinet, a well know enterprise security firm, have been monitorin…

    智能运维 2022年8月24日
  • 编写X86的ShellCode

    ShellCode 定义 ShellCode是不依赖环境,放到任何地方都能够执行的机器码 编写ShellCode的方式有两种,分别是用编程语言编写或者用ShellCode生成器自动生成 ShellCode生成器生成的shellcode功能比较单一,常见的She…

    智能运维 2022年8月24日
  • linux查询进程被kill的日志 oom killer

    OOM Killed Linux内核有个机制叫OOM killer(Out Of Memory killer),该机制会监控那些占用内存过大,尤其是瞬间占用内存很快的进程,然后防止内存耗尽而自动把该进程杀掉,内核检测到系统内存不足 log "Out of memor…

    智能运维 2022年8月24日
  • CentOS7 控制台上安装运行 vmware workstation 备忘录

    目标平台 CentOS 7.5.1804 无桌面,要跑个 Ubuntu.vmx 1.安装依赖库 yum -y install perl gcc kernel-devel libX11 libXinerama libXcursor libXtst 注意通过 uname -r 查询内核版本(如我的服务器为 3.10.0-862.el7…

    智能运维 2022年8月24日