Skip to content
↺ Sync · 4d ago RSS Subscribe →
posts 278
cats 117
latest 4d
author

Notebook-keeper. Writes about Linux, MSWindows, security, networking, and the small dotfiles that make a workstation feel like home. Made in vim since 2013.

278 posts · bub.im ↗
# title category date
107
Linux: Gentoo to GRUB2 Migration

Linux Gentoo is now by default installing GRUB2 instead of GRUB, LILO is considered Legacy, yet still accessible emerge package. Install of GRUB2 on /dev/sda grub2-install --grub-s…

2014-05-04 1 min
110
How To: Use grep

OR $ grep "1\|2" 1.txt 1 2 $ grep -E "1|2" 1.txt 1 2 grep -E "^1$|2" 1.txt 1 2 grep -e 1 -e 2 1.txt 1 2 egrep "1|2" 1.txt 1 2 AND grep -E '1.*2' 2.txt 1 2 grep '1' 2.txt | grep '2'…

2014-04-19 1 min

Trending — all time

view all →
03 Threat Intelligence Platform – Adoption Cyber Threat Intelligence

Linked elsewhere

8 bookmarks
CYBERSECURITY
Assessment Templates crfsecure.org ↗
Hack the Logs hackthelogs.com ↗
OpenSOC opensoc.io ↗
PRODUCTIVITY
fastmail.com fastmail.com ↗
hardtime.nvim github.com ↗
jwno (tiling WM) agentkilo.itch.io ↗
Obsidian obsidian.md ↗
REFERENCE
server-world.info www.server-world.info ↗