14%
03.04.2024
files can also be converted to Bicep, for which Microsoft provides a sample application [1] and instructions [2]. Usefully, it contains many templates, so you can start using Bicep straight away.
Figure
14%
01.04.2014
directing a more efficient infrastructure for delivering it. It is more efficient than traversing the same network to the same old web server and downloading files. The CDN directs a client (browser
14%
18.02.2018
, such as public clouds, for which several assumptions from classic setups no longer apply. A setup with 10 nodes might be manageable manually and without automation, but if several hundred servers or more are part
14%
28.11.2021
("
") method specifies a title for the header of the newly created program window.
Listing 1
Basic Fyne Framework
01 package main
02
03 import (
04 "fyne.io/fyne/v2"
05 "fyne.io/fyne/v2/app
14%
27.09.2021
such accounts into Claws Mail, you have to enter the respective server addresses for incoming and outgoing mail manually, anyway (Figure 2). The same applies to the associated port numbers and the respective
14%
30.01.2024
the database settings for a fresh install, and the ralphctl console command is available for Ralph management.
To install Ralph, run the following commands on your Ubuntu 18.04 Bionic system:
curl -sL https
14%
03.02.2012
written its files to an external logfile server at regular intervals. Otherwise, an attacker would be able to delete or modify the log files after successfully breaking into the IaaS instance.
To prevent
14%
09.06.2018
and conduct a real-time call containing video, audio, and screen-sharing streams [2]. RTCDataChannel is the equivalent API for sending arbitrary data streams between browser peers, with file sharing being
14%
20.12.2012
-O -oX mynet.xml 10.10.0.0/24
and the results have been saved in mynet.xml
, the XML file can be used to generate a valid Nagios/Icinga configuration:
./nmap2nagios-ng.pl -i -e -r mynet.xml -o
14%
15.04.2020
= sol.copy()
for j in range(0,ny-1):
sol[0,j] = 10.0
sol[nx-1,j] = 1.0
# end for
for i in range(0,nx-1):
sol[i,0] = 0.0
sol[i,ny-1] = 0.0
# end for
# Iterate
start_time = perf_counter()
for