智能运维
-
Windows重新生成SID
一、查询当前机器的SID 单击“开始”--》“运行”,执行cmd--》输入whoami /user,然后回车。 二、执行修改SID的命令,完整过程如下,最后电脑自动重启,开始初始化一个新的SID。 以下是代码片段: --> c:…
-
Linux学习笔记2 ——vim使用
复制一行 yy 复制8行 8yy 向下复制4行 y4y 粘贴1次 p 粘贴5次 5p 删除1行 dd 删除5行 5dd 撤回上一步的 u
-
Linux中程序是怎样启动的
Linux中程序是怎样启动的 前言 新程序的启动往往是通过libc中exe()系列函数进行的, exe系列函数最终都可以归纳为execve这个系统调用 系统层面 kernel会检查这个文件的类型 确定是elf之后会为新进程分配页表, 文件描…
-
How to Fix Cve-2022-20842, a Remote Code Execution Vulnerability in Cisco RV Series Routers
On 3rd August, the network appliances manufacturer giant Cisco published an advisory in which Cisco detailed about three new vulnerabilities in multiple small business RV series router modu…
-
How To Protect Your Android Device From The New DawDropper Banking Dropper?
On July 29, TrendMicro, a well-known security firm, detailed about a new Android malware dubbed as DawDropper banking dropper in a post. This proved once again that Google Play Store is still an attr…
-
How to Fix CVE-2021-1588- A Denial of Service Vulnerability in Cisco NX-OS Software
The network appliances manufacturer giant Cisco published an advisory on 25 August 2022 (Updated on 02 September 2022) in which Cisco detailed a Denial of Service vulnerability in Cisco NX-…
-
vmware共享文件夹问题
1./hgfs下无共享文件夹 /hgfs下无共享文件夹?/mnt下没有hgfs文件夹?vmhgfs-fuse:找不到命令? - 哔哩哔哩 (bilibili.com) 2.hgfs无权限 解决VMware中共享文件夹hgfs的权限问题 - 云樾的博客 (jarviswwong.com)
-
linux发行版本的关系
发现版本有很多 参考资料 https://www.bilibili.com/video/BV1WY4y1H7d3?p=6&vd_source=6176e79b66461eb74da787cb8321925b
-
.NET操作Excel高效低内存的开源框架 - MiniExcel
.Net平台上对Excel进行操作主要有两种方式。第一种,把Excel文件看成一个数据库,通过OleDb的方式进行读取与操作;第二种,调用Excel的COM组件。两种方式各有特点。 今天给大家介绍第三种方式:插件方式,目前主流…
-
linux 上安装 NTL(wsl2)
linux 上 安装 NTL(wsl2) 说明: 安装 NTL 需要安装GMP,安装GMP 首先需要安装 M4。 本文下面要安装的 ntl-11.5.1 应该是只适配 gmp-6.1.2,不然会报错。(在执行安装 ntl 的 make 步骤后,有如下提示信息。) …