17%
28.11.2021
) string {
16 var h hash.Hash
17
18 f, err := os.Open(file)
19 if err != nil {
20 log.Fatal(err)
21 }
22
23 defer f.Close()
24
25 switch hashfunc {
26 case "md5":
27 h = md5.New()
28
17%
11.06.2014
's New in SMB 3.0?
In Windows Server 2012, Microsoft introduced SMB version 2.2 with further improvements. Later, these innovations were deemed so far-reaching that the version was subsequently increased
17%
02.08.2022
: https://support.apple.com/en-gb/guide/shortcuts-mac/apdf22b0444c/5.0/mac/12.0
Importing Automator workflows: https://support.apple.com/en-gb/guide/shortcuts-mac/apd02bffbaac/5.0/mac/12.0
Sharing
17%
04.04.2023
of the templates in the list are a bit old and lack newer options. Ubuntu 22.04, for example, would be equally desirable as CentOS 8, but neither can be found. Instead, a current Windows 11 image is available
17%
04.04.2023
install the community edition of Docker (Docker CE) on a current system (e.g., Ubuntu 22.04), create a persistent volume, and then start the Portainer container (Listing 1). The rest happens automatically
17%
04.04.2023
.
The Shell Approach
The following example assumes you have a host machine running Ubuntu Linux 22.04 with Java installed. Besides Java, you need Nmap network scanner version 7.80 or newer and the Ncrack
17%
22.05.2023
Docker container. In principle, this can be started on any server with a working Docker runtime environment. The following example assumes you have a fresh Ubuntu 22.04, which can be virtualized, of course
17%
28.11.2022
(e.g., from Ubuntu 20.04 to Ubuntu 22.04 at Canonical). If you run and are familiar with a defined set of services on your systems, you will reach your objectives far faster with classic packages than
17%
01.08.2019
no one would have ever dreamed would progress to preseeding and automatic installation. Anyone who managed to install Debian 2.2, alias Potato, or 3.0, alias Woody, on their hard drives were more likely
17%
13.06.2016
for $i"
19
20 #If certs do not exist yet
21 FILE="$LECROOT/$i/cert.pem"
22 if [ ! -f "$FILE" ]
23 then
24 echo "$FILE does not exists, so lets get certificates"
25 cd /root/letsencrypt
26