26%
30.11.2025
creates a 256MB file in the current directory along with process for the job. This process reads complete file content in random order. Fio records the areas that have already been read and reads each area
26%
30.11.2025
, the MAC address (e.g., 00:11:22:33:44:55) is split down the middle, and two bytes containing FF:FE are inserted. This gives you 64 bits. If the basis is a globally unique address (which should be the case
26%
30.11.2025
_dlm]
root 3467 7 0 20:07 ? 00:00:00 [o2net]
root 3965 7 0 20:24 ? 00:00:00 [ocfs2_wq]
root 7921 7 0 22:40 ? 00:00:00 [o2hb-BD5A574EC8]
root 7935 7
26%
30.11.2025
the virtual machine consoles in your browser with phpVirtualBox.
Free or Not Free?
Up to version 4.0 of VirtualBox, both a commercial and an open source edition (OSE) existed. The OSE often was available
26%
30.11.2025
be replaced solely with the sshd configuration directives shown in Listing 3. Line 16 specifies that SFTP will listen on port 2202 instead of the default SSH port 22. This option is configurable and left
26%
30.11.2025
","stage","app","gateway","eth0-ip","eth0-mask","eth1-mac","eth1-ip","eth1-mask" ]
19 system_dict = {}
20
21 f = open(cblr_systems, "r")
22 for line in f:
23 if line.startswith("#"):
24 continue
25 system
26%
30.11.2025
another could allow the user to set up memory of between 1 and 8GB in increments of 512MB.
The Deltacloud API bundles all these possibilities into hardware profiles, which means the clients are provided
26%
30.11.2025
OS*)
15 PING="ping"
16 PING2=""
17 ;;
18 esac
19 ...
20
21 for i in server1 server2 server3 workstation1 workstation2
22 do
23 $PING $i $PING2 > /dev/null
24 if [ "$?" != "0
25%
30.11.2025
# If the line already exists ....
13 if [ $back -eq 0 ];
14 then
15 echo "############### Line already exists! #############"
16 grep $keyfield $newdat
17 echo
25%
30.11.2025
is not accessible! ****************" >> dba.log
15 /usr/local/etc/rc.d/002pgsql.sh start
16 sleep 15
17 psql -U monitor -d monitor -c "select * from watch;"
18
19 if [ $? -eq 0 ];
20
21 then
22