Quantcast
Channel: Am I Autodidact?
Browsing all 25 articles
Browse latest View live

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 Article


Move 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 Article


MySQL: 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 Article

I/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 Article

Basics: Lucene and Search

Basics about Lucene ranking -- hereSearch Internals by user rainman on wikipediaThis might also be helpful -- a thesis

View Article

Browsing all 25 articles
Browse latest View live