How to get the Process a Port is Bound to
Have you ever needed to query a machine for a port but not sure what process is using that port? Here is a simple way to find that information out.
Have you ever needed to query a machine for a port but not sure what process is using that port? Here is a simple way to find that information out.
I recently reinstalled my laptop with Ubuntu Budgie, and had to reinstall all my apps. One of them was Jekyll to keep up with my blog posts to render this si...
There comes a time in writing Python Python programs where you need to test something, work on an update to a module, or test a new module in a sandbox. Luck...
When creating certain scripts it is nice to know if the current user is an administrator to the workstation or not. This can be done in a few ways, Powershel...
I’ve recently been dabbling in other programming languages and currently working with C#. This first program is a re-write of one that I did with AutoIT. Cre...
Electron is an easy to use API that allows you to create a desktop app using HTML, CSS, and Javascript. The best part of these apps are they are created on o...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
HTML Codes is a responsive search service for anyone who is looking for the special character codes for symbols. I wrote this in just a few hours after gath...
When making websites many want a copyright year date in their footer. I wrote a simple PHP copyright function that simply gets the year and then calculates i...
There are a lot of things that make a coder and programmer who they are. When I started coding small projects I soon realized I needed to stay organized. Wh...
Have you ever needed to query a machine for a port but not sure what process is using that port? Here is a simple way to find that information out.
PowerShell is great to use with a Microsoft SQL server. There are plenty of ways to work with a SQL server from Microsoft’s SQL module, by calling the underl...
A simple way to show how to use FileDialog class with .NET in PowerShell
When creating certain scripts it is nice to know if the current user is an administrator to the workstation or not. This can be done in a few ways, Powershel...
Did you forget your WiFi passwords and wish you could retrieve them? Or know what wireless networks you’ve connected to? With PowerShell we can do that prett...
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
Everyone likes games I saw a post a while ago with a similar project but with PowerShell. I wanted to try something new and decided to use Python and the te...
Setting up the basics For the first item in our beginner series we’d like to talk about random password generating. This will allow us to see how to import ...
There comes a time in writing Python Python programs where you need to test something, work on an update to a module, or test a new module in a sandbox. Luck...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
At Word Publications they wanted to have a website that emphasized the advertisers on the printed map. I took the current design they had and implemented Go...
I recently reinstalled my laptop with Ubuntu Budgie, and had to reinstall all my apps. One of them was Jekyll to keep up with my blog posts to render this si...
In a previous post I talked about how to create your copyright date in PHP. Some time ago, I found a way to do the same thing in Jekyll. The great thing abo...
Simple C# app to build SQL Attach Scripts. Allows users to build a mass attach script from the MDF and LDF files for MS SQL. I was looking into a way to aut...
I’ve recently been dabbling in other programming languages and currently working with C#. This first program is a re-write of one that I did with AutoIT. Cre...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
This is a WordPress Plugin that I developed that disables, enables, and enhances WP and other settings. This plugin is hosted at WordPress.org and GitHub.co...
When making websites many want a copyright year date in their footer. I wrote a simple PHP copyright function that simply gets the year and then calculates i...
HTML Codes is a responsive search service for anyone who is looking for the special character codes for symbols. I wrote this in just a few hours after gath...
Working with IT Help Central and Classroom Technology Services, for a year now I have had some great opportunities. I recently visited with Extron at one of...
Did you forget your WiFi passwords and wish you could retrieve them? Or know what wireless networks you’ve connected to? With PowerShell we can do that prett...
Wakey is a Python program to help keep a computer screen active by pressing a virtual key on a timer. It keeps the computer awake by simulating a F15 keyboar...
PowerShell is great to use with a Microsoft SQL server. There are plenty of ways to work with a SQL server from Microsoft’s SQL module, by calling the underl...