DSM7.2官方Docker套件Container Manager只提供给DS420j和DS223,忍不了,自己干!!! 支持DS118、DS218、DS218play、DS418j、DS418、RS819以及DS119j 注意: Container Manager 20.10.23-1437官方已支持220j、120j安装 群晖系统版本要求DSM7.2-64561正式版+,不再支持7.2 RC和beta!!! 安装的原理就是SSH执行脚
作者归档:HXS
解决Partition table entries are not in disk order 的问题
解决Partition table entries are not in disk order 的问题 分割磁区的位置顺序没有依照次序,这常发生于删除前面的分割磁区后又再次划分新的分割区所引起的问题 问题: [root@dbserver133 ~]# fdisk -l Disk /dev/hda: 81.9 GB, 81964302336 bytes 255 heads, 63 sectors/track, 9964 cylinders Units = cylinders of
crontab 修改默认编辑器
Linux 系统定时任务一般都是通过 crontab 完成, crontab 首次使用的时候需要选择编辑器,手快选错了的话就很尴尬,可能连退出都不会。 可以通过命令进行重新选择: $ select-editor
Debian11使用su命令后command not found问题解决方法
在很多情况下,openssh是不允许root进行连接的,那么就需要用一个普通用户先登录,然后在用su命令来模拟root进行操作。 但是使用这个命令后,成功转为root用户后,很多命令无法找到,提示command not found,例如: hxs@Lenovo:~$ poweroff -bash: poweroff: command not found -bash: dpkg-reconfigure: command not
Window服务器添加WebDAV目录时提示 “输入的文件夹似乎无效,请选择另一个”
window服务器系统添加Webdav目录时提示 “输入的文件夹似乎无效,请选择另一个”的错误 解决方法:安装WEBDAV重定向程序 通过添加角色与功能向导 按默认步骤添加 webDAV重定向程序 安装完成后重启电脑即可解决以上的问题 注:该方法在window2019与window2022上测试成功
IPv6 Only VPS使用DNS64/NAT64来访问IPv4资源
随着 IPv6 本身的普及度越来越高,越来越多的主机商提供 IPv6 only 的微型机器作为低价机型测试,比较知名的有 Scaleway(巴黎、阿姆斯特丹),EUserv的德国等,AWS、DigitalOcean 等一众一线云平台也率先推出 IPv6 作为其 IPv4 的补充。可以预见到不远的将来,会有越来越多的云平台来支持 IPv6 的流行。 IPv6 Only的VP
让你的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