100%
31.10.2025
016 REAL(real8) :: pdiff
017 REAL(real4) :: start_time, end_time
018 INTEGER :: m, iter = 0
019 INTEGER i, j
020 REAL( kind = 8 ) seconds, seconds2, elapsed_time
021 PUBLIC
022
023 CONTAINS
98%
26.03.2025
Logging sudo child processes: https://www.sudo.ws/posts/2021/08/what-is-coming-in-sudo-1.9.8/
syslog-ng configuration examples: https://www.syslog-ng.com/community/b/blog/posts
96%
30.11.2025
.168.209.200
07 192.168.209.200:3260,1 iqn.1986-03.com.sun:02:8f4cd1fa-b81d-c42b-c008-a70649501262
08 # iscsiadm -m node
09 # /etc/init.d/open-iscsi restart
10 # fdisk -l
11 Disk /dev/sdb: 2147 MB, 2147418112 bytes
89%
30.11.2025
1
split.sh
01 #! /bin/sh
02 for i in `ls -1 archive/cur`
03 do
04 # Define name component for the individual mail directory
05 pref=`date +%Y-%m-%d-%H-%M-%S`
06
07 # Push mail ... 8
89%
30.11.2025
such as the codec, the open port (in the m
header), and the IP address or name of the hosts.
Listing 1
Invite Request with SIP and SDP
01 INVITE sip:bob@biloxi.com SIP/2.0
02 Via: SIP/2.0/UDP pc33
88%
30.11.2025
: all cores
0x40: core: this core
0x30: prefetch: all inclusive
0x10: prefetch: Hardware prefetch only
0x00: prefetch: exclude hardware prefetch
0x08: (M)ESI: Modified
0x04: M
86%
30.11.2025
1514 maxburst 20 avpkt $PKT cell 8 weight 64Mbit prio 7
Hopefully, as I go further into the details, the preceding command will become clearer, but again, I'm taking each step carefully so
85%
30.11.2025
.pl
01 #! /usr/bin/perl
02 # erlang.pl
03
04 ## Input-Parameter
05 $servers = 8;
06 $erlangs = 4;
07
08 if($erlangs > $servers) {
09 print "Error: Erlangs exceeds servers\n";
10 exit;
11 }
12
13 $rho
84%
30.11.2025
Shell 2.0, which I use here. Windows 8 and Windows Server 8 will use the new PowerShell 3.0, to be released soon.
To begin, I introduce PowerShell information retrieval to you via the "Get" commands
83%
30.11.2025
on; service iscsi start
02 # iscsiadm -m discovery -t st -p 192.168.10.200
03 iqn.2008-01.com.example:storage.iscsi.disk1
04 # iscsiadm -m node -T iqn.2008-01.com.example:storage.iscsi.disk1 -p 192