Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the breadcrumb-navxt domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wordpress/wp-includes/functions.php on line 6114
IOTと電子工作 – コンピュータ学

rgb-green.net

IOTと電子工作

「 IOTと電子工作」のページ記事

久しぶりにRaspberryをいらう

投稿者:admin
タグ: Linux
カテゴリ: HomeNetwork Raspberry Pi

久しぶりにRaspberryをいらう。
 まず、upgrade
[php]
# apt-get upgrade
[/php]
 次に、ffftpが使えるようにする
[php]
# apt-get install vsftpd
vsftpd (2.3.5-3) を設定しています …
Starting FTP server: vsftpd.
[/php]

次を参考にしてffftpがら接続できるようにする。
Now type in “sudo nano /etc/vsftpd.conf” and hit Return / Enter

Search through the file and change the following lines:
anonymous_enable=YES Change To anonymous_enable=NO
#local_enable=YES Change To local_enable=YES
#write_enable=YES Change To write_enable=YES

Also, add a line to the bottom of the file:
force_dot_files=YES

Then hold the Ctrl key and press “x”, then “y”, then the Return / Enter key.

Now restart the FTP server with “sudo servce vsftpd restart”

 

© 2023

© 2023 Study of Reason, Inc. All rights reserved.