Setting Up Graylog To Send Slack Messages
Posted on December 7, 2020
Setting up Graylog to send Slack messages
[Read More]
Sending logs using Fluentd to Graylog
Posted on December 2, 2020
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]
DICOM Networking
Posted on November 24, 2020
DICOM Network protocol
[Read More]
Docker Compose
Posted on November 15, 2020
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
Posted on November 14, 2020
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]
The Shell, pipes and GREP
Posted on November 5, 2020
UNIX Shell, pipes, GREP
Reference
[Read More]
DICOM
Posted on November 5, 2020
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
Posted on November 2, 2020
TMUX
Tmux will help you manage your terminal windows well and create multiple terminal panes in one window.
[Read More]
How to Configure SSH Key-Based Authentication and set up VS Code for Remote Development
Posted on November 2, 2020
How to Configure SSH Key-Based Authentication and set up VS Code for Remote Development
Prerequisite: Make sure you have your VPN connection set up.
[Read More]
Analysis on ROCm
Posted on November 2, 2020
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]