Advanced Search
Search Results
474 total results found
Linux Backup Tools
System Backup Clonezilla Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®. Clonezilla - About Rescuezilla Rescuezilla is an easy-to-use disk cloning and imaging application that's fully compatible with...
RabbitMQ Standalone
Opened Port if firewall is used Configuration Ports Required: 4369: epmd, a peer discovery service used by RabbitMQ nodes and CLI tools 5672, 5671: used by AMQP 0-9-1 and 1.0 clients without and with TLS 25672: used for inter-node and CLI tools comm...
sSMTP
sSMTP - Simple SMTP sSMTP is a simple MTA to deliver mail from a computer to a mail hub (SMTP server). sSMTP is simple and lightweight, there are no daemons or anything hogging up CPU; Just sSMTP. Unlike Exim4, sSMTP does not receive mail, expand aliases, or ...
Q & A
Timezone 顯示不正確 網頁預設會以系統時區的時間顯示,假使系統設定 UTC 時區,如何讓網頁的時間顯示為時區 Asia/Taipei? 解決方法: 編輯 .env # Application timezone # Used where dates are displayed such as on exported content. # Valid timezone values can be found here: https://www.php.net/manual/en/timezones.php...
Learning
Introduction What is Redis?
Install on RedHat
Reference Installing on RPM-based Linux (RedHat Enterprise Linux, CentOS, Fedora, openSUSE) — RabbitMQ Using PackageCloud Yum Repository Quick-Install Prerequisites: Internet connection ## Uses a PackageCloud-provided Yum repository setup script. ## ...
Bookstack Upgrade
With Docker Old: 22.02.3 New: 22.07.3 Shutdown the container cd <Bookstack-directory> docker compose down Backup the data volume cd <Bookstack-directory> cp -a config{,.22.02.3.bak} Pull the new version of Bookstack docker pull linuxserver/books...
RedHat 9 網路裝置命名規則
Reference Chapter 1. Consistent network interface device naming 網路名稱列表 Scheme Description Example 1 Device names incorporate firmware or BIOS-provided index numbers for onboard devices. If this information is not available or app...
dig - DNS Lookup Utility
The dig is a powerful CLI to find out information about domains and IP addresses without using any 3rd party tools or websites. 01. What is the website’s IP address? dig apple.com 02. How do you identify the name servers(NS) associated with a domain? di...
Oracle VM Server for x86
Document Oracle VM Overview Oracle VM: Support Matrix of Oracle VM Manager and Server
WireGuard
WireGuard Server wireguard-install WireGuard Client YT: WireGuard - How to Install and Configure WireGuard VPN Client on Ubuntu | Debian | LinuxMint - YouTube wireguird - wireguard gtk gui for linux How to configure WireGuard VPN client with Networ...
Learning
Network Forensics, Wireshark Basics, Part 1 10 Tips On How to Use Wireshark to Analyze Network Packets (tecmint.com)
VPS Data Backup
RClone RClone with Storj Rclone with Hosted Gateway HashBackup Backups with HashBackup
Multimedia Integration
Jellyfin Jellyfin - Storj Cloud Storage How to use Plex and Storj DCS as a private streaming service
Management UI
The RabbitMQ management plugin provides an HTTP-based API for management and monitoring of RabbitMQ nodes and clusters, along with a browser-based UI and a command line tool, rabbitmqadmin. https://www.rabbitmq.com/management.html Getting Started rabbi...
Plugins
https://www.rabbitmq.com/plugins.html A list of plugins available locally rabbitmq-plugins list Enable/Disable the plugin rabbitmq-plugins enable rabbitmq_management rabbitmq-plugins disable rabbitmq_management Different Ways to Enable Plugins NOTE: ...
算術
let #!/usr/bin/env bash let NUMBER1=10 let NUMBER2=3 # Addition => + operator let ADD=$NUMBER1+$NUMBER2 echo "Addition of two numbers : ${ADD}" # Subtraction => - operator let SUB=$NUMBER1-$NUMBER2 echo "Subtraction of two numbers : ${SUB}" #...
Build with Maven
Download Maven https://maven.apache.org/install.html wget https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz tar xzf apache-maven-3.8.6-bin.tar.gz cd apache-maven-3.8.6/bin mvn -v Install JDK (not JRE) RedHat 8: dnf in...