Kyle Kowalczyk

Kyle Kowalczyk

Technical Blog

  • Home
  • All Posts
  • Cisco
  • Python
  • Linux
  • About This Site
  • About Me
Home2017April

Month: April 2017

Grid

Tkinter Grid – Adding a Button

April 29, 2017 kyle@smallguysit.com 0

In this tutorial I am demonstrating how to add a button using Grid in Tkinter. Placing a basic button can be done with only 2 lines of code highlighted in the code block below. The […]

Cisco

Cisco IOS – View CPU and Memory Usage

April 25, 2017 kyle@smallguysit.com 0

Recently I was tracking down some performance issues on some of my switches and found myself checking the CPU and memory utilization quite often so I figured I would make this post, I show how […]

Cisco

Cisco – Create an IOS Bootable USB Drive

April 13, 2017 kyle@smallguysit.com 0

Creating a bootable USB that contains bin files of the firmware that your routers/switches use is a good thing to have in your pocket as a network admin in the event you are shipped a […]

Uncategorized

Cisco Routing/Switching – Validate Firmware Image with MD5

April 11, 2017 kyle@smallguysit.com 0

Validating an image after transferring it from you computer to your switch or router is a smart thing to do when upgrading a firmware image to be sure that an image was properly transferred from […]

Network Admin

Ubiquiti EdgeMax – Add Port Group

April 1, 2017 kyle@smallguysit.com 0

Port groups work great if you have a set of ports that you will need to police in your firewall together in different rulesets, for instance if you want to allow or block all web […]

Categories

Site Links

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Python

    Python – Tkinter Entry Widget

    In this post I will be outlining the Tkinter Entry widget and the various ways you can use it. The Entry widget is often used to display or enter a line of text and is [...]
  • Network Automation with Python

    Network Automation with Python – Introduction

    If you take a look through my site you will quickly notice that most of my posts consist of how to articles for Python, Cisco networking devices, or Linux administration. It is no secret that [...]
  • Python

    Python – Benefits of using a Virtual Environment

    A virtual environment can be extremely useful when developing multiple projects that require different dependencies, developing across multiple computers, and making it easier to collaborate with others on projects. In this post I will be [...]
  • Python

    Python – Lists

    In this post I will be outlining what a list is and the different things you can do with lists in Python such as recalling elements from lists, modifying lists, and reorganizing lists. The first [...]
  • Uncategorized

    Understanding Variables

    The single most thing that gives a Bash script flexibility is using variables. A variable is just a container that you can fill with numbers, text, entire files, anything you can think of. You can [...]
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2021 | MH Magazine WordPress Theme by MH Themes