📁 分类: Technical Sharing
article/self-hosted-bitwarden-vaultwarden-windows-docker-cloudflare-tunnel.tsx
1
export const article = {
2
name:
'Password Manager: Setting Up Bitwarden with Vaultwarden Using Docker on Windows'
,3
desc: 'Learn how to set up a self-hosted Bitwarden password manager using Vaultwarden on Windows. This step-by-step guide covers Docker installation, Vaultwarden configuration, and using Cloudflare Tunnel for secure external access. Perfect for VPNs, NAS, or soft routers.',
4
}
2025-03-06
#Docker#Windows#NASTechnical Sharing
article/migrate-openwrt-hyperv-to-proxmox-guide.tsx
1
export const article = {
2
name:
'Migrating OpenWrt from Hyper-V to Proxmox VE: A Step-by-Step Guide with Performance Benchmarking'
,3
desc: ' Complete walkthrough for transferring OpenWrt from Hyper-V to Proxmox VE. Includes disk conversion commands (qemu-img), virtual NIC optimization, real-world performance metrics (41% latency reduction), and troubleshooting Secure Boot/Virtio issues. Ideal for enterprise virtualization engineers.',
4
}
2025-03-01
#Hyper-V#Openwrt#Proxmox VETechnical Sharing
article/pipedream-rss-to-twitter-x-sync.tsx
1
export const article = {
2
name:
'How to Sync RSS Feeds to Twitter (X.com) Using Pipedream'
,3
desc: 'I previously used IFTTT and Dlvr.it for RSS-to-Twitter synchronization, but both platforms have now become paid services, making it impossible to continue using them for free. While attempting to sync RSS to BlueSky, I discovered PipeDream, a platform that allows users to create simple workflows using Python or NodeJS. This means it's theoretically possible to sync RSS feeds to Twitter, such as personal blogs or Douban's "Currently Watching/Reading" feeds, which support RSS output. After successfully testing this setup, I decided to write this guide to help others who might need it.',
4
}
2025-01-08
#Twitter#NodeJS#WorkflowTechnical Sharing
article/openwrt-software-sources-opkg.tsx
1
export const article = {
2
name:
'Custom OpenWRT Software Sources'
,3
desc: 'This article is mainly for personal documentation, as I need to manually replace software sources after each OpenWRT reinstallation to speed up software list updates and installations. I've organized this information for others to use. As of October 15, 2024, all content is accessible and usable.',
4
}
2024-12-05
#Openwrt#OPKGTechnical Sharing
article/configure-openwrt-ipv6-ddns-lan-devices.tsx
1
export const article = {
2
name:
'Configuring IPv6 DDNS for Local Network Devices in OpenWRT'
,3
desc: 'Discover how to set up IPv6 DDNS for your local network devices using OpenWRT with a step-by-step guide. Learn about DDNS-GO, an open-source solution that supports various DNS providers and offers a user-friendly web interface for configuration. This comprehensive tutorial covers everything from installing the necessary plugins to configuring your router and local network clients, ensuring you can access your home network services seamlessly, even with dynamic IP addresses.',
4
}
2024-10-23
#Openwrt#DDNS#IPV6Technical Sharing
article/advanced-dnsmasq-techniques-custom-dns-for-devices-openwrt.tsx
1
export const article = {
2
name:
'Advanced Dnsmasq Techniques: Customizing DNS Servers for Different Devices on OpenWRT'
,3
desc: '"Learn how to customize DNS servers for different devices in OpenWRT using advanced Dnsmasq techniques. Optimize your home network with efficient DNS and gateway routing without manually configuring each device.”',
4
}
2024-10-18
#Openwrt#DNSTechnical Sharing
article/fnos-tailscale-Installation-Guide.tsx
1
export const article = {
2
name:
'Installing Tailscale on FnOS for NAT Traversal'
,3
desc: 'If you're interested in remote access to your home network, our article provides a detailed guide on setting up Tailscale for internal network penetration on FnOS . Learn how to enable SSH, install Tailscale, and configure it for seamless access to your NAS from anywhere. Don't miss the tips on security and automation. ',
4
}
2024-10-15
#Debian#NAS#NAT TraversalTechnical Sharing
article/cloud-server-firewall-setup-ipv4-ipv6.tsx
1
export const article = {
2
name:
'Firewall Configuration After Purchasing a Cloud Server'
,3
desc: 'This article provides a step-by-step guide on manually configuring IPv4 and IPv6 firewall rules for a cloud server running Ubuntu 22.04 using iptables. It covers allowing local loopback interfaces, established connections, specific service ports, and limiting SSH login attempts. Additionally, it explains how to persist firewall rules across reboots using iptables-persistent, ensuring your server's security settings are maintained automatically. Ideal for users who need to manage their server's firewall configurations without a web interface.',
4
}
2024-10-11
#Linux#IPV6#FirewallTechnical Sharing
article/How-to-Compile-and-Install-Neovim-on-Debian.tsx
1
export const article = {
2
name:
'How to Compile and Install Neovim on Debian'
,3
desc: 'This comprehensive guide provides step-by-step instructions on compiling and installing Neovim on the Debian operating system, a highly customizable alternative to the Vim editor. The article covers the advantages of Neovim, necessary preparation work, downloading source code, compilation and installation steps, and how to install it on other Linux systems. Additionally, it offers an alternative installation method by directly downloading binary files from Github.',
4
}
2024-10-10
#Linux#Debian#NeovimTechnical Sharing
article/solving-openwrt-vim-failed-to-source-defaults-vim.tsx
1
export const article = {
2
name:
'Solving the 'Failed to source defaults.vim' Error in OpenWRT Vim'
,3
desc: 'Discover how to fix the 'Failed to source defaults.vim' error when using Vim on OpenWRT. This guide provides simple commands to resolve the issue and prevent it from reoccurring, ensuring a smoother editing experience without the need for extra key presses.',
4
}
2024-09-24
#Openwrt#Vim#EditorTechnical Sharing
article/openwrt-ipv6-firewall-allow-client-address-port.tsx
1
export const article = {
2
name:
'OpenWRT IPv6 Firewall Rules: How to Allow Client Address and Port'
,3
desc: 'Learn how to configure IPv6 firewall rules in OpenWRT to allow specific client addresses and ports. This guide covers both LUCI web interface and NFT command line methods to ensure secure and flexible network access to home services like WireGuard, Jellyfin, and more.',
4
}
2024-09-20
#Openwrt#IPV6#FirewallTechnical Sharing
article/build-neovim-on-openwrt.tsx
1
export const article = {
2
name:
'Using Neovim on OpenWRT'
,3
desc: 'Learn how to install Neovim on OpenWRT for efficient network configuration and file editing. Follow a step-by-step guide that covers dependency installation, compilation, and troubleshooting common errors. Ideal for those looking to enhance their SSH editing experience with a powerful text editor on OpenWRT systems.',
4
}
2024-09-23
#Linux#Openwrt#NeovimTechnical Sharing