Docker PythonCORE SKILL: docker-compose (example 1)Tom HamiltonJuly 18, 2022August 25, 2022 by Tom HamiltonJuly 18, 2022August 25, 20220144 This is not particularly clever – but it will be functional. It is be designed to walk through using automation tools to build a docker...
Microsoft PowerShellUsing PowerShell for “head” and “tail” OperationsTom HamiltonMarch 30, 2022March 30, 2022 by Tom HamiltonMarch 30, 2022March 30, 20220366 This discussion is going to be straight forward with examples....
ProgrammingSqliteTom HamiltonSeptember 3, 2021February 26, 2022 by Tom HamiltonSeptember 3, 2021February 26, 20220314 I am adding this as a place holder today. It is hard to image that I don’t already have something here....
Programming PythonPython InstallingTom HamiltonAugust 22, 2021February 26, 2022 by Tom HamiltonAugust 22, 2021February 26, 20220412 Standard Install Python is a wonderful package that is available for Windows, Mac, and LInux. For the Mac it’s built in as part of it’s...
Programming PythonPython PIPTom HamiltonJune 10, 2021February 26, 2022 by Tom HamiltonJune 10, 2021February 26, 20220491 PIP List PIP Upgrade...
DevOps Programming Project ManagmentDevOpsTom HamiltonApril 17, 2021February 26, 2022 by Tom HamiltonApril 17, 2021February 26, 20220539 DevOps is is practice of Cultural Philosophies, Practices, and Tools to manage the development, delivery, and operation of an application or service. DevOps in some...
PowerShell ProgrammingPowerShell – SEPMTom HamiltonDecember 30, 2019February 26, 2022 by Tom HamiltonDecember 30, 2019February 26, 202202148 In this post we will about using PowerShell to work with Symantec Endpoint Protection Manager. Why? Good question. My guess is that you are looking...
git Programminggit – cli – part 1Tom HamiltonAugust 11, 2019February 26, 2022 by Tom HamiltonAugust 11, 2019February 26, 20220805 GIT is a version and control system. We will discuss creating a GIT repository and some of the other features that are useful about it....
Logging Programming PythonPython – code to emit syslog message.Tom HamiltonJuly 14, 2019April 4, 2022 by Tom HamiltonJuly 14, 2019April 4, 20220762 This article will discuss a quick and dirty method used for creating syslog events. This is handy for testing syslog logging. It should be noted...
DevOpsVagrantuserJuly 14, 2019April 17, 2021 by userJuly 14, 2019April 17, 20210761 This will talk about Vagrant from hahsicorp. This open source tool helps ensure a a consistent environment. This is a design tool for building and...