27%
02.08.2022
crunch away on installing MariaDB. The first step is to download and run the MariaDB repo setup script:
wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup
chmod +x mariadb_repo_setup
sudo
27%
11.03.2014
industry by 2020. The global Hadoop market was valued at $1.5 Billion in 2012.
The report divides the global Hadoop market into software, hardware, and services. Although all parts of the market are slated
27%
11.06.2013
tool, and it released as an open source project in May 2012.
The idea behind PaaS solution such as OpenShift is that the developer just writes the code and the vendor (in this case, Red Hat) provides
27%
05.08.2011
technology designed to prevent the exploitation of memory safety vulnerabilities.The deadline for entries is April 1st 2012. More information can be found on the web page http://www.microsoft.com/security/bluehatprize.
27%
14.11.2013
files can be destroyed very quickly when the host system encounters problems – but not so with VHDX files. If you use Windows Server 2012, you normally create VHD files as an iSCSI target; Windows Server
27%
05.02.2019
Configuration: [
20 {
21 cidrMask: 24,
22 name: 'Web',
23 subnetType: ec2.SubnetType.Public,
24 },
25 {
26 cidrMask: 24,
27 name: 'App',
28
27%
20.05.2014
off the LAN
ip6tables -A FORWARD -i $LAN_IF -s $LAN_NET -p tcp -m multiport --dport 25,80,443 -j ACCEPT
# Web and mail from the Internet
ip6tables -A FORWARD -i $WAN_IF -s 2000::/3 -d $DMZ_NET -p -m ... 20
27%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25
27%
28.11.2021
After installing WSL for container operation, you should always check for and install any Windows updates to be on the safe side. To use the new WSL2 version, the WSL2 Linux kernel update package for x64
27%
09.01.2013
" = "" ]
17 then
18 echo "$0 error: ID missing." >&2
19 fi
20
21 id=$1
22 shift
23
24 echo "$id $(date +%s) $mode" >> $ACCOUNTING
The VM_HOOK construct can appear more than once in the configuration