之前一直用的vsftpd,但换了工作之后,发现公司用的是pure-ftpd,然后对比看了下,发现pure-ftpd还是功能强大很多,但配置相对复杂些。然后工作中经常要开ftp账号,供其他同事使用。故简单做些记录。
安装:
sudo apt-get install pure-ftpd
虚拟用户设置:
首先,可以在系统中添加相应的用户和组,如用户ftpuser 和组ftpgroup 。
gr...
分类:
其他好文 时间:
2014-09-06 13:42:53
阅读次数:
232
环境:salt_master:192.168.100.228
salt_client1:192.168.100.245masterclient版本一致
[root@salt_serverbase]#salt--versions-report
Salt:0.17.5
Python:2.6.6(r266:84292,Jun182012,14:18:47)
Jinja2:unknown
M2Crypto:0.20.2
msgpack-python:0.1.13
msgpack-pure:NotInst..
分类:
数据库 时间:
2014-09-02 18:13:45
阅读次数:
432
官方介绍HSSF is the POI Project's pure Java implementation of the Excel '97(-2007) file format. XSSF is the POI Project's pure Java implementation of the ...
分类:
编程语言 时间:
2014-08-27 16:01:58
阅读次数:
240
一个简单的例子:https://github.com/fekberg/GoHttp一个运行在windows上例子:http://www.adp-gmbh.ch/win/misc/webserver.htmlhttp://www.ibm.com/developerworks/systems/libra...
分类:
编程语言 时间:
2014-08-23 21:30:01
阅读次数:
187
关于文档Pure computed observables的学习和测试
分类:
其他好文 时间:
2014-08-22 12:14:36
阅读次数:
194
当基类确定被继承的时候,析构函数声明为virtual是必须的当返回的派生类的指针或引用的时候,调用析构函数容易发生内存泄漏当基类作为抽象类使用,声明pure virtual析构函数析构函数的顺序————派生类的析构函数先被调用(先析构基类成员)构造函数的顺序————派生类的构造函数先被调用(先构造基...
分类:
其他好文 时间:
2014-08-10 18:07:50
阅读次数:
277
JSch is a pure Java implementation ofSSH2.JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., a...
分类:
Web程序 时间:
2014-08-09 15:39:38
阅读次数:
320
Tempo 2.0Tempo is an easy, intuitive JavaScript rendering engine that enables you to craft data templates in pure HTML.Why use Tempo?Clear separation ...
分类:
其他好文 时间:
2014-07-30 17:16:54
阅读次数:
712
1、 const 成员函数需要吗? 尽量不要,如果存在继承,则无法预支子类是否有可能改变data member2、 pure virtual constructor 可以实现类的隐藏吗(包含data member)? 这样子类无法调用base 的构造函数对数据初始化,所以可以用protected来....
分类:
编程语言 时间:
2014-07-29 13:42:28
阅读次数:
238
/* Pure C simple version of python 2.7.8 hash table *//* Sample usage: see main() */#include #include #include #include #define PyDict_MINSIZE 8#defin...
分类:
编程语言 时间:
2014-07-22 22:47:53
阅读次数:
341