49%
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
49%
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
49%
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
49%
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
49%
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%
04.11.2011
:
[http://forums.amd.com/devforum/messageview.cfm?catid=390&threadid=125792]
[8] CUDA toolkit download:
[http://developer.nvidia.com/object/cuda_3_2_downloads.html#Linux]
[9] NVidia pre
48%
21.08.2014
, no network calls
06 #source = ocs.computers.replay
07 #file = computers.xml
08
09 ## OCS SOURCE PARAMETERS ##
10 source.url = http://ocs-server.mydomain.com
11 source.username = SOAP_USER
12 source
48%
25.03.2021
.1) are basically based on the idea of the original HTTP protocol (HTTP/0.9), which assumes that a web browser establishes a dedicated TCP connection to the web server for each request (i.e., for an HTML file
48%
05.12.2016
"admin-atat-example.com"
For amcheck, you should also specify the -m option:
amcheck -m ADMINExample
Connecting via SSH
Instead of the TCP connection, the backup server can log in to the client using
48%
14.11.2013
is http://buttersideup.com/edacwiki/ and the edac.txt in the kernel doc.
06
07 # EDAC memory reporting
08 if [ -d /sys/devices/system/edac/mc ]; then
09 # Iterate all memory controllers
10 for mc