GitLab – Uninstall
If you’ve ran into a problem with GitLab and need to remove all pieces of it to install fresh this may help. DISCLAIMER: BACKUP YOUR DATA FIRST
This area of the site is dedicated to code snippets for quick and easy reference
If you’ve ran into a problem with GitLab and need to remove all pieces of it to install fresh this may help. DISCLAIMER: BACKUP YOUR DATA FIRST
It’s rare with the latest updates but sometimes the CSS doesn’t seem to load, this code may help if/when you run into the problem
If you’ve ran into a directory permissions problem with GitLab before this may be helpful. The code below is mostly based on GitLab documentation – https://docs.gitlab.com/omnibus/settings/configuration.html
Replace “-users admin” with the username you need to grant access to.
If you’ve had to take a vertical list to horizontal list before you know how difficult it can be. You may have a different setup than my example but the code provided below should help in most cases. The code below is still a work in progress but does what I need it to for…
If you build virtual machines in Azure you may find this script useful. Currently it’s not the fastest it could likely be if you have a large subnet but it works for my needs. It mixes two resources to make what I needed. Resources: 1. List IP addresses in a range (Microsoft – https://gallery.technet.microsoft.com/scriptcenter/List-the-IP-addresses-in-a-60c5bb6b) 2….
Prerequisite: Must have PowerShell 5.0 or higher This will backup all 3rd party drivers in a Windows based computer.
In this example I create a Read-Only user but this will work with any access as long as you change the db_datareader access role to what you need In SQL Management Studio open a “New Query” with [master] database Again in SQL Management Studio open a “New Query” with the specific database you want to…
Prerequisite: Homebrew Essentially you can convert just about anything but this script is specific to FLAC to MP3 To convert from MP4 to MP3 the code below will work