21%
31.10.2025
, Germany, which has been specializing in Open Source Systems Management for more than 15 years.
21%
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
21%
30.11.2025
hit approximately 1.8 million units. Cloud servers also will make up an increasing portion of total server shipments – growing from slightly more than 5 percent of the market in 2010 to more than 15
21%
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
21%
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
21%
30.11.2025
dh_group modp1024;
09 }
10 generate_policy off;
11 }
12
13 sainfo address 192.168.2.0/24 any address 172.16.0.0/16 any {
14 pfs_group modp1024;
15 encryption_algorithm aes256;
16
21%
30.11.2025
mainlog.info('an informative message')
11 mainlog.warning('a warning')
12
13 mylog.debug('no message from My-Module')
14 mylog.setLevel(logging.DEBUG)
15 mylog.debug('another message from My
21%
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
21%
02.10.2017
/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-ap
commands:
- wifi-ap.config
- wifi-ap.setup-wizard
- wifi-ap.status
tracking: stable
installed: 15 (146) 31MB -
refreshed: 2017-05-05 16:20:19 +0000 UTC
channels:
stable: 15
21%
14.09.2021
$(find /sys/devices/system/cpu -regex ".*cpu[0-9]+/topology/thread_siblings_list") | sort -n | uniq
0,32
1,33
2,34
3,35
4,36
5,37
6,38
7,39
8,40
9,41
10,42
11,43
12,44
13,45
14,46
15,47
16,48
17,49
18,50
19,51
20,52
21,53
22,54
23,55
24,56
25