随着 IPv6 本身的普及度越来越高,越来越多的主机商提供 IPv6 only 的微型机器作为低价机型测试,比较知名的有 Scaleway(巴黎、阿姆斯特丹),EUserv的德国等,AWS、DigitalOcean 等一众一线云平台也率先推出 IPv6 作为其 IPv4 的补充。可以预见到不远的将来,会有越来越多的云平台来支持 IPv6 的流行。 IPv6 Only的VP
作者归档:HXS
让你的Mysql或MariaDB支持ipv6
如果你在windows 或Linux系统已经安装了mysql/mariadb,并且操作系统本身已经支持了ipv6。 在/etc/my.conf 这样配置可以让mysql也支持ipv6 在[mysqld]选项下增加bind-address = ::配置 [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock port=3306 bind-address = :: # Disabling symbolic-links is
解决XFS: Filesystem has duplicate UUID – can’t mount问题
本文为你解决出现提示XFS: Filesystem has duplicate UUID – can’t mount的问题,有时你会遇到在Linux服务器/桌面上出现XFS:Filesystem有重复的UUID-无法挂载的错误,如果在内核dmesg日志中收到此错误消息,则表示无法装入XFS分区。 解决XFS: Filesystem has duplicate UUID – can’t mount问题 解决方案:
Shutdown Command Not Found in Debian 11 Bullseye ?
Shutdown Command Not Found? Add PATH in Debian 11 Bullseye! If you are a user of Ubuntu, you may found that shutdown, reboot and a few other commands does not work in Debian Linux. And it outputs “bash: shutdown: command not found”. I was thinking that Debian does not have these commands out-
Installing Lighttpd, PHP 7, and MySQL on Debian 11
In this guide, we are going to explain the steps in installing Lighttpd, PHP, and MySQL on Debian 11 Deploying your cloud server If you have not already registered with Cloudwafer, you should begin by getting signed up. Take a moment to create an account after which you can quickly deploy your cl
Proxmox VE No-Subscription Repository
If you don’t have paid subscription you should switch to No-Subscription Repository. This is the recommended repository for testing and non-production use. Its packages are not as heavily tested and validated. You don’t need a subscription key to access the pve-no-subscription repository.
如何在Linux中清除/删除磁盘或者分区中的所有分区表
要清除分区表,可以使用wipefs 命令.我们需要了解的有关分区、分区类型、分区方案的所有信息。 这里我有一个磁盘 /dev/sdb, 在这个磁盘中,我创建了两个主分区: # fdisk -l /dev/sdb Disk /dev/sdb: 17.2 GB, 17179869184 bytes, 33554432 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/phys
ESXI标准vSwitch的VLAN ID
ESXI的标准vSwitch支持自定义 VLAN ID,以实现网络隔离! 根据 VLAN ID 的不同,可分为三种网络: VLAN ID 0 阻止任何携带了 VLAN tag 的数据包 VLAN ID 4095 允许通过携带任何 VLAN tag 的数据包(trunk) VLAN ID 1~4094 仅允许携带指定 VLAN ID tag 的数据包 默认地,在未做更改的情况下,虚拟机往往是使用的VLAN
DirectAdmin将用户目录修改为数据盘
一、修改新增用户主目录 Edit /etc/defaut/useradd and set HOME=/home to HOME=/home2. DA itself doesn’t care where the new home is. The useradd program is the one who decides where it goes, so by changing the default path for useradd, DA will follow without complaint vi /etc/defaut/useradd
解决MySQL8.0报错:Unknown system variable 'validate_password_policy'
一、问题描述 1、在安装MySQL8.0时,修改临时密码,因密码过于简单(如:123456),不符合MySQL密码规范,会触发一个报错信息: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements。 二、遇到问题 1、解决办法调整MySQL密码验证规则,修改 policy 和 length 的值。 2、MySQL 5.7