User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:21, 10 August 2017 (diff | hist) . . (+43) . . Ansible
- 13:20, 9 August 2017 (diff | hist) . . (+927) . . Installing Glusterfs on Centos-7 using Vagrant
- 13:04, 9 August 2017 (diff | hist) . . (+39) . . Installing Glusterfs on Centos-7 using Vagrant
- 12:40, 9 August 2017 (diff | hist) . . (+160) . . N Installing Glusterfs on Centos-7 using Vagrant (Created page with "<source lang="text"> samba-vfs-glusterfs glusterfs-server glusterfs-libs glusterfs-client-xlators glusterfs-api glusterfs-fuse glusterfs glusterfs-cli </source>")
- 12:40, 9 August 2017 (diff | hist) . . (+57) . . Ansible
- 12:32, 9 August 2017 (diff | hist) . . (+220) . . N Vagrant creating extra disks (Created page with "<source lang="text"> Vagrant.configure("2") do |config| config.vm.provider :libvirt do |libvirt| libvirt.storage :file, :size => '20G' libvirt.storage :file, :size =...") (current)
- 12:31, 9 August 2017 (diff | hist) . . (+39) . . Ansible
- 12:11, 9 August 2017 (diff | hist) . . (+38) . . Main Page
- 21:18, 28 July 2017 (diff | hist) . . (-2) . . Table of ip and port mappings for vms (current)
- 16:29, 27 July 2017 (diff | hist) . . (+54) . . Iptables - general
- 13:07, 27 July 2017 (diff | hist) . . (+3,506) . . N Table of ip and port mappings for vms (Created page with " {| style="border-spacing:0;margin:auto;width:6.6931in;" |- | style="border-top:0.05pt solid #000000;border-bottom:0.05pt solid #000000;border-left:0.05pt solid #000000;bord...")
- 13:07, 27 July 2017 (diff | hist) . . (+49) . . Ansible
- 12:41, 27 July 2017 (diff | hist) . . (+1,171) . . N Notes on Vagrant (Created page with " git clone https://github.com/chef/bento packer to create the box file use vagrant_1.8.0_x86_64.deb and not the apt-get 1.81 version which does not work you need to add...") (current)
- 12:41, 27 July 2017 (diff | hist) . . (+28) . . Ansible
- 11:29, 27 July 2017 (diff | hist) . . (+55) . . N Some ansible links (Created page with "https://serversforhackers.com/c/an-ansible-tutorial<br>")
- 11:28, 27 July 2017 (diff | hist) . . (+30) . . Ansible
- 11:23, 27 July 2017 (diff | hist) . . (+110) . . Add webserver and configure (current)
- 09:16, 27 July 2017 (diff | hist) . . (+22) . . Some simple playbooks (current)
- 09:14, 27 July 2017 (diff | hist) . . (+711) . . N Add webserver and configure (Created page with "<source lang="text"> --- - hosts: all become: true vars: doc_root: /var/www/example tasks: - name: Update apt apt: update_cache=yes - name: Install Ap...")
- 09:14, 27 July 2017 (diff | hist) . . (+37) . . N Some simple playbooks (Created page with " Add webserver and configure <br>")
- 09:13, 27 July 2017 (diff | hist) . . (0) . . Ansible
- 15:48, 26 July 2017 (diff | hist) . . (-3) . . Ansible
- 15:48, 26 July 2017 (diff | hist) . . (+35) . . N Ansible (Created page with "<source lang="ansible"> </source>")
- 15:47, 26 July 2017 (diff | hist) . . (+15) . . Main Page
- 12:47, 18 July 2017 (diff | hist) . . (-29) . . Powershell Tasks
- 12:46, 18 July 2017 (diff | hist) . . (+3) . . Powershell Tasks
- 12:46, 18 July 2017 (diff | hist) . . (+26) . . Powershell Tasks
- 12:44, 18 July 2017 (diff | hist) . . (+32) . . Powershell Tasks
- 12:43, 18 July 2017 (diff | hist) . . (+3,408) . . N Set quotas depending on whether staff, student, or both (Created page with "<source lang = "powershell"> # Read the list of home folders from FS03 $lines = get-content dirlstFS03.txt $lines | foreach-object{ $homefolderpath = $_ $homefoldername...") (current)
- 12:42, 18 July 2017 (diff | hist) . . (+4) . . Powershell Tasks
- 12:42, 18 July 2017 (diff | hist) . . (+63) . . Powershell Tasks
- 12:17, 18 July 2017 (diff | hist) . . (+2,088) . . N Create home folders and set permssions (Created page with "<source lang="powershell"> # Read the list of home folders from FS03 $lines = get-content dirlstFS03.txt $lines | foreach-object { $homefolderpath = $_ $homefoldername =...") (current)
- 12:11, 18 July 2017 (diff | hist) . . (+50) . . Powershell Tasks
- 08:45, 13 June 2017 (diff | hist) . . (+137) . . N Change password at next login (Created page with "Set-ADUser -Identity <samAccountName> -ChangePasswordAtLogon $true <br> The cmdlet itself internally update the pwdLastSet attribute.<br>") (current)
- 08:45, 13 June 2017 (diff | hist) . . (+40) . . Powershell Tasks
- 13:41, 11 June 2017 (diff | hist) . . (+607) . . N Install gnome classic in a minimal centos install (Created page with " <source lang="text"> Hi, thank you "Gabor" for bringing me on the right way... to reach a CentOS7 Minimal Desktop Installation you can do following steps: 1. Install Cent...") (current)
- 13:40, 11 June 2017 (diff | hist) . . (+65) . . Centos 7
- 15:46, 7 June 2017 (diff | hist) . . (-16) . . Modifying home directory permissions (current)
- 15:46, 7 June 2017 (diff | hist) . . (+486) . . N Modifying home directory permissions (Created page with " <source lang="powershell"> $HomeFolders = Get-ChildItem C:Homefolders -Directory foreach ($HomeFolder in $HomeFolders) { $Path = $HomeFolder.FullName $Acl = (Get-It...")
- 15:45, 7 June 2017 (diff | hist) . . (+47) . . Powershell Tasks
- 13:38, 2 June 2017 (diff | hist) . . (+65) . . Create a batch of test users (current)
- 13:36, 2 June 2017 (diff | hist) . . (0) . . N File:User list.zip (current)
- 13:32, 2 June 2017 (diff | hist) . . (+24) . . Create a batch of test users
- 13:26, 2 June 2017 (diff | hist) . . (+1) . . Create a batch of test users
- 13:26, 2 June 2017 (diff | hist) . . (+2,281) . . N Create a batch of test users (Created page with "<source lang="powershell> # # Global variables # # User properties $ou = "OU=Users,OU=Test,OU=HK,DC=hk,DC=test" # Which OU to create the user in $initialPassword = "Password1...")
- 13:25, 2 June 2017 (diff | hist) . . (+40) . . Powershell Tasks
- 13:08, 9 May 2017 (diff | hist) . . (+46) . . Drupal
- 13:07, 9 May 2017 (diff | hist) . . (-12) . . Main Page
- 13:07, 9 May 2017 (diff | hist) . . (-122) . . Bind (Blanked the page) (current)
- 08:50, 27 March 2017 (diff | hist) . . (-6) . . Iptables - general
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)