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

Mac OSX Terminal – Parallels VM Backup / Restore

Posted on June 28, 2019 By David Kittell

If you use Parallels like I do sometimes you need to test things and recover from that test rather quickly. My process is to first build the base/template VM the way I want it and then back it up before testing things. In intervals if I’m going to continue to…

Read more

Mac OSX Terminal – Uninstall Palo Alto Global Protect

Posted on June 12, 2019 By David Kittell

First copy this text to a file and name it uninstall_gp.sh The code below is right from the Palo Alto Global Protect installer for Mac After you have the file created run the below

Read more

Mac OSX Terminal – Format Disk

Posted on June 11, 2019June 11, 2019 By David Kittell

This process is very helpful to format a disk that has multiple partitions on it like a Raspberry Pi SD Card. This script can be updated to allow a different type of format (JHFS+ instead of FAT32) but for now it serves my purpose.

Read more

Red Hat 8 – Install NGINX Load Balance DNS

Posted on May 17, 2019 By David Kittell

Similar to Ubuntu / Raspberry Pi – Install NGINX Load Balance DNS Some prerequisite posts to look at: Should Run Red Hat – Check Subscription / Register Server SELinux Configuration Change UNIX – Set SSH Banner Should Read/Understand UNIX – Bash Identify Distribution (What OS Am I On) UNIX –…

Read more

UNIX Bash – Random Secure Password

Posted on April 9, 2019 By David Kittell

Tested on Raspberry Pi but should work on any Debian based OS NOTE: With the three languages included you may get some words for your password that may be offensive if you choose not to put words in the badwordlist file. If so just run the script again.

Read more

PowerShell – Mass Rename Files / Directories

Posted on March 25, 2019 By David Kittell

Recently I needed to rename files and directories in a repository so I came up with the PowerShell script. NOTE: Use caution using this.

Read more

PowerShell – Script for adding/removing/viewing entries to the hosts file.

Posted on March 7, 2019 By David Kittell

As a web developer you often have to use a host file, this script helps assist a safe and fast change with little effort.

Read more

PowerShell – Prevent Kids From Installing/Running Specific Programs

Posted on January 1, 2019January 11, 2019 By David Kittell

If you use the Microsoft Family settings for your kids and can’t figure out how to prevent them from installing Chrome or Chromium this will help. This PowerShell script (ran as Administrator) will create/modify the user folders to prevent users from accessing the needed folders to run the two programs.

Read more

Bash / PowerShell – Rip Sermon Audio From CD

Posted on January 1, 2019April 9, 2023 By David Kittell

To expand on an earlier post “MacPorts / HomeBrew – Rip CD tracks from terminal” I have worked on two scripts; one for Mac and one for PC. Both scripts (Bash and PowerShell) will run similar with predefined values that you’ll need to update for your own purposes (look at…

Read more

JavaScript – Time Conversion – Millisecond (Execution/Run Time) To Human Readable

Posted on December 26, 2018December 26, 2018 By David Kittell

Sometimes when you are looking at execution time you want to make it easier to report the amount of time. The script below will help. And a full example is below

Read more
  • Previous
  • 1
  • …
  • 3
  • 4
  • 5
  • …
  • 63
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
  • Mac OS X Terminal - Parallels - Reset Windows User Password
  • Bleaching Wool using Hydrogen Peroxide

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
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
  • Mac OS X Terminal - Parallels - Reset Windows User Password
  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - IPv4 Range
©2025 David Kittell | WordPress Theme by SuperbThemes