Posts

Showing posts from December, 2017

Solr Overview And Installation Guide

Solr is an open source software developed by Apache software foundation It is a search server which uses the Apache Lucene in the backend and provides a Rest API which can be called from any language or the platform to get the indexed data or the search results. Apache Lucene is the java library which provides indexing and search functionality. Solr and Lucene both are managed by Apache. Applications can use this search platform called solr to implement faster searching in their site. Click here for installation guide

How To Configure SAMBA Server And Transfer Files Between Ubuntu & Windows

Installing Samba is really quite simple. Since we are going to be dealing with the command line, let's install Samba in the same way. So open up your favorite terminal window and prepare to install. All of the installation commands will be issued as either the root use or by using the sudo command Whether you use su or sudo will depend upon which distribution you are using. If you are using Fedora (or a Fedora-like distribution), you will su to the root user. If you are using Ubuntu (or a Ubuntu-like distribution), you will use sudo. Click here to view command and steps