9%
20.05.2014
available in both free and commercial versions. According to the manufacturer, more than 4,000 customers deploy Endian Firewall Enterprise, and more than 1.2 million users have downloaded the community
9%
12.02.2013
the currently loaded modules in an environment variable called LOADEDMODULES
. For example, if I load two modules (ftw
and mpich2
) and then look at my environment, I will find:
LOADEDMODULES=fftw/3.3.2/gnu4
9%
08.10.2015
network and security services can take several days. Highly available, virtualized server environments are typically implemented as flat Layer 2 networks.
Based on Virtual Extensible LANs (VXLAN), overlay
9%
25.03.2020
/share/doc/stunnel*/. The example in Listing 1 shows a very simple configuration that uses stunnel as a plain vanilla TLS client.
Listing 1
Stunnel as a TLS Client
; global settings
sslVersion = TLSv1.2
chroot = /var
9%
03.04.2024
the IT infrastructure, including logfile analysis and intrusion detection [2]. The various ways of using the system include cloud images, which are intended for use in the Amazon, Google, and Azure clouds
9%
26.02.2014
script uses the psutil library that I’ve used throughput these articles. The library has a function call that is particularly useful for monitoring overall Ethernet network use for the server. In Listing 2
9%
18.08.2021
_record%y = counter + 1
my_record%z = counter + 2
my_record%value = counter * 10.0
write(8,*) my_record
end do
end if
close(8)
end program ex1
For this example
9%
07.11.2011
understanding of parallel computing [1]. I used the Ubuntu 9.10 x86_64 desktop distribution along with Python 2.7 to test the code in this article and to generate the screen shots.
Breaking GIL and Extracting
9%
07.11.2011
.
Pressing the 1
button lists the CPUs separately. In this mode (Figure 2),
Figure 2: … but on request it will give you the load for the individual processor
9%
28.11.2021
Creating a graphical user interface (GUI) with the Fyne framework [1] requires some preparation, including installing the GCC compiler and a graphics driver [2]. You will also need at least Go v1