Note: The deployment process of windows Sevrer 2016 and windows Sevrer 2019 is exactly the same
Set each server address:
DC01 192.168.0.8/24
DC02 192.168.0.10/24
ExcSrv01 19
Note: The deployment process of windows Sevrer 2016 and windows Sevrer 2019 is exactly the same
Set each server address:
DC01 192.168.0.8/24
DC02 192.168.0.10/24
ExcSrv01 19
1. Make a U disk for the ubuntu system
1.1, download the ubuntu mirror: http://mirrors.163.com/ubuntu-releases/ download the required version
1.2 , Decompress the downloaded ubuntu image to a USB
Choose a release For the selection of a release, please refer to this website (http://www.distrowatch.org/) to see related information , For reference only.
After repeated selection, I still choo
#!/bin/bash
a=23
echo ‘$a’
echo “$a”
your_name=’runoob’
str=”Hello, I know you are \”$your_name\ “! \n”
echo -e $str
echo $str Output
bogon:Desktop macname$ ./test.sh
$a
23
Hello
I have a device that contains a 64-digit (double) parameter. I can use the Modbus protocol to read its Double parameter in two parts. So I use a bitwise operation to divide the 64-digit number into
Illustration:
1.IP planning settings
2. Modify network card configuration and iptables configuration
??? strong>??? ????< /strong>??? strong>??? ????? strong>??????< strong>???? s
1, create a bond0 file
# vi /etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
NM_CONTROLLED=no #Whether your network card is managed by networkmanager, details later Speakin
Description: The server has two network cards: eth0 and eth1, eth0 is configured with internal IP: 192.168.1.1/24, eth1 is configured with external IP: 10.1.1.1/24; 192.168.0.0/16 is required The s
At present, the most popular big data query engine is Hive. It is a SQL-like query tool based on MR. It interprets the input query SQL as MapReduce, which can greatly reduce the threshold for using
When creating a new Xamarin. Android project and naming it OurProduct.Mobile, the package name will be OurProduct.Mobile.OurProduct.Mobile. The apk name will also be OurProduct.Mobile. OurProduct.M