Kiwi's Wiki
首頁 歸檔 分類 標籤 Blog
首頁歸檔分類標籤Blog

categories  

  •   FreeBSD
    • Dummynet & IPFW
    • bsnmp & check_mk_agent
    • System & Port update/upgrade
  •   Game
    •   PC
      •   Battletech
        • BATTLETECH - Mod武器修改技巧
      •   Pathfinder Kingmaker
        • Pathfinder:Kingmaker - Save檔修改技巧
      •   Pathfinder WoTR
        • Pathfinder:WoTR - Save Modding Intruduce
        • Pathfinder:WoTR - Party.json
        • Pathfinder:WoTR - MythicSkeletonCompanion Modify
  •   Linux
    •   Arch Linux
      •   Scripts - Obsolete
        • 整合型Archlinux安裝Script - 5.nextc_arch.sh說明
        • 整合型Archlinux安裝Script - 2.架構說明
        • 整合型Archlinux安裝Script - 6.arch_v2ray.sh說明
        • 整合型Archlinux安裝Script - 7.arch_v2ray_gate.sh說明
        • 整合型Archlinux安裝Script - 1.Before Start
        • 整合型Archlinux安裝Script - 3.arch.sh說明
        • 整合型Archlinux安裝Script - 4.simple_arch.sh說明
        • 整合型Archlinux安裝Script - 8.arch_v2ray_gate_k.sh說明
      • Archlinux Installation
    •   Manjaro
      •   Scripts
        • Manajro Auto configure script - Intro
        • Manajro Auto configure script - script
      • Manajro Tweak & Application
      • Mirrorlist選用
      • Manjaro21 for VMware Guest issue
      • Manjaro KDE RDP/VNC Server via xrdp
    •   Oracle Linux
      • Oracle Linux Auto Configure Script
    •   Tips
      • Package Management for Archlinux & Manjaro
      • Run Program as root
      • Password Expired time & complexity
      • Simple Tools for Linux
    •   WSL
      •   ManjaroWSL
        • Manjarowsl for Windows WSL2
        • Manjarowsl2
      • WSL 1.0 Environment Setup
      • WSL & WSLg Tips for ArchWSL
      • KVM/QEMU for WSL
      • Config/Compile Linux Kernel for WSL
  •   Misc
    •   Input Method
      • Fcitx
    •   Markdown
      • Markdown語法
      • Marktext & Picgo for Blog/Wiki edit
    •   SSH
      • SSH基本設定與使用
      • SSH Keys for Github
    •   Shell Script
      • Shell Script - 字元定義
      • Shell Script - echo語法的用法
      • Shell Script - 變數說明
      • Shell Script - Case迴圈
      • Shell Script - Function - Selection
      • Shell Script - Table in Script
    •   Tmux
      • Tmux + Oh My Tmux
    •   Vim
      •   NeoVim + NvChad
        • NeoVim + NvChad - Install & Configure
        • NeoVim + NvChad - Hotkeys
      • Vi / Vim Tips
      • Vim with Powerline
      • Vim folding
    •   Zsh
      • ZSH / Powerlevel10k
  •   Network
    •   Ansible
      •   Basic configuration
        • Ansible Intro & Install
        • Ansible Environment Setup
      •   Playbook
        • Ansible Playbook & Roles
        • include roles or tasks
        • Vars and Vars_files
        • Conditions
    •   Hexo
      • Hexo介紹與整體規劃
      • Hexo安裝
      • Hexo基本設定與使用
      • Hexo的Plugin與使用
      • Next Theme的安裝與設定
      • Wikitten Theme的安裝與設定
    •   V2Ray
      • V2Ray With VLESS安裝
      • VLESS Server Config
      • VLESS Client Config
      • V2ray Behide Traefik
      • V2ray via Cloudflare Worker
  •   VM&Container
    •   Docker Basic
      • Basic Tools for Docker
      • Docker Commands
    •   PhotonOS
      • Photon OS
    •   Service Container
      •   Common
        •   Reserve Proxy
          • Nginx Proxy Manager
          • Traefik
        • Comment system for Hexo Blog - Isso
      •   Home Lab
        •   多媒體相關
          •   影音類
            • 自動下載 - Gluten/Qbittorrent/Serverr系列
            • 音樂串流 - Navidrome
          •   書籍類
            • 電子書 - Calibre-Web
            • 漫畫 - Suwayomi
        • Home VPN - WireGuard
        • Web Dashboard - Heimdall
        • 私人的Git Server - Gitea
        • 服務監控 - Uptime Kuma
      •   Not Use Anymore
        • 自動簽發SSL - Certbot - 已廢棄
        • 網路監控 - librenms - 已廢棄
        • 虛擬桌面 - Apache Guacamole - 已廢棄
        • 資料庫 - MS SQL Server - 已廢棄
        • 網路論壇 - phpBB - 已廢棄
        • 自動化工具 - Node-Red - 已廢棄
      •   Other
        • MS KMS Server for GKVL - vlmcsd
      •   VPS
        • 網頁界面的docker控制器 - Portainer-ce & agent
        • Blog & 網頁筆記 - Bookstack
        • 雲端儲存方案 - Nextcloud
