Categories
How-To Random

Hardcode DNS server in docker

Perhaps not the best way to handle this but for a quick and dirty fix this might work for you. Edit /etc/docker/daemon.json Restart the docker daemon for those changes to take effect: Now when you start a container, docker will populate /etc/resolv.conf with the values from daemon.json Why did I do this? I wanted my […]

Categories
Personal Random

General Data Protection Regulation (GDPR), General Definitions

Personal Data: Broadly defined as any data element(s) that can directly or indirectly identify an individual. Examples include: name, e-mail address, government identifiers (such as a passport or Social Security Number/Social Insurance Number), credit card information, and biometric data (such as fingerprints). It can also include any records associated with or linked to such personal […]

Categories
News Personal Random

Maintaining Professionalism At Work

Summary: Few qualities are as key as professionalism. The consummate business professional combines the right attitude, competence, and awareness of image and etiquette. Moreover, professionalism does not stop when you leave the office. Professionals lead by example whether they are at a meeting or a business social event. Upholding business professionalism is fundamental to making […]

Categories
Personal Random

Showing my 6yr old how to install ADFS v3.0

I know sounds odd to be showing a 6yr old how to setup and configure ADFS, but this is what I did tonight as I had no one else to work with on this exercise. So lets go over what was done. Three (3) Windows Server 2012 R2 installs Server 1 was promoted to a […]

Categories
Personal Random

3 lessons to be learned from a Pencil

Pain always sharpens you. Everything you do leaves a mark. What’s inside you is useful, not what’s outside.  

Categories
Random

The su Command: Elevate Yourself

OS:  Unix / Linux Often called the “Super User” command. The su (short for substitute user) command makes it possible to change a login session’s owner without the owner having to first log out of that session. Although su can be used to change the ownership of a session to any user, it is most commonly […]