9%
19.11.2014
that uses more than one core. The tool is part of Systat [11], and is called mpstat
[12]. Mpstat is more like iostat or nfsiostat, and it gives perhaps more and better information about the CPUs than vmstat
9%
23.03.2022
-34-1804/72
/dev/loop7 17441 17441 0 100% /snap/gnome-3-38-2004/87
/dev/nvme1n1p1 62513152 7087560 55425592 12% /home
/dev/nvme0n1p1 0 0 0 - /boot/efi
/dev/loop8
9%
09.10.2023
12 7:12 0 40.8M 1 loop /snap/snapd/20092
sda 8:0 0 5.5T 0 disk
|---sda1 8:1 0 5.5T 0 part /home2
nvme1n1 259:0 0 953.9G 0 disk
|---nvme1n1p1
9%
08.07.2024
?
Docker Hub
GitLab
GitHub Packages (ghcr.io)
A total of 12 answers were given for this question, but the first three make up a majority of the votes, with a long tail of other options
9%
17.02.2015
. To leave the shell, type exit
.
10) System Update: If any system updates are available, they will automatically be downloaded and applied.
11) Reboot: Reboots the system.
12) Shutdown: Halts the system
9%
17.02.2015
:\mount\Windows\Windows\System32\Recovery\winre.wim
07
08 move C:\mount\Windows\Windows\System32\Recovery\winre.wim C:\Temp\winre.wim
09
10 Dism /Optimize-Image /Image:C:\mount\Windows /WIMBoot
11
12 Dism /Unmount-Image /Mount
9%
04.10.2018
Lab CI/CD pipeline (image source: GitLab Docs [12]).
Every commit pushed to GitLab generates and attaches a pipeline, which is a collection of jobs split into different stages, as described
9%
13.12.2018
.
For example, you can now engage in some credential harvesting. Figure 12 shows how you can upload the Windows Credentials Editor (WCE) from the /usr/share/wce/ directory. This file allows you to obtain user
9%
27.09.2021
transfer just under 450GB per hour. In reality, this value is somewhat lower, but you can reckon on 400GB per hour. Restoring 5TB of data will take just under 12 hours, and 10TB will take a day or more
9%
07.10.2014
_string;
08
09 static int prochello_show( struct seq_file *m, void *v )
10 {
11 int error = 0;
12
13 error = seq_printf( m, "%s\n", output_string);
14 return error;
15 }
16
17 static int prochello