• Skip to main content
  • Skip to secondary menu
  • Skip to primary sidebar

KJBweb

Technical Notes & How To's

  • Home
  • How-to
  • Quick Fixes
  • Examples
  • Hardware
  • Privacy
You are here: Home / Archives for 2016

Archives for 2016

How to Test Memcached Connectivity

November 30, 20162 Comments

If you're looking to verify connectivity from your application server to your Memcached server, a simple CURL request won't do (much to my dismay). Instead, you'll need to use either Telnet or Netcat (nc) to poll the Memcached server for it's stats, this can be done like so: Memcached Telnet Connectivity Test First, open a telnet session to your Memcached server on the … [Read more...] about How to Test Memcached Connectivity

How To Install htop on Ubuntu 16.04 LTS (Xenial)

November 28, 2016Leave a Comment

Htop is best described as a more user friendly version of top as it offers more in the way of on screen interaction and easy sorting/usage from it's various in-program menus. Installing htop under Ubuntu 16.04 (Xenial) is trivial and be completed in less than 30 seconds, here's how to do it: Once installed, type "htop" and a screen that looks like the following … [Read more...] about How To Install htop on Ubuntu 16.04 LTS (Xenial)

Chef Knife Node Bootstrap Example Command

November 28, 2016Leave a Comment

Whilst the documentation around the knife bootstrap command is brilliant, I learn better by example/doing, so here's an example of the syntax I use when bootstrapping new nodes within my infrastructure. There are variants to this which don't use the password in the command line, and there are certainly pre-requisites that need to be satisfied before you can just go ahead and … [Read more...] about Chef Knife Node Bootstrap Example Command

How to Install rar/unrar on Ubuntu 16.04 LTS (Xenial)

November 28, 20161 Comment

An updated version of this post for Ubuntu 18.04 LTS (Bionic Beaver) is available here. If you're looking to cut down on FTP transfer times of many small files, or even just try to extract and archive you've just used wget to grab, rar and unrar always come in handy and are included in my default install list for any server I manage. Installing rar and unrar under Ubuntu … [Read more...] about How to Install rar/unrar on Ubuntu 16.04 LTS (Xenial)

How to Install Maven in Ubuntu 16.04 LTS (Xenial)

November 26, 2016Leave a Comment

Maven aims to remove the complexity and confusion which normally arises when building or managing a java-based project.  Nowadays, it's a major part of most Java developers day-to-day workflow. Here I'll run you through how to install Maven on Ubuntu 16.04 (Xenial), the process start to finish should take less than 5 minutes. Let's get straight to it. Apply Apt … [Read more...] about How to Install Maven in Ubuntu 16.04 LTS (Xenial)

Next Page »

Primary Sidebar

Copyright © 2025 · WordPress · Log in