ubuntu

标签下共 2 篇文章

2
ops ·

SSH配置

默认配置/etc/ssh/sshd_config 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152...

14 分钟
ops ·

liunx挂载磁盘

查看磁盘信息 fdisk -l 1234567找到你要挂载的磁盘设备,比如 `/dev/sdb`。2. **创建分区(如果磁盘未分区)**~~~bashsudo fdisk /dev/sdb 在 `fdisk` 交互模式下: - 输...