Skip to content

Instantly share code, notes, and snippets.

View davidcastellani's full-sized avatar
🤘

David Castellani davidcastellani

🤘
View GitHub Profile
@AHewitt
AHewitt / tmux.conf
Last active November 11, 2019 06:42
# use vi bindings
setw -g mode-keys vi
# enable mouse mode
set -g mouse on
# scroll history
set -g history-limit 50000
# set first window to index 1 (not 0) to map more to the keyboard layout
@leonardofed
leonardofed / README.md
Last active July 26, 2025 08:08
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@jirutka
jirutka / rules-both.iptables
Created September 18, 2012 12:42
Basic iptables template for ordinary servers (both IPv4 and IPv6)
###############################################################################
# The MIT License
#
# Copyright 2012-2014 Jakub Jirutka <[email protected]>.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is