Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
PowerShell – Install .NET 4.5.2
Reference: http://superuser.com/questions/920850/how-can-i-install-net-4-5-2-via-powershell-dsc
GitLab – 502 Whoops, GitLab is taking too much time to respond
If you get the “502 Whoops, GitLab is taking too much time to respond” message, first thing to try is IF the restart doesn’t help then try Typically one of the two will fix the problem.
Mac OSX Terminal – Convert RAW Photos to JPG
If you’ve ever been stuck with a directory of .DNG or .RAW files this script will quickly convert the images for you. Adobe Products may give a better result but seem to be one at a time still… Reference: https://coderwall.com/p/nhp7mq/convert-raw-photos-to-jpg-in-the-mac-os-terminal
RedHat – Search/Join/Leave Microsoft Active Directory (AD)
This script will assist in searching for, joining or leaving a Microsoft Active Directory (AD). While this is specifically written and tested for Red Hat you should be able to do it with Fedora or CENTOS without changing anything. If you are on a different distro like Ubuntu it will…
Excel – Get Domain Name From URL
This formula will give you a clean base path of a given URL Example: URL Just Domain Base Path http://www.amazon.com/Totally-Free-kindle-Books/lm/R27UG52OAM3TFX amazon.com www.amazon.com
PowerShell – Show File Extensions
Reference: http://superuser.com/questions/666891/script-to-set-hide-file-extensions