2016年12月4日日曜日

ubuntu,xampp,proftp,ユーザー追加

    ubuntuでxampp入れて使うとftpがproftpでwordpressのプラグインとかで躓く
    
    proftp_ユーザ管理 - 自宅サーバWiki
    
    /usr/local/etc/proftpd.conf (sudo vim /opt/lampp/etc/proftpd.conf) に
    
    #以下を追記
    AuthUserFile                   /usr/local/etc/ftp.passwd
    AuthGroupFile                  /usr/local/etc/ftp.group
    AuthOrder                      mod_auth_file.c
    UseFtpUsers                    off
    RequireValidShell              off
    
    その後、hogeユーザーだったら
    
    sudo /opt/lampp/bin/ftpasswd --passwd \
    --file=/usr/local/etc/ftp.passwd --name=hoge --uid=65534 --gid=65534 \
    --home=/home/hoge -shell=/bin/bash
    
    でパスワード設定

Windows 11 / Windows 10 / Windows 8 (8.1含む) を「セキュリティ機能」で比較

セキュリティ機能比較表 機能カテゴリ Windows 8.1 Windows 10 Windows 11 更新サポート サポート終了(2023/1) 2025/10 でサポート終了予定(Home/Pro) 現行サポート中(2021~) Wi...