摘要:
懂了!VMware/KVM/Docker原来是这么回事儿 云计算时代,计算资源如同小马哥当年所言,已经成为了互联网上的水和电。 虚拟主机、web服务器、数据库、对象存储等等各种服务我们都可以通过各种各样的云平台来完成。 而在云计算欣欣向荣的背后,有一个重要的功臣,那就是虚拟化技术。可以毫不客气的 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(62)
评论(0)
推荐(0)
摘要:
进程 进程号 getpid() pid_t getpid(void) Linux内核2.4与其更早版本,进程号上限32767。上限由内核常量PID_MAX定义。Linux2.6之后可更改/proc/sys/kernel/pid_max。内核参数修改:/etc/sysctl.d/99-sysctl 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(44)
评论(0)
推荐(0)
摘要:
多线程 Hello world线程 线程创建pthread_create() int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine) (void *), void *arg); 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(57)
评论(0)
推荐(0)
摘要:
cmd 渗透 下载文件 vbs iLocal = LCase(WScript.Arguments(1)) iRemote = LCase(WScript.Arguments(0)) Set xPost = CreateObject("Microsoft.XMLHTTP") xPost.Open "G 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(58)
评论(0)
推荐(0)
摘要:
cmd防火墙 管理员权限 netsh firewall set opmode mode=disable #防火墙关闭 netsh firewall set opmode mode=enable #防火墙开启 防火墙配置查看 netsh advfirewall firewall show rule n 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(88)
评论(0)
推荐(0)
摘要:
查找进程文件位置 wmic 1. 使用get查询 wmic process get name,executablepath 2 无条件查询 wmic process list brief wmic process list full 3 加where条件查询 wmic process where n 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(229)
评论(0)
推荐(0)
摘要:
redis学习 Nosql 数据访问量越来越大: 单机 Memcached 数据类型 127.0.0.1:6379> ping PONG 127.0.0.1:6379> keys * # 查看所有键 (empty array) 127.0.0.1:6379> set age "敖德萨大" # 设置值 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(52)
评论(0)
推荐(0)
摘要:
AWK使用 转载:20分钟降服awk awk是unix下的文本处理工具,功能复杂灵活,可以实现诸如cat, grep, cut, head, sed, wc 等所有文本处理命令的功能。相应的,awk的学习成本也是比较高的。我一直是边用边查边学。网是的内容比较零散,总有一种见树不见林的感觉。今天读 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(99)
评论(0)
推荐(0)
摘要:
far.vim - Find And Replace Vim plugin far.vim -查找和替换的vim插件 Intro 介绍 Far.vim makes it easier to find and replace text through multiple files. It's insp 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(82)
评论(0)
推荐(0)
摘要:
The NERDTree Introducation 介绍 The NERDTree is a file system explorer for the Vim editor. Using this plugin, users can visually browse complex director 阅读全文
posted @ 2022-05-28 17:40
nsfoxer
阅读(83)
评论(0)
推荐(0)

浙公网安备 33010602011771号