Skip to content

Commit 98195ec

Browse files
author
William Lam
committed
Update Blog URL
1 parent 142e61c commit 98195ec

File tree

315 files changed

+563
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+563
-563
lines changed

batch/install_srm.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:: # Website: www.virtuallyghetto
33
:: # Product: VMware Site Recovery Manager 5.8
44
:: # Description: Script to automate install SRM 5.8 w/embedded vPostgres DB
5-
:: # Reference: http://www.virtuallyghetto.com/2014/10/automating-the-silent-installation-of-site-recovery-manager-5-8-wembedded-vpostgres-db.html
5+
:: # Reference: http://www.williamlam.com/2014/10/automating-the-silent-installation-of-site-recovery-manager-5-8-wembedded-vpostgres-db.html
66

77
@ECHO off
88

batch/install_srm6x.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:: # Website: www.virtuallyghetto
33
:: # Product: VMware Site Recovery Manager 6.0 / 6.1
44
:: # Description: Script to automate install SRM 6.0/6.1 w/embedded vPostgres DB
5-
:: # Reference: http://www.virtuallyghetto.com/2015/11/automating-the-silent-installation-of-site-recovery-manager-6-06-1-wembedded-vpostgres-db.html
5+
:: # Reference: http://www.williamlam.com/2015/11/automating-the-silent-installation-of-site-recovery-manager-6-06-1-wembedded-vpostgres-db.html
66

77
@ECHO off
88

other/config-vcd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Website: www.virtuallyghetto
33
# Product: VMware vCloud Director 5.1
44
# Description: YAML input for vCloud Director
5-
# Reference: http://www.virtuallyghetto.com/2013/02/exploring-vcloud-api-using-ruby.html
5+
# Reference: http://www.williamlam.com/2013/02/exploring-vcloud-api-using-ruby.html
66
:username: administrator@system
77
:password: supersecretpassword
88
:site: https://vcd.primp-industries.com

other/config-vcns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Website: www.virtuallyghetto
33
# Product: VMware vCloud Networking & Security 5.1
44
# Description: YAML input for VCNS
5-
# Reference: http://www.virtuallyghetto.com/2013/02/exploring-vcloud-networking-security.html
5+
# Reference: http://www.williamlam.com/2013/02/exploring-vcloud-networking-security.html
66
:username: admin
77
:password: default
88
:site: https://vcns.primp-industries.com

other/kubernetes_cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# William Lam
2-
# www.virtuallyghetto.com
2+
# www.williamlam.com
33
# Ansible playbook to setup Kubernetes Cluster running on a 2-Node VMware Photon OS
4-
# http://www.virtuallyghetto.com/2015/11/using-ansible-to-provision-a-kubernetes-cluster-on-vmware-photon.html
4+
# http://www.williamlam.com/2015/11/using-ansible-to-provision-a-kubernetes-cluster-on-vmware-photon.html
55

66
# Tasks for both Master & Minon nodes
77
- hosts: all

other/sshlogin.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Author: William Lam
1919
# Website: www.virtuallyghetto
2020
# Product: VMware ESXi 4.1
21-
# Reference: http://www.virtuallyghetto.com/2010/07/esxi-41-major-security-issue.html
21+
# Reference: http://www.williamlam.com/2010/07/esxi-41-major-security-issue.html
2222
set password [lrange $argv 0 0]
2323
set ipaddr [lrange $argv 1 1]
2424
set scriptname [lrange $argv 2 2]

other/vcd.resp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Website: www.virtuallyghetto
33
# Product: VMware vCloud Director
44
# Description: Script to perform unattended install of VCD
5-
# Reference: http://www.virtuallyghetto.com/2010/09/automating-vcloud-director-and-oracle.html
5+
# Reference: http://www.williamlam.com/2010/09/automating-vcloud-director-and-oracle.html
66

77
##################
88
## INSTALL FILES #

perl/CloneVM.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl -w
22
# Author: William Lam
3-
# Website: www.virtuallyghetto.com
3+
# Website: www.williamlam.com
44
# Reference: http://communities.vmware.com/docs/DOC-11708
55

66
use strict;

perl/HostBackupManagement.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl -w
22
# Author: William Lam
3-
# Website: www.virtuallyghetto.com
3+
# Website: www.williamlam.com
44
# Reference: http://communities.vmware.com/docs/DOC-11767
55

66
use strict;

perl/HostProfile.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/perl -w
22
# Author: William Lam
3-
# Website: www.virtuallyghetto.com
3+
# Website: www.williamlam.com
44
# Reference: http://communities.vmware.com/docs/DOC-11969
55

66
use strict;

0 commit comments

Comments
 (0)