http://www.pstips.net/powershell-switch-condition.html
作者存档:phpor
Powershell指定函数的返回值 – PowerShell 中文博客
http://www.pstips.net/powershell-specify-return-value-f …
docker-containerd 占用大量内存
docker-containerd 占用约1GB内存,正常情况下不到100MB
powershell 之 foreach
powershell之for循环
1 2 3 4 5 6 7 8 |
$alphabet = @() for ([byte]$c = [char]'A'; $c -le [char]'Z'; $c++) { $alphabet += [char]$c } [String]::Join(", ", $alphabet) |
[crayon-67434cfe72e5b1 …
powershell 之 a-z
字符之 0~9:
1 2 3 4 5 6 7 8 9 10 11 |
0x30..0x39|foreach {[char]$_} 0 1 2 3 4 5 6 7 8 9 |
数字之0~9: [cray …
Powershell 之split
如下脚本,通过where cmdlet过滤出来netstat中已连接状态的连接: 可以发现, 使用字符串的sp …
SysVinit vs Systemd
sysvinit 管理服务使用的是service命令,执行的是 /etc/init.d/{$script} 的 …
powershell 学习资料
http://www.pstips.net/powershell-online-tutorials/
How To Route Web Traffic Securely Without a VPN Using a SOCKS Tunnel | DigitalOcean
https://www.digitalocean.com/community/tutorials/how-to …
继续阅读“How To Route Web Traffic Securely Without a VPN Using a SOCKS Tunnel | DigitalOcean”