vsftpd 访问 权限控制

vsftpd重启命令

service vsftpd  start | restart | stop

vsftpd 关于权限控制,有两个文件分别设置,都会起作用

阅读更多

python 解决递归调用栈溢出

递归函数

在函数内部,可以调用其他函数。如果一个函数在内部调用自身本身,这个函数就是递归函数。

阅读更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读更多

vimtutor教程小结

第一讲 小结

  1. 光标在屏幕文本中的移动既可以用箭头键,也可以使用 hjkl 字母键。

    h (左移) j (下行) k (上行) l (右移)

阅读更多

vim编辑器命令介绍

vim编辑器

文本编辑器,字处理器(内容为纯 ASCII )

阅读更多

Markdown语法

这是新的开始,我用hexo创建了第一篇文章。

阅读更多