94%
30.11.2025
> add attr
14 zonecfg:web1:attr> set name=comment
15 zonecfg:web1:attr> set type=string
16 zonecfg:web1:attr> set value="Apache Web Server 1"
17 zonecfg:web1:attr> end
18 zonecfg:web1> verify
19 zonecfg
94%
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
94%
30.11.2025
of the stress test shown in Figure 2, shows that some 19,200 queries composed of 55 different commands were issued. The system, a server with 768MB of RAM and a Pentium 3 CPU, took a total of 22 seconds to answer
94%
28.07.2025
=> '/files/etc/ssh/sshd_config',
15 changes => [
16 'set Protocol 2',
17 ],
18 notify => Service['ssh'],
19 onlyif => 'get Protocol != "2"',
20 require => Package
94%
31.10.2025
ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
PORT STATE SERVICE VERSION
21/tcp open ftp?
22/tcp open tcpwrapped
80/tcp open http Apache httpd
|_ html
94%
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
94%
30.11.2025
.
Among the Former Sun properties to receive a makeover are Solaris 10, with the latest release, Oracle Solaris 10 8/11, reaching the streets on September 15. According to the company, the new release
94%
30.11.2025
print
13 else:
14 print "The system configuration file %s does not exist, aborting." % cblr_systems
15 print
16 sys.exit(1)
17
18 column_header = [ "name","os","eth0-mac
94%
07.10.2025
2
Bill of Materials
Das Loot
Price (US$)
Source
Raspberry Pi 500
$97.22
https://thepihut.com/products/raspberry-pi-500
Sleeve for Raspberry Pi 500
94%
27.05.2025
;
05
06 public class HelloWorldSample
07 {
08 static async Task Main(string [] args)
09 {
10 await HelloWorldSample.Run();
11 }
12
13 public static async Task Run()
14 {
15 using var scanning