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
| # Install Openshift Packages on Master,Compute,Infra | |
| sudo yum install -y NetworkManager wget vim git zile net-tools bind-utils iptables-services bridge-utils bash-completion kexec-tools sos psacct openssl-devel httpd-tools python-cryptography python2-pip python-devel python-passlib java-1.8.0-openjdk-headless "@Development Tools" | |
| sudo yum update -y | |
| # ----------------------------------------------------------------------- | |
| # Modify '/etc/NetworkManager/NetworkManager.conf' file on Master,Compute | |
| # ----------------------------------------------------------------------- | |
| sudo sed -i '/^#plugins=ifcfg-rh,ibft/a dns=none' /etc/NetworkManager/NetworkManager.conf | |
| # ------------------------------------------------------------------------- | |
| # Modify '/etc/sysconfig/network-scripts/ifcfg-eth0' file on Master,Compute | |
| # ------------------------------------------------------------------------- |
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
| # Remapping caps lock to F1 for use with Alfred | |
| # See https://developer.apple.com/library/archive/technotes/tn2450/_index.html | |
| hidutil property --set '{"UserKeyMapping": | |
| [{"HIDKeyboardModifierMappingSrc":0x700000039, | |
| "HIDKeyboardModifierMappingDst":0x70000003A}] | |
| }' |
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
| alfred://customsearch/Cassandra%20Jira/cj/utf8/nospace/https%3A%2F%2Fissues.apache.org%2Fjira%2Fissues%2F%3Fjql%3Dproject%2520%253D%2520CASSANDRA%2520AND%2520text%2520~%2520%2522%7Bquery%7D%2522 |
OlderNewer