Skip to content
April 13, 2021
Info Tech Brain

Info Tech Brain

Nothing serious… just getting thoughts out of my head

  • Automation
    • Programming
      • Open source
      • python
        • REST
  • Self-Improvement
    • GTD
  • Apple
    • Homepod
    • Pencil
    • IOS
    • Apple Watch
    • Mac Stuff
      • Mac Networking
  • How Tos
    • Blogging
      • wordpress
        • performance
  • Reviews
    • Software Reviews
  • Rants
    • Scams
  • Tech
    • Linux How To’s
      • VMs
    • Networking
      • VMware
        • NSX
      • Automation
      • Cisco
        • DCNM
        • POAP
      • Firewalls
      • Open source
      • Routing
      • Switching
    • google
    • security
      • encryption
    • VMware
    • NSX
Main Menu

Networking

Automation / How to / python

Python PIP install requirements.txt from PIP Freeze

July 30, 2019 - by Daniel Fredrick - Leave a Comment

Why would you want to use Python PIP freeze and PIP install from Requirements.txt? When a python project is created: on server A and needs to be created on Server …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
GitHub / Linux How Tos / Open source

How To Add Files To .gitignore

July 21, 2019 - by Daniel Fredrick - Leave a Comment

What Does .gitignore Do? A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below for details. Each …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
Apple / How to / How Tos / Mac Networking / Mac Stuff / Networking

How to Change Your MacOS Hosts File

July 9, 2019 - by Daniel Fredrick - Leave a Comment

Why would any one what do change a hosts file? Better yet, what does it do? What does a hosts file do? A hosts file is a locally used text …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
How to / How Tos / Linux How Tos / Networking / Tech

How To Enable SSH on Ubuntu via GUI

June 21, 2019 - by Daniel Fredrick - Leave a Comment

If you installed the GUI version of Ubuntu, SSH is disabled by default. You need to install it and enable some features. Possible Error Message When Installing SSH Server It …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
Cisco / How to / How Tos / Networking / Tech

Troubleshooting Cisco “FEX Fabric Up to Identity-Mismatch” Message

April 19, 2019 - by Daniel Fredrick - Leave a Comment

If you are seeing this error message when configuring a Cisco FEX with more than 1 uplink to the same switch, follow the below setups to troubleshoot Switch(config-if)# sho int …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
API / Apple / How to / Mac Networking / Mac Stuff / Networking / NSX / security / Tech / VMs / VMware

Install PowerShell PowerCLI and PowerNSX on Apple MacOS

March 7, 2019March 8, 2019 - by Daniel Fredrick - Leave a Comment

Install Brew Install powershell via Brew If you do not have Brew installed you can follow the instructions on Brew’s Website Or…. open a terminal window on Mac Run: /usr/bin/ruby …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
Automation / How efficiency / Solar Power / Tech

How Long to Break Even With a Tesla Powerwall Battery by Charging During Off Peak Hours?

January 26, 2019 - by Daniel Fredrick - Leave a Comment

The thought experiment: Is it possible to save money eventually by charging the power wall during off peak hours and power your house with the power walls during on peak …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
API / Automation / encryption / How Tos / Linux How Tos / Programming / python / security

Installing Thycotic SDK Client TSS on Linux

November 7, 2018 - by Daniel Fredrick - 2 Comments.

What is Thycotic TSS? The SDK CLI application allows the host to retrieve following after initialization without the need of storing any passwords locally on the host. Tokens Secrets Secret …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
API / Automation / Open source / Programming / python / REST

Thycotic Python REST API – Create New Secret

November 5, 2018November 4, 2018 - by Daniel Fredrick - 2 Comments.

Required Python Modules Python version 2.7.10 is not exactly required, but it is the version being used. requests==2.20.0 python==2.7.10 Variables or Data Needed Before Running thycoticUsername Thycotic admin username that …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More
Automation / How to / How Tos / Linux How Tos

Linux: How to Delete Files Older than Number of Days

November 1, 2018November 4, 2018 - by Daniel Fredrick - Leave a Comment

Let’s say that you have a requirement to only keep 90 days worth of files for one or more reasons: Compliance for ISO 27000 Reduce the amount of disk space …

Let others know:

  • Click to share on Facebook (Opens in new window)
  • Click to share on Twitter (Opens in new window)
  • Click to share on Tumblr (Opens in new window)
  • Click to share on Pinterest (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
  • Click to email this to a friend (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Reddit (Opens in new window)
Read More

Posts navigation

1 2 Next

Top Posts & Pages

  • How To Add Files To .gitignore
    How To Add Files To .gitignore
  • Python PIP install requirements.txt from PIP Freeze
    Python PIP install requirements.txt from PIP Freeze
  • Apple Pencil Not Working - Bent or Damaged Tip
    Apple Pencil Not Working - Bent or Damaged Tip
  • Tiny Linux VM OVA
    Tiny Linux VM OVA
  • Examples of Python Password Encryption Stored in a File
    Examples of Python Password Encryption Stored in a File
  • Mac OS High Sierra no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
    Mac OS High Sierra no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
  • Troubleshooting Cisco “FEX Fabric Up to Identity-Mismatch” Message
    Troubleshooting Cisco “FEX Fabric Up to Identity-Mismatch” Message
  • Apple Watch Swiping Left Right Up or Down Not Working - The Real Fix
    Apple Watch Swiping Left Right Up or Down Not Working - The Real Fix
  • Installing Thycotic SDK Client TSS on Linux
    Installing Thycotic SDK Client TSS on Linux
  • NET::ERR_CERT_REVOKED Error In Chrome After Catalina Upgrade
    NET::ERR_CERT_REVOKED Error In Chrome After Catalina Upgrade

About the infotechbrain... We (I) are: a technology enthusiast, programmer, Network Engineer CCIE# 17094, and much more...

Copyright © 2021 Info Tech Brain.
Powered by WordPress and HitMag.
loading Cancel
Post was not sent - check your email addresses!
Email check failed, please try again
Sorry, your blog cannot share posts by email.