48%
14.11.2013
smart: The background image he chose is a drawing of his notebook, and he positioned the Conky information with arrows at the right places [8]. Ultimately, these graphics again only contain bar charts
48%
14.11.2013
01 {
02 "name": "ONE-SCALE",
03 "deployment": "none",
04 "roles": [
05 {
06 "name": "appserver",
07 "cardinality": 2,
08 "vm_template": 0,
09
10 "min_vms" : 5,
11
48%
14.11.2013
/bin/env python
02 import sys
03
04 dict = {'enp2s0':'eth0', 'enp2s1':'eth1'}
05
06 if sys.argv[1] in dict:
07 print dict[sys.argv[1]]
08 else:
09 print(sys.argv[1])
10 exit(0)
Workaround
48%
28.11.2023
and developers, aimed at helping organizations accelerate IT automation.
Ansible Lightspeed (https://www.redhat.com/en/technologies/management/ansible/ansible-lightspeed) "accepts prompts entered by a user
48%
14.03.2013
Schneier's blog entry: http://www.schneier.com/blog/archives/2012/09/sha-3_will_be_a.html
Talk at 25C3 about spoofed MD5 signatures: http://media.ccc.de/browse/congress/2008/25c3-3023-en
48%
17.06.2017
#runtime_append_all_bundles()
call pathogen#helptags() "
to update the help automatically each time Vim starts. To add other plugins from GitHub, change directories to ~/.vim/bundle and run:
git clone git://github.com
48%
26.01.2025
interactive web applications with Julia. The first uses the PlutoSliderServer web server [8], which allows you to transform a Pluto [9] notebook into a web application that you can safely make available
48%
31.10.2025
/appengine/docs/go
Go version 1 is released: http://blog.golang.org/2012/03/go-version-1-is-released.html
Robert Pike on GoogleTechTalks: http://www.youtube.com/watch?v=rKnDgT73v8s
Gorun: http://wiki.ubuntu.com
48%
30.11.2025
in this scenario and one of them is still working, Pacemaker can set the flag for the failed node, as long as the fencing function is enabled in DRBD. To do this in DRBD 8.4, you need to set the fencing resource
48%
30.11.2025
Switch(config)# dot1x system-auth-control
06 Switch(config)# radius-server host 10.1.1.1 key V@rYseCre!t
07 Switch(config)# interface fastethernet0/1
08 Switch(config-if)# switchport mode access
09 Switch