Skip to content

Instantly share code, notes, and snippets.

View lazypwny751's full-sized avatar
🐼
skadoosh

Ahmed lazypwny751

🐼
skadoosh
View GitHub Profile
@tonejito
tonejito / sudoers-insults
Last active February 1, 2025 00:36
sudoers.d insults configuration file
# = ^ . ^ =
#
# /etc/sudoers.d/sudoers-insults
# sudoers.d insults configuration file
# Andres Hernandez - tonejito
#
# This file must be mode 0440 and owner root:root
# install --mode 0440 --owner root --group root sudoers-insults /etc/sudoers.d/
#
# Edit with visudo
@j-alberto
j-alberto / application.desktop
Last active July 9, 2026 15:23
Very basic ubuntu desktop-file template
[Desktop Entry]
Type=Application
Name=myAppName
Icon=~/myApp/icon.xpm
Exec=~/myApp/launcher
Comment=brief description
Categories=Development;IDE;
Terminal=false
@briantjacobs
briantjacobs / config.yml
Created November 24, 2015 19:43
Parse YAML from bash with sed and awk.
development:
adapter: mysql2
encoding: utf8
database: my_database
username: root
password:
apt:
- somepackage
- anotherpackage