Kyle Kowalczyk

Kyle Kowalczyk

Technical Blog

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

Month: March 2017

Cisco

Cisco IOS – Set Terminal Length & Width

March 21, 2017 kyle@smallguysit.com 0

There are times where you need to specify the length and width of the terminal when issuing commands either to properly format the output to be parsed by scripts easier, or to eliminate the need […]

Network Admin

Ubiquiti AirMAX Security Hole PR Issue

March 20, 2017 kyle@smallguysit.com 0

So Last week it was made public a vulnerability in the AirMAX firmware that allowed for remote command execution affected some of their AirMAX products. I came across it via This Link on Spiceworks, now at first glance […]

Cisco

Cisco 3750x – Set Switch Priority in Stack

March 18, 2017 kyle@smallguysit.com 0

These are instructions on how to specify a single switch in a switch stack to become the master switch every time and not hope the stack master election picks the one you want through a […]

Cisco

Cisco 3750x – Update Firmware from TFTP

March 16, 2017 kyle@smallguysit.com 0

The last way I want to upgrade firmware is through the Serial port, even changing the baud rate to the highest possible takes forever to transfer an image, what I like to do is either hook my laptop […]

Python

Python Tkinter – Create Tabs with Notebook Widget

March 15, 2017 kyle@smallguysit.com 4

In the Video I go through writing the code below which will add a notebook widget inside of your main window which will allow you to make tabs in your interface. The majority of the […]

Grid

Python Tkinter Password Entry Box

March 13, 2017 kyle@smallguysit.com 3

In this post I am showing how to create an authentication box in Tkinter that has some basic functionality you would expect out of an authentication box. I just wanted this to be a simplistic […]

No Picture
Grid

Tkinter Grid – Create Whitespace Between Widgets

March 12, 2017 kyle@smallguysit.com 1

    By default when placing widgets several columns apart using Grid it will not show any of the cells because they have not been given any weight. I cover how to add a weight […]

Grid

Tkinter Grid – Set Default Grid Size

March 11, 2017 kyle@smallguysit.com 5

When placing widgets (text boxes, buttons, etc.) in your user interface using Grid there will not be any whitespace between your widgets that are seperated by empty columns or rows by default unless you explicitly […]

Python

Tkinter – Create Window

March 10, 2017 kyle@smallguysit.com 0

Creating a window in python and customizing it in some basic ways is very easy to do in python, in this post I will be showing how to create a main window and customize it […]

Categories

Site Links

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

    Python – Locate Path of Python Script Within Script

    When running a python script it is many times beneficial to know where on the system the python file you are running is located, for instance if you have files in the same directory as [...]
  • Python Lambda
    Python

    Python – Lambda

    I would say lambda functions in Python were one of the things I had a hard time not only understanding but also seeing the practicality of using in much of my code. However once I [...]
  • Linux

    The Switch to the Linux Desktop

    Making the switch from another OS as your primary desktop to Linux can be daunting especially if you are switching from Windows. This is something that I have tried a few times in the past [...]
  • Python F Strings
    Python

    Python F Strings

    As of Python 3.6 per PEP 498 a new way of string formatting was introduced called F strings. While Python already had multiple multiple ways of string formatting, f strings aimed to provide a way [...]
  • Cisco

    Cisco IOS – Add Local User and Require Login on Console

    In this post I will be outlining how to add a local user to a Cisco router or switch and enforce that router or switch to require a local user login when accessing the device [...]
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2021 | MH Magazine WordPress Theme by MH Themes