Ignoring files in subversion
Two lessons for todayHow to ignore files in subversionHow to create a transcript1. How to ignore files in subversionTo ignore a directory: svn propedit svn:ignore The above command will open an editor,...
View ArticleMove running process to background in Linux
Use the following sequence of keystrokes if you want to move a running process to background in Linux.CTRL+ZbgCTRL+Z will suspend the process and the command prompt will return to you. Type bg and...
View ArticleMySQL: Purge Master Logs
Binary logs sometime take up too much space on the server. I wanted space so I had to delete the database logs. They were taking up around 2GB...
View ArticleI/O Redirection in shell or shell scripting
You will come across this situation when you want to run a process in background. Mostly, you want to capture the output or the errors thrown by the process.As you must be already knowing, three file...
View ArticleBasics: Lucene and Search
Basics about Lucene ranking -- hereSearch Internals by user rainman on wikipediaThis might also be helpful -- a thesis
View Article