Centos 7 minimum installation
yum remove tuned postfix firewalld iprutils audit *firmware* alsa-lib chrony btrfs-progs fxload selinux* pygobject3-base python-slip-dbus python-decorator python-slip python-configobj libselinux-python NetworkManager* avahi* dnsmasq gobject-introspection libgudev1 libndp libsoup glib-networking libproxy libmodman ModemManager-glib gsettings-desktop-schemas wpa_supplicant dbus-glibi ppp mariadb-libs libsysfs libpcap libgudev1-208 psacct python-perf python-pyudev rdma mtr
yum install linux-firmware ntp bash-completion vim
Bridge network interfaces
// Centos //
ifcfg-br0
DEVICE=”br0″
BOOTPROTO=”static”
NM_CONTROLLED=”no”
ONBOOT=”yes”
TYPE=”Bridge”
STP=”yes”
DELAY=2
IPADDR=”192.168.xxx.xxx”
PREFIX=”24″
GATEWAY=”192.168.xxx.xxx”
DNS1=”8.8.8.8″
ifcfg-eno1
DEVICE=”eno1″
ONBOOT=yes
DEVICETYPE=Ethernet
NAME=”eno1″
BRIDGE=br0
Centos 7 kickstart automated isntall
more TBA
Privacy …please
Tl;dr – Download Powershell script .Open Powershell as admin.Navigate to your download directory. Mark it as executable with ‘ Set-ExecutionPolicy RemoteSigned ‘ and execute the script.
“DisableTelemetry”, # “EnableTelemetry”,
“DisableWiFiSense”, # “EnableWiFiSense”,
# “DisableSmartScreen”, # “EnableSmartScreen”,
“DisableWebSearch”, # “EnableWebSearch”,
“DisableStartSuggestions”, # “EnableStartSuggestions”,
“DisableLocationTracking”, # “EnableLocationTracking”,
“DisableFeedback”, # “EnableFeedback”,
“DisableAdvertisingID”, # “EnableAdvertisingID”,
“DisableCortana”, # “EnableCortana”,
“DisableErrorReporting”, # “EnableErrorReporting”,
“RestrictUpdateP2P”, # “UnrestrictUpdateP2P”,
“DisableAutoLogger”, # “EnableAutoLogger”,
“DisableDiagTrack”, # “EnableDiagTrack”,
“DisableWAPPush”, # “EnableWAPPush”,