Sending logs using Fluentd to Graylog

Sending logs using Fluentd to Graylog I was given the task to figure out sending logs received by fluentd to a Graylog server. By the end of this post, what we’ll have is a client-server fluentd setup. That is, a fluentd instance will receive logs (client side) and will send... [Read More]

Docker Compose

Docker Compose Docker Compose is a tool for defining and running multi-container Docker applications. You make use of a YAML file to configure your application’s services, which you can then create and start with a single command. [Read More]

Docker - How to Get Started

I’m writing this tutorial in hopes that it will be a great starting point for anyone looking to learn Docker. This is essentially an amalgamation of whatever I gathered from various sources while trying to learn Docker. [Read More]

DICOM

DICOM Reference DICOM stands for Digital Imaging and Communications in Medicine. The DICOM standard can be divided into two parts, The DICOM File format The DICOM Network protocol [Read More]

Tmux Quick Guide

TMUX Tmux will help you manage your terminal windows well and create multiple terminal panes in one window. [Read More]

Analysis on ROCm

AMD’s Radeon Open Compute platform (ROCm) is an open source development platform for HPC/Hyperscale-class computing. ROCm is AMD’s effort to get their market share in the DL, AI, Crypto Mining/HPC realm that is dominated by Nvidia. This has been the case because Nvidia had a monopoly over the GPU market... [Read More]