Skip to content

Commit

Permalink
chore: add new blogs (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacktivist123 authored Sep 11, 2024
1 parent 7c89b24 commit 2433234
Show file tree
Hide file tree
Showing 16 changed files with 73 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-08-22-filetop/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-08-22T17:20:05.000Z'
title: '‍filetop – eBPF Command Line Tools'
ogImage: ogimage.png
description: "Monitor disk I/O in real-time with filetop in BCC. Learn how to effectively track and analyze your system's disk I/O activity"
externalUrl: 'https://coroot.com/blog/engineering/filetop-ebpf-command-line-tools/'
categories:
- Technology
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-08-22-runqlat-and-runqslower/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-08-22T17:20:05.000Z'
title: '‍runqlat and runqslower – eBPF command line tools'
ogImage: ogimage.png
description: 'Learn about the runqlat and runqslower commands available in both BCC and bpftrace tool collections'
externalUrl: 'https://coroot.com/blog/engineering/runqlat-and-runqslower-ebpf-command-line-tools/'
categories:
- Technology
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-09-01-ebpf-load-balancing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-09-01T17:20:05.000Z'
title: '‍eBPF-Powered Load Balancing for SO_REUSEPORT'
ogImage: ogimage.webp
description: 'Learn how to implement hot standby Load Balancing with eBPF and Golang'
externalUrl: 'https://cloudchirp.substack.com/p/ebpf-powered-load-balancing-for-so_reuseport'
categories:
- How-To
---
Binary file not shown.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-09-01-ebpf-vms-with-llvm/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-09-01T17:20:05.000Z'
title: '‍Building High-Performance Userspace eBPF VMs with LLVM'
ogImage: ogimage.png
description: 'Learn about llvmbpf, a new project aimed at empowering developers with a high-performance eBPF virtual machine that leverages the LLVM framework for Just-In-Time and Ahead-Of-Time compilation'
externalUrl: 'https://dev.to/yunwei37/building-high-performance-userspace-ebpf-vms-with-llvm-55en'
categories:
- Technology
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-09-04-btf/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-09-04T17:20:05.000Z'
title: '‍What is BTF (BPF Type Format)?'
ogImage: ogimage.webp
description: 'Learn about the BPF type format and BTF-enabled BPF programs'
externalUrl: 'https://cloudchirp.substack.com/p/transparent-proxy-implementation'
categories:
- Technology
---
Binary file added content/blog-posts/2024-09-04-btf/ogimage.webp
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-09-08T17:20:05.000Z'
title: '‍Transparent Proxy Implementation using eBPF and Go'
ogImage: ogimage.webp
description: 'Learn how to implement a transparent proxy using eBPF and Go'
externalUrl: 'https://cloudchirp.substack.com/p/transparent-proxy-implementation'
categories:
- How-To
---
Binary file not shown.
10 changes: 10 additions & 0 deletions content/blog-posts/2024-09-09-the-magic-of-ebpf/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
date: '2024-09-09T17:20:05.000Z'
title: '‍The magic of eBPF III: Development playground'
ogImage: ogimage.png
description: 'Explore several approaches to writing eBPF programs, including powerful tools like Cilium and BCC'
externalUrl: 'https://rattlesploitable.blogspot.com/2024/09/the-magic-of-ebpf-iii-development.html'
categories:
- Technology
- How-To
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/blog-posts/2024-09-10-hello-ebpf-part-14.5/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
date: '2024-09-10T17:20:05.000Z'
title: '‍Hello eBPF: Collection of Resources for eBPF (14.5)'
ogImage: ogimage.png
description: "The second part of the fourteenth installment of the Hello eBPF series. In this part, you'll find resources to help you get started with eBPF"
externalUrl: 'https://mostlynerdless.de/blog/2024/09/10/hello-ebpf-collection-of-resources-for-ebpf-14-5/'
categories:
- Technology
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2433234

Please sign in to comment.