jq Bash, unfortunately, doesn’t ship with a command that can work with JSON natively. In this lesson, we’ll learn how to read and do basic queries on ...
分类:
Web程序 时间:
2021-02-15 12:41:34
阅读次数:
0
1.开启对应Windows功能(适用于linux的Windows子系统) 2.微软商店对应下载 Windows terminal 、 ubantu 3.设置 Windows terminal ubantu:把下面这个加到/root/.bashrc里 #Fix mkdir command has wr ...
0x00 实验环境 攻击机:Win 10 靶机也可作为攻击机:Ubuntu18 (docker搭建的vulhub靶场) 0x01 影响版本 Apache ActiveMQ 5.13.0之前的5.x版本 0x02 漏洞复现 (1)实验环境:docker运行的vulhub漏洞环境首先,可直接访问到页面的 ...
分类:
其他好文 时间:
2021-02-15 11:48:02
阅读次数:
0
linux下配置邮件发送器postfix 开始之前必须先配置 dns域名解析 详见另一篇博客 安装postfix服务器并进行配置 可能postfix在系统安装过程中已经安装了此服务,可以使用下面的命令查询 rpm -q postfix 如果没有可以手动安装: yum install -y postf ...
分类:
系统相关 时间:
2021-02-10 13:17:31
阅读次数:
0
打开CMD的方式 开始+系统+命令提示符 Win+R +CMD打开控制台 任意文件夹 按住shift+右键,打开powershell窗口 文件地址栏前面加上cmd路径 常用的DOS命令 #盘符切换 #查看当前目录下的所有文件 dir #切换目录 cd /d (change directory) cd ...
分类:
其他好文 时间:
2021-02-10 13:06:21
阅读次数:
0
VUE3官方推荐使用vite来构建项目,但是并不是说之前使用vue-cli创建项目就不行了。 使用vue-cli创建项目,要确保你的vue-cli的版本要大于4.5.6. 一:安装vue-cli 建议使用 npm 安装 Yarn 安装不会默认安装 vue 命令。 1:命令 npm install - ...
分类:
其他好文 时间:
2021-02-09 12:34:51
阅读次数:
0
用过linux系统的朋友,基本肯定会用过ssh。因为大部分的linux登录都是通过ssh将进行登录,除非你用的是类似windows的桌面版。 一、什么是SSH SSH 为 Secure Shell 的缩写,由 IETF 的网络小组(Network Working Group)所制定;SSH 为建立在 ...
分类:
其他好文 时间:
2021-02-08 12:22:12
阅读次数:
0
Team Name(2.5) Prime Game(2.6) XOR Sums(2.7) Another Tree with Number Theory Multiple Games Cell Shell Bash Matrix Dream and the Multiverse Cut the Ca ...
分类:
其他好文 时间:
2021-02-08 12:12:42
阅读次数:
0
Python是没有swithch语句, 这点还是对于我们这些整Java/C/Shell/... 人都是很不习惯, 你得这样才行! #!/usr/bin/env python2 junk = "shoo2" def shoo_fun1(): print "hello ok1" def shoo_fun ...
分类:
编程语言 时间:
2021-02-08 12:09:39
阅读次数:
0
<! +++ title = "Bash语法" description = "" date = "2021 02 06" weight = 5 tags = [] categories = ["3 syntax"] keywords = [] +++ [TOC] 关于Bash Script的语法,包 ...
分类:
其他好文 时间:
2021-02-08 11:48:12
阅读次数:
0