98%
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
98%
30.11.2025
/nsswitch.conf (Konfigurieren der Namensauflösung)
08 ...
09 hosts files dns
10 ipnodes files dns
11 ...
12 # vi /etc/hosts
13 ::1 localhost
14 127.0.0.1 localhost
15 192.168.1.200 myiscsiserver myiscsiserver.local loghost
16
98%
30.11.2025
141.20.108.124
07 active_checks_enabled 1
08 passive_checks_enabled 0
09 max_check_attempts 3
10 check_command check-host-alive
11
98%
26.03.2025
to a file:
{
"accept": {
"server_time": {
"seconds": 1716370731,
"nanoseconds": 137298080,
"iso8601": "20240522093851Z",
"localtime": "May 22 09
97%
30.11.2025
.atlanta.com:5060; branch=z9hG4bKnashds8
03 Max-Forwards: 70
04 To: Bob
05 From: Alice ;tag=1928301774
06 Call-ID: a84b4c76e66710
07 CSeq: 314159 INVITE
08 Contact
97%
30.11.2025
_shared_key "/etc/racoon/psk.txt";
02 remote 192.168.1.31 {
03 exchange_mode main;
04 proposal {
05 encryption_algorithm 3des;
06 hash_algorithm sha1;
07 authentication_algorithm pre_shared_key;
08
97%
30.11.2025
@opensolaris:~# zonecfg -z web1
02
03 web1: No such zone configured
04 Use 'create' to begin configuring a new zone.
05 zonecfg:web1> create
06 zonecfg:web1> set zonepath=/zones/web1
07 zonecfg:web1> set autoboot=true
08
97%
30.11.2025
.io.IOException;
04 import javax.servlet.http.*;
05
06 public class HelloworldServlet extends HttpServlet {
07 public void doGet(HttpServletRequest req, HttpServletResponse resp)
08 throws IOException {
09 resp
97%
30.11.2025
the delay
06 * between autoconnecting to servers.
07 */
08 connectfreq = 5 minutes;
09
10 /* max number: the amount of servers to autoconnect to */
11 max_number = 1
97%
30.11.2025
to storage
08 mv archiv/cur/$i storage
09
10 # Create storage directory for email
11 mkdir storage/$pref.$i
12
13 # Extract attachments from mail
14 ripmime -i storage/$i -d storage/$pref.$i
15
16