Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

474 total results found

FreeLAN

VPN

Introduction Freelan is a free, open-source, multi-platform, peer-to-peer VPN software that abstracts a LAN over the Internet. It works on Windows, Linux and Mac OSX. Whether you want to connect the computers of your family, play an old LAN-only game with yo...

Outline

VPN

簡介 Outline 讓所有使用者都能執行自己專屬的 VPN,以更安全的方式存取無審查的開放網路。透過 Outline 執行專屬 VPN 伺服器不但使存取網路變得更安全,網路連線也較不容易遭人蓄意封鎖。 相關連結 https://getoutline.org/zh-TW https://github.com/Jigsaw-Code 使用OUTLINE Outline VPN:輕鬆建立 VPN 的好選擇 https://outline.community/ For ARM CPU O...

Hacker

未分類

Search Engines Shodan - Search Engine for the Internet of Everything. ZoomEye - Search for the any devices, blockchains, websites, webcams etc. Awesome-Google-Dorks Learning Hacker TryHackMe [Video] TryHackMe! Basic Penetration Testing Hack ...

Installation

dotnet

在 Linux 發行版本上安裝 .NET - .NET | Microsoft Learn How To Install Microsoft .NET Core SDK On Linux RedHat 8 https://docs.microsoft.com/zh-tw/dotnet/core/install/linux-rhel https://access.redhat.com/documentation/en-us/net/6.0/html/getting_started_with_.ne...

A2Billing

Asterisk

URLs Home: http://www.asterisk2billing.org/ Github: https://github.com/Star2Billing/a2billing/ Alternative to A2Billing MagnusBilling Github: https://github.com/magnussolution/magnusbilling7 ASTPP (based on FreeSWITCH) Github: https://gith...

fail2ban command

Fail2Ban

常用指令表 Commands - Fail2ban Cmd Description service fail2ban restart systemctl restart fail2ban restart fail2ban service (after edit configuration) fail2ban-client reload restart fail2ban client fail2ban-client status get list...

Linux Rescue

Linux Administration

RedHat/CentOS How to recover a root password in Red Hat-based Linux systems Single-User Mode Situation: Reset the root's password For GRUB Bootloader) 系統重開機 -> 進入開機選單 Select the kernel Press the e key to edit the entry Select second line (the lin...

USB 管理

Linux Administration

限制用戶可存取 USB 硬碟 修改 /etc/modprobe.d/blacklist.conf # These lines would disable the USB drive. blacklist usb_storage blacklist uas 重啟系統後,可以驗證設定是否生效,此設定可使以下 USB 裝置失效。 USB 隨身碟 USB 光碟機 USBGuard 可管理特定的裝置才能使用 USB 連接 How to protect Linux against rogue U...

OpenSSL

Linux Administration 檔案及目錄加密-Encrypt

Create Example Reference File, let us create a 1GB large text file using the fallocate command: fallocate -l 1024M test.txt echo "LinuxShellTips tutorial on encrypting a large file with OpenSSL in Linux" >> test.txt cat test.txt Encrypt File with Password ...

lsof

SHELL

Network Port What process is using the port 50000 lsof -i :50000 lsof -i :https lsof -i tcp:25 lsof -i udp:53 lsof -i :1-1024 lsof -i udp Mount Point What process is using the mount-point lsof | grep /path/to/mount-point lsof +f -- /path...

登入失敗後鎖定帳號

Linux Administration 帳號管理

RedHat 8 NOTE: RH8 新增一個 faillock 設定檔在 /etc/security/faillock.conf。如果在 system-auth 內有指定參數,會忽略 faillock.conf 相同參數的設定。 unlock_time - 帳號鎖定後,經過多久時間會自動解鎖。 deny - 密碼錯誤次數。 新增目錄 faillock (optional) TIP: 如果不指定目錄,預設目錄是 /var/run/faillock。 mkdir /var/log/fai...

Coding Notes

Being a Developer

API Client Tools Bruno is a Git-integrated, fully offline, and open-source API client Httpie - Alternative to Curl posting - A powerful HTTP client that lives in your terminal. Yaak - The API client for modern developers Authentication Hanko - The ...

Bash

RabbitMQ Development with RabbitMQ

curl curl -u login:pass -i -H "content-type:application/json" -X POST http://localhost:15672/api/exchanges/%2Fvhost/exchange/publish \ -d'{"properties":{},"routing_key":"","payload":"you message","payload_encoding":"string"}' rabbitmqadmin rabbitmqadmin u...

Python

RabbitMQ Development with RabbitMQ

Tutorials python rabbitmq Code Example (codegrepper.com) Part 2.3: Getting started with RabbitMQ and Python - CloudAMQP 利用Python操作訊息佇列RabbitMQ的方法教程 | 程式前沿 (codertw.com) Python 实现 RabbitMQ 的六种工作模式(附 Python 代码)_Python_AlwaysBeta_InfoQ写作社区 RedHat AMQ Pytho...

PHP

RabbitMQ Development with RabbitMQ

Tutorials how to call a model from rabbitmq php consumer's callback in codeigniter? (google.com)

外部轉信主機設定

Postfix

GoDaddy SMTP GoDaddy Setup: Office 365 Email: Enable SMTP Authentication Sign in Email & Office Dashboard > Select one email account created (your@domain.name) > Advanced Settings > SMTP Authentication: ON main.cf: ## for GoDaddy SMTP with Office 365 rela...

Watchtower

Docker

GitHub: https://github.com/containrrr/watchtower (已終止維護自 2025/12/17) Setup run.sh docker stop watchtower-myst-presearch-storj docker rm watchtower-myst-presearch-storj docker pull containrrr/watchtower docker run -d \ --name watchtower-myst-presea...

Voice Mail Transcription

Asterisk

IBM Watson STT Creating IBM Watson Credentials Login to IBM Cloud using your new credentials. Once logged in, choose IBM Cloud from the Title Bar to display your Dashboard. Choose Create Resource. Click Speech to Text from the AI Section. Name your STT...