21%
08.10.2015
, with each new PowerShell version comes a design highlight. In the current PowerShell on Windows 8.1 and Server 2012 R2, this was the "Desired State Configuration" (DSC), which was designed to make other ... Windows 10 brings an updated, fifth release of PowerShell that vastly simplifies the task of managing modules and software packages. The scripting language now also handles various formatted output
21%
10.06.2015
Server 2008, 2008 R2, 2012, 2012 R2 (x86, 64), Windows 7 and 8
Linux
Debian 6/7, Kali Linux, Fedora 20/21, Red Hat ES 5, CentOS 5/6/7, Oracle Linux 5/6/7, Red Hat ES 6/7, SUSE 10/11, Ubuntu ... To ensure your servers and workstations are well protected against attacks on your network, you need a professional security scanner. In version 6, Tenable has substantially expanded its Nessus
21%
12.05.2021
-machine kernel: [ 387.117129] sd 0:0:0:0: [sda] tag#3 Send: scmd 0x000000001842ae5b
Mar 27 15:21:24 dev-machine kernel: [ 387.117134] sd 0:0:0:0: [sda] tag#3 CDB: Write(10) 2a 00 1d 04 5d 88 00 00 20 00
Mar 27
21%
20.10.2016
Fortran comprises a huge body of software in high-performance computing. We look at Fortran’s evolution into a modern HPC language.
... writing code. Columns 1 to 5 could be used for statement labels such as the following:
...
SUM = 0.0
D0 100 I=1,10
SUM = SUM + REAL(I)
100 CONTINUE
...
Y = X1 + X2 + X3 ...
Fortran comprises a huge body of software in high-performance computing. We look at Fortran’s evolution into a modern HPC language.
21%
21.07.2011
algorithm to do load balancing between web servers.)
Listing 1
lvs.cf File
01 serial_no = 40
02 primary = 192.168.1.230
03 service = lvs
04 backup_active = 1
05 backup = 192.168.1.232
06 ... Red Hat's Piranha load balancing software is based on the Linux Virtual Server concept. We show you how to configure and test your setup.
21%
09.10.2017
2.7.10. If in doubt, you should download and install the latest version from the Python website [1]. Windows users must download and install Python before they can use the scripting language ... Although PowerShell has its ardent advocates, many admins and users swear by Python, especially for Windows. Which scripting language is best for you? Read on for a comparison of Power
21%
13.02.2017
.
Figure 3: Downloading the pre-built VPN script.
As an example, select Windows Server 2012 R2 as a remote access server, and you are given a config file; now rename the extension to .ps1. When run ... Once you start putting services in Azure cloud, you might want to add an Active Directory domain controller.
21%
12.09.2013
reader might wonder what line 7 is good for: It bypasses a bug present at least in Apache 2.2.21 compiled with the prefork multiprocessing module (MPM). If a CGI program does not output anything on stdout
21%
20.06.2012
]# chkconfig nfs on
[root@test1 etc]# chkconfig --list
...
nfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
...
Now the NFS server will start when the master node reboots. To make it start ... Warewulf Cluster Manager – Part 2
21%
02.10.2017
inside a typical snap (not at the pre-build stage). Figure 2 shows the key files involved (source: The snap Format). It’s important not to confuse the snap.yaml and snapcraft.yaml
files.
The latter ... Canonical’s Snapcraft (Snappy) package manager creates self-contained applications that work across Linux distributions. We show you how to install, publish, and run a simple snap.