-
-
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 need modifications at the very…
-
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
-
Excel – Get Worksheet Name
If you’re like me you name your worksheets in Excel to help make more sense of the data. I try to incorporate a universal header in most of my Excel documents so this script helps me. Example: Say you have an Excel file to log all the domains you manage and the DNS that goes…
-
CentOS | Code | DNS | Fedora | macOS | macOS Shell | Red Hat | Ubuntu | UNIX | UNIX Shell Scripts
UNIX Bash – Domain List Get Whois Info
If you manage a list of domains it’s sometimes helpful to have a script like this to check the information from time to time. I plan to clean this up in time but for now this works. First create a text file like below that has domains in it Then create and run this bash/shell…
-
UNIX Bash – Create Date/Time File Name
When you need to create a log file or some dated archive The format can be modified slightly based on date formatting.
-
CentOS | Code | Fedora | macOS | macOS Shell | Red Hat | Ubuntu | UNIX | UNIX Shell Scripts
UNIX Bash – Website Monitor
Reference: http://unix.stackexchange.com/questions/84814/health-check-of-web-page-using-curl
-
Allow Root SSH
NOTE: Typically not a great idea for permanent production systems