You Are Here: Home » Posts tagged "Ubuntu"

How to install Solr on Ubuntu and auto start at boot

Solr (pronounced "solar") is an open source enterprise search platform from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. Providing distributed search and index replication, Solr is highly scalable. Solr is the most popular enterprise search engine. Installing S ...

Read more

Joining Ubuntu to MS Active Directory domain

Likewise Open Likewise Open provides a complete authentication solution allowing *nix systems to be fully integrated into Active Directory environments. Very easy to configure and it include GUI but in this post I don't explain how to setup the GUI. Pre-configuration Edit your resolv.conf and add the Microsoft DNS like this: vim /etc/resolve.conf nameserver 192.168.0.1 If you have static IP address you can ...

Read more

How to setup Deployd on Ubuntu server

Before we start Pre-Requirements before we begin the installation: You must have mongod 2.0.x and node 0.8.x or higher installed and available in your PATH. I am going to use Ubuntu 10.04 for this tutorial Installation Updating the operating system apt-get update && apt-get upgrade NodeJS Node.js is a server-side software system designed for writing scalable Internet applications, notably web server ...

Read more

Syslog server with Rsyslog and LogAnalyzer

Syslog is a standard for computer data logging. It separates the software that generates messages from the system that stores them and the software that reports and analyzes them. Installing Rsyslog server Installing Rsyslog from repository Install PGP Key into your apt system sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com AEF0CF8E Edit your sources.list and add these lines sudo vim /etc/apt/ ...

Read more
Scroll to top