40 Followers
47 Following
1,016 Posts
he/him, DevOps, Sysadmin, Networking novice

105 days unemployed

Anyone have a DevOps or Sysadmin position available? PM me with anything if you can. #Linux #FreeBSD #hardware #academic #corporate

30 years experience.

New linux-firmware packages dropped from the #fedora team with the 410 date code. We shall see if my Atheros challenges have been sorted out on my Thinkpad. Here's hoping.

data destroyed by 1 yo? A new threat model unlocked 😅

this is a golden opportunity for this father to sign an agreement from this 1yo hacker that reads: "they are going to be extra nice to their father in future when aged between 12 to 19" lmao

https://xcancel.com/1v100000/status/2028319935626371137

Let's remind everyone what a safe internet actually means. 🌐🌍

Share this & Spread the word!

#SaferInternetDay26 #SID

my personal .tmux.conf file:

# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind - split-window -v
unbind '"'
unbind %
# Synchronize panes
bind-key y set-window-option synchronize-panes\; display-message "synchronize mode toggled."