Go to File > Options > Customize Ribbon > Check Developer
Go to Visual Basic
Copy in below code and run
Sub ShowAllNames()
Dim n As Name
For Each n In ActiveWorkbook.Names
| arcot.com | |
| clicksafe.lloydstsb.com | |
| paypal.com | |
| paypal.co.uk | |
| secure.barclaycard.co.uk | |
| securesuite.co.uk | |
| verifiedbyvisa.barclays.co.uk | |
| lloydstsb.com |
Go to File > Options > Customize Ribbon > Check Developer
Go to Visual Basic
Copy in below code and run
Sub ShowAllNames()
Dim n As Name
For Each n In ActiveWorkbook.Names
| sudo yum update | |
| sudo yum install httpd24 php70 php70-cli php70-intl php70-gd php70-zip php70-xml php70-mysqlnd php70-mbstring php70-dom php70-soap php70-memcached memcached php70-fpm php70-opcache php70-mcrypt git | |
| sudo service httpd start | |
| sudo chkconfig httpd on | |
| sudo groupadd www | |
| sudo usermod -a -G www ec2-user | |
| exit | |
| sudo chown -R root:www /var/www | |
| sudo chmod 2775 /var/www |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure | |
| # configures the configuration version (we support older styles for | |
| # backwards compatibility). Please don't change it unless you know what | |
| # you're doing. | |
| Vagrant.configure("2") do |config| | |
| # The most common configuration options are documented and commented below. | |
| # For a complete reference, please see the online documentation at |
| #!/usr/bin/env bash | |
| # --------------------------------------- | |
| # Virtual Machine Setup | |
| # --------------------------------------- | |
| # Adding multiverse sources. | |
| cat > /etc/apt/sources.list.d/multiverse.list << EOF | |
| deb http://archive.ubuntu.com/ubuntu trusty multiverse | |
| deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse |