Skip to content

Instantly share code, notes, and snippets.

View eujuliu's full-sized avatar
🎯
Focusing

Julio Martins eujuliu

🎯
Focusing
View GitHub Profile
@eujuliu
eujuliu / index.html
Created September 17, 2025 22:45 — forked from SubCoder1/index.html
Server Side Event in Go using Gin
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Server Sent Event</title>
</head>
<body>
<div class="event-data" id="data"></div>
@eujuliu
eujuliu / archlinux-qemu-kvm.md
Created August 26, 2025 10:58 — forked from tatumroaquin/archlinux-qemu-kvm.md
QEMU-KVM Installation for Arch Linux

QEMU-KVM in Arch Linux

Check Virtualization Support

lscpu | grep -i Virtualization
  • VT-x for Intel
  • AMD-Vi for AMD

Ensure that your kernel includes KVM modules