Based on this article
ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does
This script can be copy paste to ssh as is. No hands installation. :-)
yum install zsh -y
ALL INSTALLATIONS ASSUME YES WHEN PROMPTED, that's what -y does
This script can be copy paste to ssh as is. No hands installation. :-)
yum install zsh -y
| #!/usr/bin/env python | |
| # -*- coding utf-8 -*- | |
| # | |
| # Copyright 2016 Akshay Raj Gollahalli | |
| import dns.resolver | |
| def get_records(domain): | |
| """ |