18%
11.04.2016
/bin/bash
The -i option keeps standard input open, the -t option allocates a pseudo-terminal for the container, and the --name option assigns a unique name for the container
18%
15.08.2016
of sales drops. It opens up new markets in completely new dimensions and is a greenfield for innovators, entrepreneurs, and service providers of all kinds. In his last keynote as CEO of Cisco at Cisco Live
18%
14.11.2013
-persistent-net-generator.rules
openSUSE, Red Hat 6
* /etc/udev/rules.d/70-persistent-net.rules* No net generator rules since 12.3. Instead, the biosdevname package is used to identify the NICs
18%
03.04.2024
and TLS) is a standard requirement for modern applications. Because opening SSL connections entails some performance overhead, the question arises as to who should be responsible for SSL termination. Three
18%
18.07.2013
, an open source tool developed by Thomas-Krenn.AG, implements this specification and prepares the results in a test report [2]. In addition to testing for SSDs, some initial basic tests for hard disks
18%
18.07.2013
since 2009 by GreenSQL LTD in Israel. Until version 1.3, GreenSQL was released under an open source license [2]. Version 2 was released in 2012 under a proprietary license with a free Express version
18%
12.09.2013
– If disabled, the endpoint cannot open an RDP connection to another computer.
Allow desktop synchronization
– If disabled, the endpoint cannot synchronize with locally installed applications.
Allow
18%
14.03.2013
-reaching consequences. SQLmap [2] is an open source program that provides the perfect basis for comprehensive attacks on database systems. It is written in Python and is thus system-independent, and it is extensible
18%
14.03.2013
.0.1 of OpenSSL to enable TLS 1.2, for example, on an Apache web server. However, the only browser to support TLS 1.2 thus far is Opera. This means that server administrators can enable the new, safer standard
18%
17.04.2017
started with the while query:
$file = [system.io.file]::OpenText("H:\tmp\poem.txt")
**
while (!($file.EndOfStream)) { $file.ReadLine() }
$file.close
Figure