1. CentOS 7 安装 Proxychain-NG

    由于种种原因,很多命令下载速度很慢而且不稳定,所以使用proxychains进行代理,代理服务器自备。

    2020/11/19 CentOS

  2. IMG VMDK 格式转换

    IMG VMDK 格式转换

    2020/11/11 VMware

  3. Nessus 8.12.0 安装破解

    Nessus 8.12.0 安装破解

    2020/11/02 Security

  4. VDP(vSphere Data Protection)过程文档

    vSphere Data Protection(以下简介为VDP)是一款基于磁盘的备份和恢复解决方案,它与VMware vCenter Server完全集成,可以用来对备份作业执行高效的集中式管理。

    2020/10/19 VMware

  5. Linux 文档出现^M处理

    使用awk处理文档过程中,打印最后一个分节后增加文字出现在了行首,找到问题,不知所以,记录一下。

    2020/09/22 Linux

  6. kdevtmpfsi挖矿病毒处理

    1. 发现cpu使用率异常 ```shell top - 10:02:36 up 5 days, 12:28, 9 users, load average: 2.86, 2.66, 2.62 Tasks: 203 total, 2 running, 198 sleeping, 2 stopped, 1 zombie %Cpu(s): 97.5 us, 2.3 sy, 0.0 ni, 0.0 id, 0.0 wa, 0.0 hi, 0.2 si, 0.0 st KiB Mem : 8009128 total, 132612 free, 5849780 used, 2026736 buff/cache KiB Swap: 4194300 total, 3559272 free, 635028 used. 1238868 avail Mem

    2020/09/18 Security

  7. BigOps安装过程实录

    1. 操作系统信息

    2020/08/31 Bigops

  8. Kali SSH ERROR

    新安装的kali 2020.2 修改/etc/ssh/sshd_config 配置文件远程登录后,使用Xshell登录依然报错

    2020/08/25 Security

  9. wordpress 数据库自动关闭修复

    查看数据库报错日志 less /var/log/mariadb/mariadb.log 200213 04:47:09 mysqld_safe Number of processes running now: 0 200213 04:47:09 mysqld_safe mysqld restarted 200213 4:47:10 [Note] /usr/libexec/mysqld (mysqld 5.5.60-MariaDB) starting as process 4402 ... 200213 4:47:10 [ERROR] mysqld: Out of memory (Needed 128917504 bytes) 200213 4:47:10 [ERROR] mysqld: Out of memory (Needed 96681984 bytes) 200213 4:47:10 InnoDB: The InnoDB memory heap is disabled 200213 4:47:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins 200213 4:47:10 InnoDB: Compressed tables use zlib 1.2.7 200213 4:47:10 InnoDB: Using Linux native AIO 200213 4:47:10 InnoDB: Initializing buffer pool, size = 128.0M InnoDB: mmap(137756672 bytes) failed; errno 12 200213 4:47:10 InnoDB: Completed initialization of buffer pool 200213 4:47:10 InnoDB: Fatal error: cannot allocate memory for the buffer pool 200213 4:47:10 [ERROR] Plugin 'InnoDB' init function returned error. 200213 4:47:10 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 200213 4:47:10 [Note] Plugin 'FEEDBACK' is disabled. 200213 4:47:10 [ERROR] Unknown/unsupported storage engine: InnoDB 200213 4:47:10 [ERROR] Aborting 创建SWAP分区 ```shell dd if=/dev/zero of=/var/swap bs=1024 count=4194304 mkswap /var/swap swapon /var/swap

    2020/08/21 Wordpress

  10. windows 10 && visio 2016 &&office 2016 嗯嗯使用

    windows 10 专业版 嗯嗯使用 cmd中运行

    2019/12/29 Windows