Skip to content

Instantly share code, notes, and snippets.

View slateeho's full-sized avatar

slateeho slateeho

View GitHub Profile
@slateeho
slateeho / config
Last active January 22, 2026 15:40 — forked from pksunkara/config
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]
@slateeho
slateeho / squid.conf
Created November 27, 2025 19:45
Squid proxy configuration with authentication
# Squid configuration with authentication
# Basic configuration
http_port 3128
# Authentication
auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid/passwd
auth_param basic realm "Squid Proxy"
acl authenticated proxy_auth REQUIRED