Advanced Search
Search Results
474 total results found
Asterisk for Docker
GitHub sites https://github.com/christoofar/asterisk https://github.com/mlan/docker-asterisk https://github.com/azielke/docker-asterisk RTP ports and Docker Way 1 Docker cannot deal with a wide range of UDP ports being forwarded. One way to get ar...
NVIDIA - Jetson Orin Nano Super
Hardware NVIDIA: Jetson Orin Nano Developer Kit User Guide - Hardware Specs | NVIDIA Developer JetPack SDK NVIDIA: JetPack SDK | NVIDIA Developer NVIDIA: Introduction to NVIDIA JetPack SDK — JetPack 6.2 documentation 檢查目前 Jetpack 版本 Tip: 先找出 L4T ...
Getting started
Instruction Control plane vs worker nodes Control Plane: The control plane is installed on your master node Can be both a control plane node and a worker node It houses the API server, scheduler, and controller manager settings Worker Nodes: This ...
More Solutions
EasyTier EasyTier is a simple, safe and decentralized VPN networking solution implemented with the Rust language and Tokio framework. 類似 n2n VPN 的工作原理,不需要特定的中央管理主機,而是選擇任一個或多個節點扮演中央主機。安全性有網路名稱與密碼的設置。 https://www.easytier.top/en/ GitHub: https://github.com...
Microsoft Azure
Tutorials Azure Animations, where we make hard-to-understand Azure cloud concepts easier and more fun to learn!
Windows Commands
taskkill To terminate a specific app or process taskkill /IM notepad.exe /F chkdsk Scan and Diagnose Hard Drive Errors /f : tells the tool to fix any detected errors /r : locate bad sectors and recover readable data chkdsk C: /f /r ipconfig ipconf...
Update Fixpack & Interim Fix
Update 7200-04-00-0000 to 7200-05-06-2320 Update Fixpacks Download Instruction: https://www.ibm.com/support/pages/updating-new-technology-level-or-service-pack Download: https://www.ibm.com/support/fixcentral/aix/selectFixes?release=7.2&function=release...
Q & A
0516-1398 extendvg 0516-1398 extendvg: The physical volume hdisk1, appears to belong to another volume group. Use the force option to add this physical volume to a volume group. Solution: extendvg -f rootvg hdisk1 File too large .//H11072988.iso: File t...
Image Generation
Tutorials 5 Open-source Local AI Tools for Image Generation I Found Interesting
AIX LVM
PV # Add a disk hdisk3 to a PV ## NOTE: 新 disk 要加入 PV 成功後,執行 lspv 才會有 pv-id cfgmgr chdev -l hdisk3 -a pv=yes lspv # Remove a PV from a disk hdisk3 ## If done, the pv-id appears 'none' chdev -l hdisk3 -a pv=clear lspv # 檢視 PV 使用/剩餘空間 lspv <PV-NA...
監控 Errpt
Sample #1 #!/usr/bin/env bash # # $0 = errptcheck_v3.sh # # Created: 05/16/2005 A-lang Hsu. # Updated: # - v4, 11/19/2015 A-Lang # - v5, 11/17/2020 A-Lang # # # This script will check the error log # for new entries. Upon finding them, it wi...
日常英文600句
Cybersecurity Tools
Seach More 10 Top Open Source Penetration Testing Tools OSV-Scanner 5 Tools to Scan a Linux Server for Malware and Rootkits (tecmint.com) Hottest cybersecurity open-source tools of the month: May 2025 - Help Net Security Online Tools 網站 功能描述 ...
AIX Monitoring
Reference nimon working with Prometheus
AIX Toolbox
Tutorials Configuring YUM and creating local repositories on IBM AIX - IBM Developer Tips for Installing Python or other AIX Toolbox for Open Source Software Get Started with the AIX Toolbox for Open Source Software Creating local repo with DNF and AIX T...
Ksh
Korn shell - ksh if-then if [[ -e /usr/opt/rpm/bin/rpm ]] then RPM_CMD="/usr/opt/rpm/bin/rpm" else RPM_CMD="/usr/bin/rpm" fi # Check if we are running this as the root user. if [[ "$(/usr/bin/id -u)" != "0" ]] then echo "This script mu...
Cheat Sheets
How Git Work Git 檔案狀態:Modified/Untracked/Staged/Commited Modified/Untracked: 檔案已修改,尚未執行 git add Staged: 檔案已經 git add,尚未執行 git commit Commited: 檔案已經 git commit 狀態 2 與 3 的檔案已經由 Git 控管內容變更。 Git Commands Git Fundamentals