linux:gparted

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:gparted [2020/08/20 10:43] – [parted -l] ともやんlinux:gparted [2020/09/11 16:54] (現在) ともやん
行 5: 行 5:
       object-fit: cover;       object-fit: cover;
       object-position: bottom;       object-position: bottom;
-    } 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 250px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
     }     }
   </style>   </style>
行 58: 行 34:
 ===== GParted Live での作業 ===== ===== GParted Live での作業 =====
  
-==== parted -l ====+==== パーティション一覧を確認 ====
 <WRAP prewrap 100% #result> <WRAP prewrap 100% #result>
 <code> <code>
行 106: 行 82:
 </code> </code>
 </WRAP> </WRAP>
 +
 +==== sshd を有効化する方法 ====
 +<code>
 +$ sudo passwd root
 +New password:
 +Retype new password:
 +passwd: password updated successfully
 +
 +$ sudo vi /etc/ssh/sshd_config
 +PermitRootLogin yes
 +PasswordAuthentication yes
 +
 +$ sudo systemctl start ssh
 +
 +$ systemctl status ssh
 +● ssh.service - OpenBSD Secure Shell server
 +     Loaded: loaded (/lib/systemd/system/ssh.service; disabled; vendor preset: enabled)
 +     Active: active (running) since Thu 2020-08-20 12:06:11 UTC; 18min ago
 +       Docs: man:sshd(8)
 +             man:sshd_config(5)
 +    Process: 1897 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=0/SUCCESS)
 +   Main PID: 1898 (sshd)
 +      Tasks: 1 (limit: 4606)
 +     Memory: 6.2M
 +     CGroup: /system.slice/ssh.service
 +             └─1898 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
 +
 +$ sudo vi /etc/hosts.allow
 +ALL: ALL
 +sshd: ALL
 +</code>
  
 ===== OS Info ===== ===== OS Info =====
  • linux/gparted.1597887807.txt.gz
  • 最終更新: 2020/08/20 10:43
  • by ともやん