Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: Code

This area of the site is dedicated to code snippets for quick and easy reference

PowerShell – Create Zip File

Posted on January 12, 2017 By David Kittell

Scenario, you’re on a Windows Server and don’t want to or can’t install a zip program. This script will help you create a zip file without any special program. Caveat: Currently this does not give you any kind of status so it could seem to be doing nothing for a…

Read more

PowerShell – Test Port

Posted on January 9, 2017 By David Kittell

Similar to CMD Telnet this PowerShell will test a port for you based on certain parameters. Reference: http://www.travisgan.com/2014/03/use-powershell-to-test-port.html

Read more

Red Hat / CentOS / Fedora – Install/Configure Cerbot

Posted on January 6, 2017 By David Kittell

This is a work in progress….

Read more

Embarcadero Delphi – Get Internet Connection Type

Posted on January 5, 2017 By David Kittell
Read more

Embarcadero Delphi – Battery Indicator/Check

Posted on January 5, 2017 By David Kittell

If your application runs on a computer or device that has a battery it’s helpful to know the battery level. Setup your application canvas with 3 labels, 1 Gauge (progress bar) and 1 timer. To keep it simple I’m not changing the names of the elements so you should have:…

Read more

Azure PowerShell – Create Virtual Network Within Resource Group

Posted on December 29, 2016 By David Kittell

This is still a work in progress to include all the variables but the script below will create a Resource Group then create a Virtual Network with 3 subnets and a gateway along with custom DNS.

Read more

Mac OSX Terminal – Get Artist and Song From iTunes PlayList Export

Posted on December 28, 2016March 6, 2017 By David Kittell

There are more elegant ways to do this but I got bored and thought I’d do something that is only done with base Mac OSX tools

Read more

Azure Red Hat – RHUI Update

Posted on December 27, 2016January 9, 2017 By David Kittell

Most of the this script is based on the document “Red Hat Update Infrastructure (RHUI) for on-demand Red Hat Enterprise Linux VMs in Azure” at https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-linux-update-infrastructure-redhat?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json My change will first check if the update was already installed, if not it will follow the process to install See updates at: https://gitlab.com/Kittell-RedHat/AzureRepo/raw/master/AzureRedHatRepoUpdate.sh

Read more

Windows CMD – Disk Partition and Format with DiskPart

Posted on December 22, 2016December 22, 2016 By David Kittell

NOTE: This is not put in code as it can be VERY difficult reverse the process below. ONLY do this if you have a clue of what you are doing . This process has been tested on a USB Hard Drive, Thumb Drive, and Physical (Internal to computer) Hard Drive…

Read more

Mac OSX Terminal – Xcode Reset

Posted on December 5, 2016December 13, 2016 By David Kittell

Make sure Xcode is closed.

Read more
  • Previous
  • 1
  • …
  • 13
  • 14
  • 15
  • …
  • 63
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • PHP - Create Dynamic Breadcrumb
  • Mac OS X - Remove Users In Terminal/SSH
  • PowerShell - UNIX SED Equivalent - Change Text In File
  • Front Page

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • PHP - Create Dynamic Breadcrumb
  • Mac OS X - Remove Users In Terminal/SSH
  • PowerShell - UNIX SED Equivalent - Change Text In File
  • PowerShell - Windows Active Directory - Compare User Groups
  • C# Get URL Details From Browser
©2025 David Kittell | WordPress Theme by SuperbThemes