Skip to content
↺ Sync · 8d ago RSS Subscribe →
posts 283
cats 119
latest 8d
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.

283 posts · bub.im ↗
# title category date
231
Remove all comments and empty lines

Grep will remove all comments and sed will remove all empty lines # grep -v "^#" /etc/squid/squid.conf | sed -e '/^$/d' Same with sed # cat /etc/squid/squid.conf | sed '/ *#/d; /^…

2010-03-18 1 min
233
Protected: Backup Script

Cron: 30 23 * * 5 /root/backup_script backup_script #!/bin/bash FROM="/PROD/" FROMIP="192.168.142.146" TOIP="192.168.142.185" TO="/mirror" BLOG=$TO"/backup.log" function logmsg  {…

2010-03-16 1 min
235
Linux Gentoo Introduction

1. Относно инсталацията на Линукс Дженто 1.а. Интродукция Добре дошли! Като начало, добре дошли в сфе…

2009-12-21 1 min
237
HP-UX Cheat Sheet

This is a document that can be used for revision purposes for HP-UX. Kernel Kernel parms and Hardware. /usr/sbin/sysdef or ioscan –fn Major numbers (devices) lsdev Unix device me…

2009-11-03 5 min
238
Yum cache regeneration

At the office I recently upgraded a machine to CentOS 5.2 from CentOS 4.7 (filesystem stayed intact). Everything was cool until I ran into a bit of an issue when attempting to upda…

2009-10-28 1 min

Trending — all time

view all →

Linked elsewhere

9 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 ↗