64%
14.11.2013
is http://buttersideup.com/edacwiki/ and the edac.txt in the kernel doc.
06
07 # EDAC memory reporting
08 if [ -d /sys/devices/system/edac/mc ]; then
09 # Iterate all memory controllers
10 for mc
64%
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
63%
18.02.2018
introductory video: https://www.youtube.com/watch?v=mZ5H8sn_2ZI
AWS price structure: https://aws.amazon.com/pricing/services/
AWS Free Tier: https://aws.amazon.com/free/
AWS Management Console: https://aws.amazon.com
63%
15.12.2017
-server-ctl user-create jstanger James Stanger jstanger@company.com
Cr8*p@sswrd*here -f /tmp/jstanger.key
Now that you’ve created a certificate and a user, make sure that the PEM files are in the right place
63%
14.03.2013
://192.168.122.111:35357/v2.0"
09 -S 192.168.122.113
10 -T secret
The individual parameters are far less cryptic than it might seem. The -m option specifies the address on which MySQL can
63%
17.02.2015
) segment:
int i,j,k; for(i=0;i8 with GNU gcc 4
62%
22.08.2011
machines with a fixed 1GB of RAM, whereas another could allow the user to set up memory of between 1 and 8GB in increments of 512MB.
The Deltacloud API bundles all these different possibilities
62%
30.11.2020
[... Listing 8 ...]
07 # service kopano-dagent start
08 # service kopano-spooler start
09 # service postfix start
10 # exit
Listing 8
Editing the Configuration
# Edit /etc
62%
19.08.2014
including only upper- and lowercase letters like "GoodLuckGuessingThisPassword." The use of seemingly personal but highly predictable terms was also a problem. Over 2.09% of the passwords contained one
62%
30.01.2020
of email addresses:
^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*$
When you see a string like this for the first time, the semantics are not immediately apparent, but regular