Skip to content

Instantly share code, notes, and snippets.

View abhinab-choudhury's full-sized avatar

Abhinab Choudhury abhinab-choudhury

View GitHub Profile
@abhinab-choudhury
abhinab-choudhury / README.md
Created April 25, 2025 17:37 — forked from piyushgarg-dev/README.md
Kafka Crash Course
User: ISHAAN,glaitm
Key: 27R3VDEFYFX4N0VC3FRTQZX
@abhinab-choudhury
abhinab-choudhury / dbeaver-install.sh
Last active March 11, 2025 07:23
Install DBeaver in Debian 12
#!/bin/bash
# Script to install DBeaver CE on Debian 12
# Check if running as root
if [ "$EUID" -ne 0 ]; then
echo "Please run as root or use sudo"
exit 1
fi