Build a Movie Database with Neo4j's Knowledge Graph Sandbox
For this tutorial, we'll show how to amass otherwise disparate databases of actors, movies and directors and show how they are connected, using Neo4j’s Sandbox.
There are several ways to find the DNS server address depending on the OS that you’re running but Linux, BSD, and Unix-like systems all share the same method.
Getting started with netcat on Linux with examples
In this blog post, I'll focus on the basics of netcat. More advanced options and scenarios will follow in separate posts at some point.
Netcat is available on almost any Linux host and is easy to use
How to Install EFK Stack (Elasticsearch, Fluentd and Kibana) on Ubuntu
Elasticsearch is an open-source search engine based on Lucene, developed in Java. It provides a distributed and multitenant full-text search engine with an HTTP Dashboard web interface (Kibana).
In this guide, I'll walk you through the easy steps to set up Wine and PlayOnLinux, enabling you to get Microsoft Office up and running on your Ubuntu system.
How to Find Top Directories and Files (Disk Space) in Linux
This brief tutorial describes how to find the largest files, directories, and subdirectories disk usage in the Linux file system using the du and find command.
dutree is a free, open-source command-line tool for analyzing disk usage, written in Rust programming language that reports disk usage in a tree-like format.
I'm trying to declare a bind mount in my NixOS configuration. I'm trying the configuration snippet below, but it sends the OS into recovery mode when I test it out (using nixos-rebuild test). To be...
Other Posts Part I – JSON, Objects and Arrays Part II – The jq Command Part III – Filters Pipes The pipe is the next-most used feature of jq after filters. If you are already fami…