windows(win10)批处理脚本 打开vm虚拟机的服务,并且开启无界面虚拟机 @echo off net start "vds" net start "VMAuthdService" net start "VMnetDHCP" net start "VMware NAT Service" net start "VMUSBArbService" net start "VMwareHostd&q
通常我们会用mysql这个客户端程序来连接mysql库.这个通常是工作在交互式模式下的.如我们连接上mysql并执行如下操作: mysql -uroot -h127. -P3306 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection Server version: -enterprise-commercial-advanced-log MySQL Enterprise Server - Ad
提权应用 批处理遍历webshell可访问目录 opendir.readdir.is_dir.is_writable这几个遍历文件夹的函数,在php限制的情况下,找可执行目录就没有优势了. @echo off (For /r c:\ %%a in (*) do echo %%~ta %%~za %%~fa)>list.txt 提权批处理脚本 @echo off set userprofile=%cd% mode con:cols=160 lines=9999 Cd c:\ echo ------
Get pod ip and their coordinating NODE $ kubectl get pods -o wide If you want to get detailed information about pod, nodes, then you should set output as yaml: $ kubectl get pods -o json Show labels about pods under all namespace: $ kubectl get pods
You may want to add my wechat public account or add my technical blog's RSS feed This list is meant to record some useful docker commands, it can help docker beginners to solve the problems they met. I'll try to keep this list current and up to date.
This article includes some useful Ansible commands. I will try to write blogs by English. You may want to add my wechat public account or add my technical blogs's rss feed How ansible works Ansible works by connecting to your nodes and pushing out sm