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

Azure CLI – Download All Blobs

Posted on September 15, 2017 By David Kittell

If you ever need to get your files out of Azure this script will help you get your files out of Blob Storage

Read more

Mac OS – Azure CLI Setup

Posted on September 15, 2017June 26, 2019 By David Kittell

Download from Microsoft Install using HomeBrew

Read more

Raspberry Pi – Debian – Ad Block Service

Posted on September 7, 2017December 2, 2024 By David Kittell

The code below will assist you in creating one or more Raspberry Pi ad block service DNS servers. Equipment List: 2 (suggested but you can do it with one) Raspberry Pi Microcomputers Raspberry Pi 3B+ (or better) are recommended (look at CanaKit (http://amzn.to/2vxgLLD)) 1 USB Keyboard and USB Mouse 1…

Read more

PowerShell – Download Azure Blob Container Content

Posted on September 6, 2017 By David Kittell

You get all of your data into Azure or your application uploads/creates directly into Azure storage and then someone asks you to download the files…. This script below will help you download your files.

Read more

PowerShell – Enable WinRM

Posted on September 5, 2017September 5, 2017 By David Kittell

Not recommended for production computers but this will get the WinRM working on a development computer. If you can’t connect due to access denied try this

Read more

Red Hat – Failed to initialize NSS library

Posted on August 8, 2017 By David Kittell

If you recently updated or recently installed a Red Hat server and get a message like this when trying to run yum the below will help. Reference: https://access.redhat.com/solutions/3134931

Read more

Raspberry Pi – Remove Default Apps

Posted on July 19, 2017March 26, 2019 By David Kittell

If you setup your Raspberry Pi using the NOOBs installer you likely have various apps that you don’t want to keep. This script below will remove many of the preinstalled applications. wolfram-engine bluej geany greenfoot nodered nuscratch scratch sonic-pi libreoffice claws-mail claws-mail-i18n minecraft-pi pygame If you are running as a…

Read more

Azure MSSQL – Server Firewall Rules

Posted on July 14, 2017 By David Kittell

Run these commands on the master table. First get the existing rules Based on the above query if there are any rules you need to remove get the name and replace Client with the appropriate name If you need to add an IP rule go to https://www.kittell.net/ip.php and update the…

Read more

MSSQL – List Users With Permissions

Posted on June 21, 2017June 22, 2017 By David Kittell

Sometimes you really just need to know how many users you have on your database, the below script will give a quick report for your database. Note: This script is designed to run on a selected database, you will have to select the database first and then run the script.

Read more

Red Hat / CentOS / Fedora – Fix Yum Duplicates

Posted on May 16, 2017May 18, 2017 By David Kittell

When nothing else seemed to work this helped me to get rid of all the duplicates from failed yum updates. After trying the above I still had some duplicates on a different server but the ‘Remove Duplicates’ script below seemed to work fine for me. NOTE: I was looking at…

Read more
  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • …
  • 63
  • Next

Code

Top Posts & Pages

  • Bleaching Wool using Hydrogen Peroxide
  • Front Page
  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range

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

  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Mac OS X - Remove Users In Terminal/SSH
  • PHP - Create Dynamic Breadcrumb
©2025 David Kittell | WordPress Theme by SuperbThemes