Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

9 total results found

Javascript Advanced

Cheat Sheets

The + Operator converting the given expression to a number +(new Date()) // 1593565210654 +true // 1 +false // 0 +"1e-8" // 100000000 +"1.6e-2" // 0.016 // overriding the valueOf() method of the random object const random = { 'valueOf': () => Math.floo...

VPN Windows Setup

Windows 11 右键单击系统托盘中的无线/网络图标。 选择 网络和 Internet 设置,然后在打开的页面中单击 VPN。 单击 添加 VPN 按钮。 从 VPN 提供商 下拉菜单选择 Windows (内置)。 在 连接名称 字段中输入任意内容。 在 服务器名称或地址 字段中输入你的 VPN 服务器 IP。 从 VPN 类型 下拉菜单选择 使用预共享密钥的 L2TP/IPsec。 在 预共享密钥 字段中输入你的 VPN IPsec PSK。 在 用户名 字段中输入你的 VPN 用户名...

VPN Windows Registry Setup

Windows 错误 809 错误 809:无法建立计算机与 VPN 服务器之间的网络连接,因为远程服务器未响应。这可能是因为未将计算机与远程服务器之间的某种网络设备(如防火墙、NAT、路由器等)配置为允许 VPN 连接。请与管理员或服务提供商联系以确定哪种设备可能产生此问题。 注: 仅当你使用 IPsec/L2TP 模式连接到 VPN 时,才需要进行下面的注册表更改。对于 IKEv2 和 IPsec/XAuth 模式,不需要 进行此更改。 要解决此错误,在首次连接之前需要修改一次注册表,以解决 VP...

VPN iOS Setup

1. 进入手机设置页面 2. 添加一个VPN设置 3. 填写设置 4. 勾选一下刚添加的设置,点击上方连接,连接可能要花个几秒钟,连接成功后右上角会出现“VPN”标志

AWS Cheatsheet

Cheat Sheets

Get current logged in user $ aws sts get-caller-identity { "UserId": "AIDA3C6FL2I6WTCTDQ5V7", "Account": "762233737789", "Arn": "arn:aws:iam::762233737789:user/logan.13668" } Add a profile to command line vi ~/.aws/credentials # add profile in th...

Data Transfers

ETI

TUTK V1GX3K4WXUC6B672333C 5HBNK58NJ83F57L2333C 193RAF6L3G3CA4E4333C LTYCEUA33JBETG7B333C 427M6WBTXDCM5HHP333C IMOU Accounts: tester1@example.com etidev_uce989b93-8257-4436-b283-e19d2c17b0ce_dev@etinc.ca Android https://defender-static-public2.s3.us-eas...

P2P CheatSheet

Cheat Sheets

What is P2P? It's a general term to describe two machine can communicate directly with each other without an intermediate server. Each machine acts as the server and receiver. How does P2P communication work? There is a central server (Rendezvous Server) used...

AWS RDS Best Practices

Database RDS

upg.bin.enc reference: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_BestPractices.html https://drive.google.com/file/d/1ntwmblVekoE2FUrEAJaFlolHEJydR9n4/view?usp=drive_link Basic operational guidelines use metrics to monitor memory, CPU, replic...

CLI

AWS

# to get caller identity: $ aws sts get-caller-identity