User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:37, 28 August 2017 (diff | hist) . . (+37) . . N Installing Moodle 3 on Fedora 26 (Created page with "Script installation using Vagrant<br>")
- 12:48, 28 August 2017 (diff | hist) . . (+85) . . Securing mysql with a script (current)
- 12:47, 28 August 2017 (diff | hist) . . (+1) . . Securing mysql with a script
- 12:47, 28 August 2017 (diff | hist) . . (+1) . . Securing mysql with a script
- 12:46, 28 August 2017 (diff | hist) . . (+33) . . Securing mysql with a script
- 12:45, 28 August 2017 (diff | hist) . . (+630) . . Securing mysql with a script
- 12:42, 28 August 2017 (diff | hist) . . (+93) . . Securing mysql with a script
- 12:15, 28 August 2017 (diff | hist) . . (+132) . . N Securing mysql with a script (Created page with "Reference - https://stackoverflow.com/questions/24270733/automate-mysql-secure-installation-with-echo-command-via-a-shell-script<br>")
- 12:15, 28 August 2017 (diff | hist) . . (+39) . . Mysql (current)
- 10:33, 27 August 2017 (diff | hist) . . (+14) . . Ansible syntax and examples (current)
- 09:46, 27 August 2017 (diff | hist) . . (+129) . . Ansible syntax and examples
- 12:45, 23 August 2017 (diff | hist) . . (+66) . . Running an ansible playbook from Vagrantfile (current)
- 11:58, 23 August 2017 (diff | hist) . . (+119) . . N Running an ansible playbook from Vagrantfile (Created page with "<source lang="text"> config.vm.provision "ansible" do |ansible| ansible.playbook = "playbook.yml" end </source>")
- 11:57, 23 August 2017 (diff | hist) . . (+55) . . Vagrant file syntax and examples (current)
- 16:01, 22 August 2017 (diff | hist) . . (+475) . . N Install mysql on Centos 7 (Created page with "<source lang="text"> --- - name: Add repo file template: src=mariadb_centos.repo.j2 dest=/etc/yum.repos.d/mariadb.repo owner=root group=root mode=0644 - name: Install Maria...") (current)
- 16:00, 22 August 2017 (diff | hist) . . (+35) . . N Ansible syntax and examples (Created page with " Install mysql on Centos 7 <br>")
- 16:00, 22 August 2017 (diff | hist) . . (+38) . . Ansible
- 14:29, 22 August 2017 (diff | hist) . . (+44) . . Scratch
- 12:23, 22 August 2017 (diff | hist) . . (-2) . . Displaying php information (current)
- 12:23, 22 August 2017 (diff | hist) . . (+78) . . Displaying php information
- 12:22, 22 August 2017 (diff | hist) . . (+43) . . Moodle stuff
- 11:15, 22 August 2017 (diff | hist) . . (+20) . . Examples of various Vagrant files (current)
- 11:13, 22 August 2017 (diff | hist) . . (+3,420) . . N Centos 7 with tomcat and Java (Created page with "<source lang="text"> # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version...") (current)
- 11:13, 22 August 2017 (diff | hist) . . (+40) . . Examples of various Vagrant files
- 11:10, 22 August 2017 (diff | hist) . . (+3,659) . . N Centos 7 with Django (Created page with "<source lang="text"> # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration version...") (current)
- 11:09, 22 August 2017 (diff | hist) . . (+31) . . N Examples of various Vagrant files (Created page with " Centos 7 with Django ><br>")
- 11:06, 22 August 2017 (diff | hist) . . (+48) . . Vagrant file syntax and examples
- 09:36, 22 August 2017 (diff | hist) . . (+71) . . Scratch
- 13:28, 21 August 2017 (diff | hist) . . (-137) . . Scratch
- 13:27, 21 August 2017 (diff | hist) . . (+37) . . Scratch
- 11:13, 21 August 2017 (diff | hist) . . (+102) . . Scratch
- 10:40, 21 August 2017 (diff | hist) . . (-67) . . Scratch
- 09:47, 21 August 2017 (diff | hist) . . (+19) . . Scratch
- 14:57, 20 August 2017 (diff | hist) . . (+20) . . Amazon Free AWS training in Stratford
- 14:56, 20 August 2017 (diff | hist) . . (+460) . . Amazon Free AWS training in Stratford
- 13:43, 20 August 2017 (diff | hist) . . (+95) . . Amazon Free AWS training in Stratford
- 13:26, 20 August 2017 (diff | hist) . . (+28) . . Amazon Free AWS training in Stratford
- 13:13, 20 August 2017 (diff | hist) . . (+21) . . Amazon Free AWS training in Stratford
- 13:12, 20 August 2017 (diff | hist) . . (+92) . . Amazon Free AWS training in Stratford
- 13:05, 20 August 2017 (diff | hist) . . (+33) . . N Amazon Free AWS training in Stratford (Created page with "<source lang="text"> </source>")
- 13:04, 20 August 2017 (diff | hist) . . (+45) . . Main Page
- 17:01, 18 August 2017 (diff | hist) . . (+50) . . Scratch
- 13:45, 10 August 2017 (diff | hist) . . (-63) . . Vagrant file syntax and examples
- 09:18, 10 August 2017 (diff | hist) . . (+66) . . Installing Glusterfs on Centos-7 using Vagrant (current)
- 09:02, 10 August 2017 (diff | hist) . . (+120) . . N Configuring a script external to the Vagrantfile (Created page with "<source lang="text"> Vagrant.configure("2") do |config| config.vm.provision "shell", path: "script.sh" end </source>") (current)
- 09:01, 10 August 2017 (diff | hist) . . (+59) . . Vagrant file syntax and examples
- 09:00, 10 August 2017 (diff | hist) . . (+4) . . Vagrant file syntax and examples
- 08:58, 10 August 2017 (diff | hist) . . (+92) . . Vagrant file syntax and examples
- 08:24, 10 August 2017 (diff | hist) . . (+332) . . N Configuring bridged network address and calling an ansible playbook (Created page with "<source lang="text"> # config.vm.network "private_network", ip: "192.168.121.151" # config.vm.network :public_network, :bridge => 'eno1', :dev => 'eno1', :use_dhcp_assigned_...") (current)
- 08:23, 10 August 2017 (diff | hist) . . (+77) . . N Vagrant file syntax and examples (Created page with " Configuring bridged network address and calling an ansible playbook <br>")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)