Skip to content
December 14, 2019
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

Author: Daniel Fredrick

Apple / How to / How Tos / IOS

Apple iPhone Battery – How to Get it Replaced

January 8, 2019 - by Daniel Fredrick - 2 Comments.

How to Determine If Your Battery Needs to be Replaced On IOS device, go to Settings > Battery If your battery really needs to be replaced, the “battery health” will …

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
cooking / General / How to / How Tos / Random

Best Way to Peel an Egg

December 31, 2018 - by Daniel Fredrick - Leave a Comment

After you have made the perfect hard boiled eggs…Best Way to Make Perfect Hard Boiled Eggs You might want to know the best way to peel them quickly and where …

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
cooking / General / How to / How Tos / Random

Best Way to Make Perfect Hard Boiled Eggs

December 31, 2018December 31, 2018 - by Daniel Fredrick - Leave a Comment

There are a lot of different way to boil eggs. This is the most successful, easy and consistent method I have found. By following these directions the egg should peel …

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 / kids / Tech

How to Create an Apple ID Account for Your Child

December 16, 2018 - by Daniel Fredrick - Leave a Comment

Should I Create an Apple ID Account for My Child? What is Apple ID for your child? Children under the age of 13 cannot create their own Apple ID. In …

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

Most Common Issue With Broken Yard Inflatable

December 1, 2018 - by Daniel Fredrick - Leave a Comment

In my experience with yard inflatables is that after a very wet period of time, some inflatables just do not want to inflate again. After much troubleshooting, the most common …

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 / Programming / python / security

Python Generate Secure Password

November 11, 2018 - by Daniel Fredrick - Leave a Comment

Requirements How to come up with a randomly generated password or key is a common problem or challenge when programming, or just in security. On top of just randomly generating …

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 / security

Linux SOCKS Proxy for SSH

November 9, 2018 - by Daniel Fredrick - Leave a Comment

How To Setup In one SSH session run: ssh -N -D 7080 username@server.foo.com If you SSH to localhost (IP Address 127.0.0.1) on port 7080, this command forwards that port/request to …

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 - Leave a Comment

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
How to / Linux How Tos

Linux: How to Delete All Files from Recently Unzipped

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

Let’s say that you just unzipped files from a folder and you forgot to specify a destination directory. Now you have your home folder fully of thousands of new files. …

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

Previous 1 2 3 … 7 Next

Top Posts & Pages

  • 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
  • Apple Pencil Not Working - Bent or Damaged Tip
    Apple Pencil Not Working - Bent or Damaged Tip
  • NET::ERR_CERT_REVOKED Error In Chrome After Catalina Upgrade
    NET::ERR_CERT_REVOKED Error In Chrome After Catalina Upgrade
  • Python PIP install requirements.txt from PIP Freeze
    Python PIP install requirements.txt from PIP Freeze
  • Most Common Issue With Broken Yard Inflatable
    Most Common Issue With Broken Yard Inflatable
  • Installing Thycotic SDK Client TSS on Linux
    Installing Thycotic SDK Client TSS on Linux
  • Tiny Linux VM OVA
    Tiny Linux VM OVA
  • Thycotic Python API
    Thycotic Python API
  • Python Requests UnicodeEncodeError When Encoding to ASCII
    Python Requests UnicodeEncodeError When Encoding to ASCII
  • Linux SOCKS Proxy for SSH
    Linux SOCKS Proxy for SSH

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

Copyright © 2019 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.