Skip to content

Instantly share code, notes, and snippets.

View v4virtue's full-sized avatar

Vir†με v4virtue

View GitHub Profile
@v4virtue
v4virtue / harden
Created January 30, 2026 19:33 — forked from jahil/harden
FreeBSD System Hardening Script
#!/bin/sh
##################################################################
##################################################################
#
# The FreeBSD System Hardening Script
# David Childers - 15 February, 2010
#
# This software is released under the Attribution-ShareAlike version 3.0 Licence.
# www.creativecommons.org/licenses/by-sa/3.0/
#
@v4virtue
v4virtue / README.md
Created December 25, 2025 20:22 — forked from ostechnix/README.md
Bashmastree: A Bash Script to Display an Animated Christmas Tree in a Linux Terminal

BashmasTree 🎄

Animated Christmas tree for your terminal!

Versions

🎄 2026 Version (RECOMMENDED)

  • Fully responsive to terminal resizing
  • Animated falling snow
  • Enhanced decorations
@v4virtue
v4virtue / .vimrc
Created March 19, 2024 22:46 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on