16%
20.02.2023
the total size, use the command du -sh
on the root directory (/). Recall that /home
and /opt
are NFS exported to the compute node so the output of the command includes the space for those directories
16%
29.09.2020
command run as root (so check the script that the command downloads and executes before trusting it implicitly by omitting the sh - after the pipe):
$ curl -sfL https://get.k3s.io | sh -
The website tells
16%
02.08.2021
, change into the repository's root directory and build and install both the kernel modules and userspace utilities:
$ cd rapiddisk
$ make && sudo make install
Assuming that all libraries and package
16%
22.12.2017
random MAC addresses and sends them out to the interface.
Listing 1
Generating random MAC addresses
root@kali:~# macof -e eth1
e3:8b:88:3:b4:cd d8:25:98:35:61:87 0.0.0.0.9537 > 0
16%
05.02.2019
in these cases.
Tapped
The lmg script assumes that a Linux machine is available that can compile a kernel module suitable for the target system; this requires detailed knowledge of the target and a root account
16%
14.03.2018
that can be reset. However, with MariaDB 10.0.12, the performance tables are deactivated by default. To activate them, the database admin adds the line
performance_schema=on
to the my.cnf file. Detailed
16%
26.01.2025
, improving on the concept by fixing [12] several problems in Jupyter's design. Whereas Jupyter can serve as an interface to many different languages (the name is a mashup of Julia, Python, and R, its original
16%
20.06.2022
, they simply boot the system by PXE and use the iSCSI copy as the root drive.
The PXE method is based on a number of standard IP protocols, starting with the Dynamic Host Configuration Protocol (DHCP
16%
02.02.2021
FD TYPE DEVICE SIZE/OFF NODE NAME
docker-pr 13330 root 4u IPv4 91904 0t0 TCP *:2222 (LISTEN)
A simple test is to use the unerring, ultra-reliable netcat to see what is coming back
16%
01.08.2019
|vmx)" /proc/cpuinfo
should return svm
or vmx
in colored text. On my Ubuntu 18.04 laptop, I see vmx
in red text, because Intel VT is available on my machine.
As the root user, you will install KVM:
$ apt