16%
30.11.2025
to a remote host, allow this with the command
$ xhost +
and then export your display to the remote host on which you want to view the applications.
$ export DISPLAY=hostname:0.0
On the system
16%
05.12.2016
that the top left of the screen is (0,0)
tput cup 3 15
# Set the foreground color using an ASCII escape
tput setaf 3
# Write a "title" to the screen
echo "Title of the company"
tput sgr0
# Write a menu title
16%
06.05.2014
, to the company’s social media activities. This huge volume of unstructured data – big data – promises to deliver valuable insights and abundant material for decision making. If you want to benefit from
16%
13.07.2011
, but to start with, let's do the poor man's configuration using a bash script.
The following script - ok pseudo script - installs Apache, grabs your code from S3, and starts the server up.
apt-get -y install
16%
03.08.2023
the origin of the name (and how to pronounce it). The Wikipedia [3] page does a great job of joining the dots with the link to wasps: "The Mutillidae are a family of more than 7,000 species of wasps whose
16%
11.02.2016
, these days, the System Security Services Daemon (SSSD) [2] is used most of the time in such scenarios. This approach, together with the software [3], is the simplest way to integrate Linux clients directly
16%
15.02.2012
/shm/Intel_MPI_ft2sMG
23
/dev/shm/Intel_MPI_FlKyRG
23
/dev/shm/Intel_MPI_FlKyRG
23
/dev/shm/Intel_MPI_QV00CT
23
/lustre
16%
26.01.2012
/shm/Intel_MPI_ft2sMG
23
/dev/shm/Intel_MPI_FlKyRG
23
/dev/shm/Intel_MPI_FlKyRG
23
/dev/shm/Intel_MPI_QV00CT
23
/lustre
16%
15.02.2023
contents or enact a denial of service (DoS)," reports Brittany Day.
According to the advisory, OpenSSL versions 3.0, 1.1.1, and 1.0.2 are vulnerable to this issue, and the following actions are needed
16%
08.10.2015
seconds) and 80% parallel (800 seconds), but with only one process. Amdahl's Law says the speedup is 1.00.
As the number of processes increase, the wall clock time of the parallel portion decreases