Archive for the 'Linux' Category

Working with SVN – how to start?

svnSo you need to use subversion and you have no idea where to start? I will try to help you by providing you a basic knowledge with some examples. In this post you will learn how to get SVN repository from server to your local machine, make changes and send it back to the server.
Continue reading...

How to send mails in POSTFIX through external SMTP

postfixThere are many reasons why you may want to do it. I have set it up on my POSTFIX because I have dynamic IP that is banned in most spam databases. I could get mails to my mailbox but could not reply to any as my IP was rejected by most of mail servers. But there is a quick solution.

Continue reading...

How to synchronize your files by ftp

If you are looking for a solution how to make an automatic copy, backup or synchronized mirror of your files or even a complete website, this article is for you. This solution will copy only new or changed files (incremental copy). So full copy is made only at first run. To make it work you will need ftp or sftp access to server where your files are stored and ssh (or telnet) access to account that you want your files to be mirrored to. To make it work follow this steps:

Continue reading...

PROFTPD virtual user – quick howto

It was boring to look for it in PROFTPD docs - but I could not find quick FAQ, so I had no choice. Anyway I decided to write it for others who need quick tip. Here are 4 simple steps to create virtual user account.
Continue reading...