Skip to content

Zee's Blog

zee.balogh.sk

Menu

  • Projects
  • About

Author: admin

SVN: svn+ssh How To

Upon first use of svn command there will be a .subversion directory created in your home dir. Various SVN accesses are defined there. Only svn+ssh is predefined – it expects to have a $SVN_SSH variable available which contains path to

admin 03.09.200803.09.2008 Uncategorized No Comments Read more

Install PHPeclipse in Mandriva

Help – Software Updates – Find and Install … Search for New Features to Install … New RemoteSite – > PHP Eclipse: http://phpeclipse.sourceforge.net/update/releases Install using the following commands: # urpmi eclipse # urpmi eclipse-phpeclipse # urpmi eclipse-svn SVN module for

admin 03.09.200810.01.2009 Uncategorized No Comments Read more

Video: Convering video with mencoder

Problem Convert AVI movie for iPod using mencoder. Solution Use the following commands: $ ./mencoder -ovc raw -ofps 15 -nosound -vf \ scale=160:-2,expand=160:128,format=bgr24 *YourVideoNameHere* -o ipodmovie.avi $ ./2bppconv movie.avi *FinalMovieName*.avi Resource http://reviews.cnet.com/4520-10163_7-6279061-6.html

admin 26.08.200810.01.2009 Uncategorized No Comments Read more

Mass Apache Virtual Hosting using mod_rewrite

For small number of virtual hosts (vhosts) we can use the “VirtualServer” directive in apache web server. Unfortunately when we have high number of vhosts (hundreds), it gets very complicated to maintain such configuration. The reasons are: it is complicated

admin 26.08.200809.01.2009 Uncategorized No Comments Read more

Graylisting and email comming from GMail

It can take some time while GMail pushes a mail through your GrayList. The reason is that Google has several SMTP outgoing mail servers. The problem is that Google is rotating these mail servers to send even a single mail.

admin 26.08.200809.01.2009 Uncategorized No Comments Read more
  • « Previous
  • Next »

Search

Copyright © 2025 Zee's Blog. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
  • Projects
  • About