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
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