FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


middleware:vsftpd:index.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
middleware:vsftpd:index.html [2018/02/06 23:18]
kurihara
middleware:vsftpd:index.html [2019/02/11 00:47] (current)
kurihara
Line 13: Line 13:
  
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
-$ fab  -H x.x.x.x auth.pro  vsftpd.xxxxx+$ fab  -H x.x.x.x   vsftpd.xxxxx
 </sxh> </sxh>
  
- +\\ 
-==== Ref. Remote Shell Commands ====+==== Fabric Temporary Run Call Examples ====
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
 $ H=test-serve-01,test-server-02 $ H=test-serve-01,test-server-02
  
-$ fab -H $H auth.pro -- sudo diff /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.20171205 +$ fab -H $H  -- sudo diff /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.20171205 
-$ fab -H $H auth.pro -- sudo mv /etc/vsftpd/vsftpd.conf.20171205 /etc/vsftpd/vsftpd.conf+$ fab -H $H  -- sudo mv /etc/vsftpd/vsftpd.conf.20171205 /etc/vsftpd/vsftpd.conf
  
-$ fab -H $H auth.pro -- "ps aux |grep suqid+$ fab -H $H  -- "ps aux |grep vsftpd" 
-$ fab -H $H auth.pro -- sudo systemctl status vsftpd +$ fab -H $H  -- "lsof -i |grep ftp
-$ fab -H $H auth.pro -- sudo systemctl restart vsftpd+$ fab -H $H  -- sudo systemctl status vsftpd 
 +$ fab -H $H  -- sudo systemctl restart vsftpd
 </sxh> </sxh>
  
  
 \\ \\
-===== tftp.py ===== +===== vsftp.py ===== 
-$FHHOME/fabfile/tftp.py+$FHHOME/fabfile/vsftp.py
  
 <sxh bash toolbar:false gutter:false> <sxh bash toolbar:false gutter:false>
Line 70: Line 71:
  
 \\ \\
-===== vsftpd Sample Configuration ===== +===== vsftpd Configuration Examples===== 
-  *[[middleware:vsftpd:vsftpd.conf_default.html]] +  *[[middleware:vsftpd:conf001.html]] 
-  *[[middleware:vsftpd:vsftpd.conf_example1.html]]+  *[[middleware:vsftpd:conf101.html]]
  
  


middleware/vsftpd/index.html.1517926713.txt.gz · Last modified: 2018/02/06 23:18 by kurihara