2010 January 06

Pixelize, create an image consisting of many small images

By WladyX on 6 January, 2010 | Cool Apps, General | A comment?

Add actions to extend Nautilus functionality

By WladyX on | General | A comment?

Vim Tip: using “paste” to avoid the staircase effect

By WladyX on | General, Vim | A comment?

Setting Up Apache2 with SSL on Ubuntu Intrepid 8.10 using OpenSSL

By WladyX on | Apache, General, Ubuntu | A comment?

How to install and configure pure-ftpd on Ubuntu

pure-ftpd wrapper:

Configuration files containing boolean values are “AllowAnonymousFXP”, “AllowDotFiles”, “AllowUserFXP”, “AnonymousCanCreateDirs”, “AnonymousCantUpload”, “AnonymousOnly”, “AntiWarez”, “AutoRename”, “BrokenClientsCompatibility”, “CallUploadScript”, “ChrootEveryone”, “CreateHomeDir”, “CustomerProof”, “Daemonize”, “DisplayDotFiles”, “DontResolve”, “IPV4Only”, “IPV6Only”, “KeepAllFiles”, “LogPID”, “NATmode”, “NoAnonymous”, “NoChmod”, “NoRename”, “PAMAuthentication”, “ProhibitDotFilesRead”, “ProhibitDotFilesWrite”, “UnixAuthentication” and “VerboseLog”.

edit file: /usr/sbin/pure-ftpd-wrapper

Man page of PURE-FTPD-WRAPPER

conf:
cd /etc/pure-ftpd/conf
echo no > PAMAuthentication
echo no > UnixAuthentication
echo /etc/pure-ftpd/pureftpd.pdb > PureDB
ln -s /etc/pure-ftpd/conf/PureDB ../auth/50pure
echo ,21 > Bind
echo 4500 4600 > PassivePortRange
echo yes > ChrootEveryone
echo yes > ProhibitDotFilesRead
echo yes > ProhibitDotFilesWrite
echo yes > NoChmod
echo yes > BrokenClientsCompatibility
echo 4 > MaxClientsPerIP
echo 20 > MaxClientsNumber
echo 1 > TLS
echo yes > CustomerProof
echo yes > DontResolve
echo yes > IPV4Only
echo 90 > MaxDiskUsage
echo 21 > MinUID
echo yes > NoAnonymous

 

http://www.ubuntu-howto.info/howto/how-to-install-and-configure-pure-ftpd

By WladyX on | General, Ubuntu | A comment?

How to mount ISO images on HP-UX, Solaris and Linux

By WladyX on | AIX, General, HP-UX | A comment?

Windows 7 GOD Mode

Create new folder with name: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

http://news.cnet.com/8301-13860_3-10423985-56.html?tag=digg2

By WladyX on | General, Windows | A comment?