14%
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
14%
30.11.2025
06 domains = tuxgeek
07
08 [nss]
09 filter_groups = root
10 filter_users = root
11 reconnection_retries = 3
12
13 [pam]
14 reconnection_retries = 3
15
16 [domain/tuxgeek]
17 auth_provider = krb5
18
14%
30.11.2025
08 default:
09 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 endif
11
12 clean:
13 rm -rf *.ko *.o *.mod.c *.mod.o modules.order
14 rm -rf Module.symvers .*.cmd .tmp
14%
30.11.2025
= database.createNode();
09 // Set properties:
10 dortmund.setProperty("Name", "Dortmund");
11 cologne.setProperty("Name", "Köln");
12 // Create edges:
13 Relationship a1_do_k = dortmund
14%
30.11.2025
the file sizes (converted to and labeled GB), separating the two items of information with a tab. Invoking this script for user chavez yields:
chavez 12.12537GB
Such commands are often useful in loops
14%
30.11.2025
_style": "runit",
06 "path": "/srv/chef",
07 "serve_path": "/srv/chef",
08 "server_fqdn": "chefserver.example.com",
09 "webui_enabled": true
10 }
11 },
12 "run_list": [ "recipe
14%
30.11.2025
of Ubuntu, 10.04 (Lucid Lynx), which comes with Postfix 2.7 and Dovecot 1.2. In the following example, both components should be installed and functional, and the individual user accounts should come from
14%
30.11.2025
the process will make you feel more comfortable about pushing changes live across your cloud. I talked to cloudy people about how to get code onto new instances, and I tried lots of different things
14%
30.11.2025
, but also in terms of whether the user is restricted to fixed values and parameters when creating a virtual machine. For example, one provider might offer virtual machines with a fixed 1GB of RAM, whereas
14%
31.10.2025
, issue 09, pg. 68, http://www.admin-magazine.com/Articles/MobaXterm-Unix-for-Windows/(language)/eng-US
GNU utilities for Win32: http://gnuwin32.sourceforge.net/packages.html
The Author