Skip to content

Zee's Blog

zee.balogh.sk

Menu

  • Projects
  • About

Uncategorized

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

Vi Useful Commands

Vi: Search and Replace Change to normal mode with <ESC>. Search (Wraped around at end of file): Search STRING forward : / STRING. Search STRING backward: ? STRING. Repeat search: n Repeat search in opposite direction: N (SHIFT-n) Replace: Same

admin 26.08.200826.08.2008 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