MiscVimNeoVim + NvChad
Editor, Unix
2025-06-09
Source
Edit
History

NeoVim + NvChad - Hotkeys

前言

NeoVim, NvChad都有許多快捷鍵可以使用,所以需要一個cheat sheet來協助記憶

Read More
NetworkAnsibleBasic configuration
Linux, Network, VPS
2025-06-09
Source
Edit
History

Ansible Intro & Install

前言

Ansible是一個Redhat支持開發的IT Automation工具, 基礎是python3+ssh

Read More
NetworkAnsibleBasic configuration
Ansible, Linux, Network, VPS
2025-06-09
Source
Edit
History

Ansible Environment Setup

前言

安裝完Ansible後還要進行基礎的設定之後才能使用

Read More
NetworkAnsiblePlaybook
Ansible, Linux, Network, VPS
2025-06-09
Source
Edit
History

Ansible Playbook & Roles

前言

其實ansible有很完整的官方文件可以學習,不過我就把我自己會用的方法寫成筆記給自己做個memo

Read More
NetworkAnsiblePlaybook
Ansible, Linux, Network, VPS
2025-06-09
Source
Edit
History

include roles or tasks

前言

利用這裡講的include_roles與include_tasks搭配後面講的變數可以作到針對node的特性動態載入需要的roles/tasks

Read More
NetworkAnsiblePlaybook
Ansible, Linux, Network, VPS
2025-06-09
Source
Edit
History

Vars and Vars_files

前言

老實說,Ansible的變數機能還蠻博大精深的…小的也只會一點點皮毛
這篇的內容還是需要跟上一篇的include_roles與include_tasks一起看會比較好

Read More
NetworkAnsiblePlaybook
Ansible, Linux, Network, VPS
2025-06-09
Source
Edit
History

Conditions

前言

差點漏了這個幾乎最重要機能condition…

這個玩意就跟shell script中的if迴圈一樣重要

Read More
LinuxTips
Arch, Linux, Manjaro
2025-06-09
Source
Edit
History

Package Management for Archlinux & Manjaro

前言

一些Pacman/yay的使用技巧

Read More
LinuxOracle Linux
Linunx, Manjaro
2025-06-09
Source
Edit
History

Oracle Linux Auto Configure Script

前言

因為佛心的Oracle終身免費VM,所以我去弄了幾個VM來跑
不過因為他的免費系統基本上沒什麼可以選的,所以我就都集中使用Oracle Linux 8

Read More
LinuxTips
Arch, Linux, Manjaro
2025-06-09
Source
Edit
History

Run Program as root

前言

有些App,雖然有GUI但是不用root跑是會fail的,例如Netextender,不用root跑他的pppd會因為權限不足而fail

Read More
« Prev1…34567…10Next »
Kiwi © 2026 Creative Commons License
Powered by Hexo. Theme - wikitten
 |