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
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
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
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
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.