Knowm.org
  • Home
  • Shop
  • Services
  • Blog
  • About
  • Contact

Categories Archives: How To

  • Home
  • How To

A Practical Guide to Uploading Artifacts to Maven Central

  • 2013-03-26
  • Tim Molter
  • How To, Technical
  • 0 Comment

This blog post takes you through the steps you need to take to get your Java artifacts (Jars, JavaDocs, Sources, etc.) uploaded to Maven Central. In a nutshell, the main steps are required: 1) Create your JIRA account and create a new project ticket decla... read more

Configure Travis CI to Deploy Snapshots

  • 2013-05-10
  • Tim Molter
  • How To, Technical
  • 0 Comment

In order to deal with the amount of different projects Knowm Inc. is currently managing, both open source and commercial, we jumped at the opportunity to move all of our OSS projects over from an in-house Jenkins CI to a free hosted Travis CI service. Doi... read more

Convert an Array into a LinkedList in Java

  • 2013-07-28
  • Tim Molter
  • How To, Java, Technical
  • 0 Comment

To convert an array into a java.util.LinkedList we can use the java.util.Arrays class’s asList() method. The Arrays class in the java.util package provides a utility method to convert an array to a List. The Arrays.asList() method will convert an ar... read more

How to Get the Direct Download Link for a Google Drive File

  • 2014-02-27
  • Tim Molter
  • How To, Technical
  • 5 Comment

You can upload any type of file to your Google Drive account and, as of this writing, the storage limit is 15GB. After uploading the file, you can set permissions to define who is allowed to also view and download the file. Alternatively, you can create a... read more

How to Install Logstash Plugins for Version 1.5

  • 2015-03-23
  • Tim Molter
  • How To, Technical
  • 0 Comment

Since version 1.5, there is a new plugin management system for Logstash. Plugin repositories are now located at github.com/logstash-plugins. Plugins are now self-contained Ruby gem whose source code lives in its own GitHub repository. The Ruby gem is host... read more

How to Install Bro Network Security Monitor on Ubuntu

  • 2015-03-23
  • Tim Molter
  • How To, Technical
  • 3 Comment

The Bro Network Security Monitor is an open source network monitoring framework. In a nutshell, Bro monitors packet flows over a network with a network tap installed with optional bonded network interfaces, and creates high-level “flow” events... read more

Integrate Bro IDS with ELK Stack

  • 2015-03-23
  • Tim Molter
  • How To, Technical
  • 1 Comment

The Bro Network Security Monitor is an open source network monitoring framework. In a nutshell, Bro monitors packet flows over a network and creates high-level “flow” events from them and stores the events as single tab-separated lines in a lo... read more

How to Set Up the ELK Stack- Elasticsearch, Logstash and Kibana

  • 2015-03-24
  • Tim Molter
  • How To, Technical
  • 7 Comment

Elastic Search, Logstash and Kibana – the ELK Stack – is emerging as the best technology stack to collect, manage and visualize big data. If you came here looking for help installing the ELK stack, you don’t need an introduction, so let&... read more

How to Build the Ex-Machina Wetware Brain

  • 2015-04-27
  • Alex Nugent
  • How To, Philosophical, Thermodynamic RAM
  • 24 Comment

I recently made the pilgrimage to our local movie theater to view the latest ‘rise of the machines’ artificial intelligence flick. I always make a point of watching these movies (AI, Terminator, iRobot, Transcendence, etc), as I am interested ... read more

How to Install a Distributed Apache Storm Cluster

  • 2015-06-18
  • Tim Molter
  • How To, Technical
  • 4 Comment

Introduction The Knowm Development Team needs access to affordable research and development platforms for distributed computing. To address this need, we have paired Adapteva’s powerful and affordable Parallella boards with Apache Storm to create an... read more

  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »

©2015-2024 Knowm Inc. All rights reserved.