JavaScript 类型转换
JavaScript 类型转换 [toc] JavaScript 类型 6 种不同的数据类型: string number boolean object [array, date] function symbol 3 种对象类型: Object Date Array 2 个不包含任何值的数据类型: null undefined ...
JavaScript with JSON
JavaScript with JSON [toc] JSON to web loaded this object into a JavaScript program, parsed in a variable called superHeroes access the data inside using superHeroes.homeTown superHeroes[‘ac...
Lab - NDG - PAN8 Cybersecurity-Gateway
2020-07-16-PAN8-Cybersecurity-Gateway [toc] From the NDG: PAN8 Cybersecurity Essentials Lab 1: Configuring TCP/IP and a Virtual Router 1.0 Load Lab Configuration load the Firewall configura...
Lab - NDG - PAN8 Cybersecurity Essentials
PAN8 Cybersecurity Essentials [toc] From the NDG: PAN8 Cybersecurity Essentials Lab 1: Creating a Zero Trust Environment Google Chrome: https://192.168.1.254 Login to the Firewall we...
servicenow
servicenow [toc] Servicenow ref https://www.kbstraining.com/blog/servicenow-tutorial.htm#Enterprise_Security_Response_Engine Technology is one that changes regularly to become a better version ...
Bring old pc to live
old pc check the version dxdiag make the usability - erase the sd Card - ExFAT - 2nd 主引导记录 - Download Zorin OS. - The 64-bit version is recommended for most computers. - Ol...
Docker - basic web site by docker
basic web site by docker docker run -it --name a-container alpine docker exec a-container apk add nginx docker cp a-container:/etc/nginx/conf.d/default.conf . vim default.conf # server { # li...
Docker - create dockerfiles images
create dockerfiles images create dockerfiles images basic build 1 Dockerfile Image Management build 2 Dockerfi...
Docker - Install and Use Docker
Install and Use Docker Install and Use Docker on CentOS 7 Uninstall old versions Step 1 — Installing Docker Step 2 — Executing Docker Command Without Sudo (Optional) ...
Docker - basic
Docker - basic command Accessing the Container image management container management Docker - basic command docker ps docker container ls docker cont...
VirtualBox Setups
VirtualBox Setups VirtualBox Setups share clipboard 设置共享文件夹 安装增强功能 配置增强插件 设置共享文件夹 映射网络驱动器 File sharing between host Windows and Virtual Machine Ubuntu ...
VirtualBox OS Install
VirtualBox OS Install VirtualBox OS Install win10 下载并安装VirtualBox 下载win10镜像文件(.ios文件) 新建虚拟机 安装系统 Fedora 在VirtualBox上安装 CentOS insta...
Mac - Terminal Note
Mac - Terminal Note Mac - Terminal Note 文件目录: 基本命令: compile C++ in MAC compile C++/c in Win terminal 将普通成员改为管理员? virtualbox clone brew ...
Linux - 批量文本处理 删除
批量文本处理 删除 Docker 镜像,删除名为 none 的那些: $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE api-adapter v1 e9bc8e28af2a ...