Skip to content

Instantly share code, notes, and snippets.

@dacbarbos
dacbarbos / macos.pdnsd.md
Last active April 15, 2022 03:43
macOS Quick PDNSD HowTo

macOS quick PDNSD HowTo

Installing pdnsd

$ brew install pdnsd
# alt: sudo port install pdnsd

# sudo chown -R nobody /usr/local/var/cache/pdnsd

$ curl -L https://goo.gl/r1dZBf -o pdnsd.conf

$ mv pdnsd.conf /usr/local/etc

@dacbarbos
dacbarbos / pgp-gpg-help.md
Last active February 6, 2020 18:28
PGP/GPG Notes
@dacbarbos
dacbarbos / iso.boot.md
Last active May 15, 2019 01:49
ISO images and Boot

ISO images and Boot

Command: file livecd.iso
Output: livecd.iso: ISO 9660 CD-ROM filesystem data 'disks' (bootable)

How to pretest it?

Install qemu and run qemu-system-i386 -cdrom livecd.iso

@dacbarbos
dacbarbos / mailtrack.io
Created April 4, 2018 04:17
mailtrack.io
open $0
@dacbarbos
dacbarbos / ntfs-reset.md
Last active February 22, 2018 16:18
Reset NTFS permission
@dacbarbos
dacbarbos / CPU201801.md
Created January 13, 2018 04:07
CPU 2018-01
@dacbarbos
dacbarbos / i18n.md
Last active September 5, 2017 17:00
Internationalization = Localization * Translation
@dacbarbos
dacbarbos / isohybrid.pl
Last active July 12, 2017 05:35 — forked from jsarenik/isohybrid.pl
isohybrid.pl from Syslinux-6.03
#!/usr/bin/env perl
## -----------------------------------------------------------------------
##
## Copyright 2002-2008 H. Peter Anvin - All Rights Reserved
## Copyright 2009 Intel Corporation; author: H. Peter Anvin
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, Inc., 53 Temple Place Ste 330,
## Boston MA 02111-1307, USA; either version 2 of the License, or