智能运维
-
prometheus监控vmware vsphere vcsa
三、Linux 运行VMware_exporter 通过docker -v 将变量写入到环境中 VMware_exporter不需要做持久化 #docker 运行的方式 docker run -d -p 9272:9272 -e VSPHERE_USER=administrator@192.168.31.200 -e VSPHERE_PASS…
-
yum安装nginx报错解决nginx: [emerg] unknown directive “stream“ in /etc/nginx/nginx.conf问题【转】
yum安装nginx,其中看nginx有stream参数,但是nginx -t是报错“nginx: [emerg] unknown directive “stream“ in /etc/nginx/nginx.conf问题” 解决办法 # 安装nginx源 curl -o /etc/yum.repos.d/epel.repo http://m…
-
Linux各种服务配置开机自启
一、Linux配置redis开机自启 (1)到redis配置文件中找到conf文件:vi redis.conf (2)daemonize no 修改为:daemonize yes (3)cd /etc/init.d,新建文件redis,可用该路径下:(/usr/local/redis/redis6.2.7/ut…
-
5 Best File Managers for Windows 10/11 in 2022
Over the last few years, Windows users have seen significant changes and updates in its functionality and system. Despite the changes, File Explorer (previously known as Windows Explorer) has remaine…
-
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…
-
How To Fix CVE-2022-20857- An Arbitrary Command Execution Vulnerability In Cisco Nexus Dashboard
The network appliances manufacturer giant Cisco published an advisory on 20th July in which Cisco detailed about four new vulnerabilities in Cisco Nexus Dashboard. The vulnerabilities are t…
-
Linux系统的SSH优化
在Linux系统中,我们想使用SSH命令登录到另一台服务器中,在第一次登录时,会提示我们验证指纹,如下所示 同一网络下,为了确保你想SSH访问的Linux系统是无误的,可以在另一端确认指纹(指纹是由公钥生成的,因此需…
-
linux磁盘初始化
#新系统初始化注意:由于镜像已经做了初始化,所以拿到服务器后只许做以下操作即可使用 1.磁盘挂载如果系统没有做逻辑卷的命令,需要自己安装yum -y install lvm2 fdisk -lpvcreate /dev/vdbvgcreate VG0 /dev/mapp…
-
vmware 创建的 centos 虚拟机突然连不上网
win10中搜索服务: 打开 DHCP 和 NAT 服务,如下图所示(我这里已经打开了):
-
PhpStorm远程linux开发webman开发模式代码改动Monitor不自动reload代码
2022年8月30日11:08:03 这几天在测试webman作为luckysheet的后台,之前是使用vscode remote explorer开发 Monitor进程都是正常reload改动的代码 但是因为vscode的代码提示,代码追踪效果不好,都是需要写代码的时候…