100%
01.08.2019
.SEC_FLAG_MAXIMUM_ALLOWED)
Listing 3
ACL Error Message
root@addc-01:~# samba-tool gpo aclcheck -U administrator
Password for [EXAMPLE\administrator]:
ERROR: Invalid GPO ACL O:DAG:DAD:PAI(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001 ... 52
97%
01.08.2019
INPUT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -i eth0 -j DROP
iptables -A INPUT -i eth1 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -i eth1 -j DROP ... 52
97%
01.08.2019
/docker-registry
$ htpasswd -Bbn oliver T0Ps3crEt | sudo tee /etc/docker-registry/htpasswd
oliver:$2y$05$lAmkjHRcR0.TK52/rHR/Pe86AGZqpRleXenHVT/eabFe8He5UZiPu
$ docker run -p 5000:5000 --name registry -v /etc ... 52
97%
01.08.2019
-amd64.iso
685cc805f5e4e9c9e03c1228bf695f711f2b274bcfcf934229ffe252b26cd54cbackbox-5.3-amd64.iso
The checksum in Figure 1 matches my download, so all is well.
UEFI Secure Boot
Because I chose to use ... 52
64%
30.01.2024
Rubén Llorente ...
8, 9
Debian
11, 12
Ubuntu
20.04, 22.04
FreeBSD
13.x
OpenBSD
7.3
I recommend the downloadable installer, but I will skip
55%
01.08.2019
programs," said Guido, "A language that's optimized for, say, programs between a hundred and a thousand lines rather than shell scripts, which are limited to ideally five or 10 lines."
Guido combined ... 52
55%
01.08.2019
://pkg.osquery.io/rpm/GPG | sudo tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
Now add and enable the repository with:
$ sudo yum-config-manager --add-repo https://pkg.osquery.io/rpm/osquery-s3-rpm.repo
$ sudo yum ... 52
55%
01.08.2019
:
sudo apt install gnome-software-plugin-flatpak
This command automatically installs all the required components. Once it's done, add the Flathub repository [3] with:
sudo flatpak remote-add --if ... 52
55%
01.08.2019
enter in the
/eclipse/orion subdirectory. You can then manage the server at the command line by using the usual Open Services Gateway Initiative (OSGi) commands [3].
After starting ... 52
55%
01.08.2019
source JIT compiler that translates a subset of Python and NumPy [2] code into fast machine code at run time; hence, the "JIT" designation. Numba uses the LLVM [3] compiler library for ultimately compiling ... 52