17%
14.03.2013
: 6
08 microcode : 0x60c
09 cpu MHz : 800.000
10 cache size : 6144 KB
11 physical id : 0
12 siblings : 2
13 core id : 0
14 cpu cores : 2
15 apicid
17%
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
17%
30.11.2025
=""
04 PING="ping -c1 -w 3"
05 PING2=""
06
07 case $OS in
08 HP-UX*)
09 PING=ping
10 PING2="-n 1"
11 RSH="remsh"
12 RSH2="-l user"
13 ;;
14 Sun
17%
30.11.2025
("http://spacewalk.tuxgeek.de/cobbler_api")
06 token = conn.login(user, password)
07
08 cblr_systems = '/root/cobbler.csv'
09
10 if os.access(cblr_systems, os.F_OK):
11 print "Reading system configuration file %s" % cblr_systems
12
17%
05.08.2024
your very first Ansible controller, the IBM Redbook, Using Ansible for Automation in IBM Power Environments
[12], is a great reference; particularly section 3.3, "Installing your Ansible control node
17%
30.11.2025
/07/10 15:41:50 krbtgt/TUXGEEK.DE@TUXGEEK.DE
10 renew until 08/06/10 15:41:50
11
12 # ldapsearch -LLL -h localhost -b "dc=tuxgeek,dc=de" uid=tscherf
13 SASL/GSSAPI authentication started
14 SASL username
17%
20.03.2014
configuration tool is not included with the storage server out the box. The Administration Guide for RHSS is almost 200 pages long and explains in detail how to use and configure certain functions; however, all
17%
20.05.2014
01 var http = require('http');
02 http.createServer(function (req, res) {
03 res.writeHead(200, {'Content-Type': 'text/plain'});
04 res.end('Hello from Node.js\n');
05 }).listen(3000, '127
17%
05.02.2019
SQL> SELECT * FROM marks;
11
12 SQL> DELIMITER //
13
14 SQL> CREATE AGGREGATE FUNCTION agg_count(x INT) RETURNS INT
15 BEGIN
16 DECLARE count_students INT DEFAULT 0;
17 DECLARE CONTINUE HANDLER
17%
03.12.2015
, and configuring, as well as how you can extend it for your own application needs.
Two Eclipse IoT open source projects can help you to build your device management stack. The first one, Wakaama [12] is a C