Skip to content

Instantly share code, notes, and snippets.

View xdung24's full-sized avatar

Dung Le xdung24

  • Ho chi Minh, Viet Nam
View GitHub Profile
@xdung24
xdung24 / angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Created December 10, 2022 04:42 — forked from LayZeeDK/angular-cli-node-js-typescript-rxjs-compatiblity-matrix.csv
Angular CLI, Angular, Node.js, TypeScript, and RxJS version compatibility matrix. Based on changelogs, metadata, and hands-on experience. Major Node.js and RxJS versions above officially supported versions are not listed. Note that both major and minor TypeScript versions contain breaking changes.
Angular CLI version Angular version Node.js version TypeScript version RxJS version
1.0.0-beta.17 (package name: angular-cli) ~2.0.2 ^6.9.5 ~2.0.10 ^5.0.3
1.0.0-beta.20-1 (package name: angular-cli) ~2.1.2 ^6.9.5 ~2.0.10 ^5.0.3
1.0.0-beta.22-1 (package name: angular-cli) ~2.2.4 ^6.9.5 ~2.0.10 ^5.0.3
1.0.0-beta.30 ~2.3.1 ^6.9.5 ~2.0.10 ^5.0.3
1.0.0-rc.4 ~2.4.10 ^6.9.5 ~2.0.10 ^5.0.3
~1.0.6 >= 4.0.3 <= 4.1.3 ^6.9.5 ~2.2.2 ^5.0.3
~1.1.3 >= 4.0.3 <= 4.1.3 ^6.9.5 ~2.3.4 ^5.0.3
~1.2.7 >= 4.0.3 <= 4.1.3 ^6.9.5 ~2.3.4 ^5.0.3
~1.3.2 >= 4.2.6 <= 4.4.7 ^6.9.5 ~2.4.2 ^5.0.3
#!/bin/bash
# Secure WireGuard server installer
# https://github.com/angristan/wireguard-install
RED='\033[0;31m'
ORANGE='\033[0;33m'
NC='\033[0m'
declare -r configDir=wireguard-configs
@xdung24
xdung24 / .dynamic-dns-cloudflare
Last active March 4, 2022 05:17
Change cloudflare dns record for dynamic IP address
Script to update dns record for dynamic ip
@xdung24
xdung24 / .telegram-notificatio-ssh-login
Last active March 4, 2022 05:21
Notify ssh connection via telegram bot
### Telegram notification when user login over ssh
- create telegram bot (copy bot token) add to line 3
- get chat id (user, group, channel) add to line 2
- "sudo apt install jq"
- copy to /etc/profile.d
- "sudo chmod +x ssh-notification.sh"