This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash -e | |
# This script will create 10 different organizations | |
# with 2 spaces within each org and 5 users in each org. | |
# Written by Derek So on 23 Mar 2018 | |
cf login -u admin | |
TEAMSIZE=10 | |
USERPERTEAM=5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See: | |
https://www.linux-kvm.org/page/Networking | |
linux-dsohk:/var/lib/libvirt/images/vmdisk # cat /etc/sysctl.conf | |
#### | |
# | |
# /etc/sysctl.conf is meant for local sysctl settings | |
# | |
# sysctl reads settings from the following locations: |