Peeyush Singh's Blog
  • Home
  • Books
  • Bookmarks
  • Read Later
  • RSS
  • Linkedin
  • Dev
  • Github
Sign in Subscribe

devops

A collection of 3 posts
Alice in Kernel Land: eBPF rabbit hole
ebpf

Alice in Kernel Land: eBPF rabbit hole

What is eBPF? eBPF stands for (extended Berkeley Packet Filter). eBPF is the new version of a technology called BPF, which is a bytecode VM designed to run in kernel to analyze network traffic and provide filtering capabilities. eBPF extends BPF implementation with a lot of added functionality to call
Feb 11, 2024 9 min read
Self-hosting Ghost in Home Network on a Synology NAS
devops

Self-hosting Ghost in Home Network on a Synology NAS

Introduction This article is about self-hosting a Ghost CMS in your home network on a Synology NAS. Ghost is an open source CMS platform that can be self-hosted for free. Alternatively, they also offer paid PaaS solutions for hosting content on their servers. This post deals with hosting Ghost at
May 25, 2023 4 min read
Docker
devops

Docker

What is Docker? Docker is a tool that allows developers to package applications and all their dependencies in a container (sandbox) and deploy and run the application on host operating system (Linux). What are Containers, Images? A container is a discrete process that has been isolated from all other processes
Jul 7, 2021 6 min read
Page 1 of 1
Peeyush Singh's Blog © 2025
  • Sign up
Powered by Ghost