20%
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
20%
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
20%
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
20%
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
20%
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
20%
07.10.2025
a mouse. Fortunately, I have explored terminal user interface (TUI) tools often in this column. Tools like btop [12], glances [13], speedometer [14], nethogs [15], and even plain old top [16] are ready
20%
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
20%
10.04.2026
out how to run those tools on an HPC machine. His view of the state of HPC, given his history of supporting users in one shape or another for more than 15 years, are that:
HPC systems are becoming
20%
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
20%
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