DOMIKINI()=>{SYS*DEV*OPS*CYBERSEC}

https://github.com/domikini/

  • Setup Gpg Agent On Windows 10

    https://wiki.archlinux.org/index.php/GnuPG Introduction GPG agent can be setup to be used as SSH agent. Current SSH keys can be imported and used by the GPG agent. The SSH key files is stored at ~/.gnupg/ folder in Linux systems or in C:\Users<UserName>\AppData\Roaming\gnupg in Windows. On Windows you can check the store location...

  • Create Socket.io Nodejs Chat Application

    https://socket.io/get-started/chat/ https://socket.io/docs/client-api/ https://expressjs.com/en/starter/hello-world.html https://stackabuse.com/how-to-start-a-node-server-examples-with-the-most-popular-frameworks/

  • Use Dnsmasq Instead Of Etc Hosts On Macos

    https://www.stevenrombauts.be/2018/01/use-dnsmasq-instead-of-etc-hosts/ Use DNSMasq instead of etc hosts on MacOS The easiest way to install dnsmasq (on macOS) is using the Homebrew package manager. If you don’t have Homebrew installed, follow the instructions on their site. brew update # Always update Homebrew and the formulae first brew install dnsmasq Homebrew will...