100%
01.08.2019
:jonathonf/python-3.6
$ apt-get update
$ apt-get install python3.6
In Figure 3 you can see that Python v3.6 adds about 23MB of files to your machine. Depending on how much time you've spent with Python, you might ... 52
98%
01.08.2019
online [1]. The current version when this issue went to press was 19. The package weighs in at 69MB; unpacking inflates it to 73MB, which contradicts the information on the download page (30MB).
Simply ... 52
98%
01.08.2019
secure-by-design stance. Unbound is a modern successor to Dan Bernstein's djbdns [3], because its design is focused on security and it includes DNSSEC. Developer NLnet Labs describes Unbound ... 52
98%
01.08.2019
, uncompress the tarball and enter the resulting directory:
$ tar xvfz minishift-1.33.0-linux-amd64.tgz
$ cd minishift-1.33.0-linux-amd64
If you run the ls command, you can see a 27MB binary called minishift ... 52
55%
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
55%
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
55%
01.08.2019
language [3], but it never became popular.
"I didn't start from scratch. I started with the idea of what if I took all the good features from ABC but removed all the bad features and replace[d] them ... 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
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