87%
31.10.2025
_routemap.conf
01 !
02 router ospf
03 redistribute connected
04 redistribute bgp route-map bgp-to-ospf
05 [...]
06
07 ip prefix-list into-ospf seq 5 permit 172.17.1.0/24 le 32
08 ip prefix-list into-ospf seq 10
87%
19.02.2013
OSPF
01 !
02 hostname linuxrouter
03 password 8 7kdoaul4.iSTg
04 enable password 8 ZDF339a.20a3E
05 log file /var/log/quagga/zebra.log
06 service password-encryption
07 !
08 interface eth0
09 multicast
87%
05.08.2024
known as row-major and column-major.
Listing 2
column.go
01 package main
02
03 func main() {
04
05 const size = 10
06
07 var array = [size][size]int {{0},{0},}
08
09 for i := 0
87%
21.11.2012
! solution array
011 REAL(real8) :: tol=1.d-4, diff=1.0d0
012 REAL(real8) :: delta
013 REAL(real8) :: x
014 REAL(real8) :: pi
015 REAL(real8) :: exact
016 REAL(real8) :: pdiff
017 REAL(real4
87%
30.11.2025
Switch(config)# dot1x system-auth-control
06 Switch(config)# radius-server host 10.1.1.1 key V@rYseCre!t
07 Switch(config)# interface fastethernet0/1
08 Switch(config-if)# switchport mode access
09 Switch ... Mobile devices require special security considerations. In combination with IEEE 802.1X, Network Access Protection can ensure that mobile devices maintain the necessary security standards before they ... NAP with 802.1X ... Port-based access protection with NAP and 802.1X
87%
25.02.2013
on the options you chose, but some sample output is shown in Listing 1.
Listing 1: Sample iostat Output
[laytonj@home8 IOSTAT]$ iostat -c -d -x -t -m /dev/md1 2 100
Linux 2.6.18-308.16.1.el5.centos.plus (home8
86%
30.11.2025
/share/doc/kernel-doc/Documentation/networking/bonding.txt
).
Listing 5
ifcfg-bond0
01 DEVICE=bond0
02 IPADDR=192.168.10.200
03 NETMASK=255.255.255.0
04 ONBOOT=yes
05 USERCTL=no
06 BONDING_OPTS="mode=1 miimon=100"
When the system is running, the /proc ... 0
85%
20.06.2012
this happened by watching the file /etc/group
, which is one of the files I imported into the Warewulf database. Before rebooting the compute node, the file looks like this:
-bash-4.1# more /etc/group
root:x:0
85%
31.10.2025
)*dexp(-pi)
098 ENDDO
099
100 ! Bottom of unit square: (S)
101 DO i=1,m
102 x=delta*i
103 u(i,1) = dsin(pi*x)
104 ENDDO
105
106 ! Right hand side of unit square: (E)
107 DO j=1,m
108 u(m,j) = 0.0d0
109
85%
17.02.2015
can refer to the entire process environment by means of the **environ variable; therefore:
(gdb) p &environ
$4 = ( *) 0xf7f83d64
(gdb) x/100s *environ
0xffffc815