16%
07.10.2014
.10
Kernel 3.10 no longer supports the create_proc_entry() function:
proc_file = create_proc_entry("example_file", S_IRUGO, proc_dir );
if (proc_file) {
proc_file->read_proc = proc_read;
proc
16%
27.09.2024
-node setups. Both MicroK8s and K3s use Hostpath in the basic installation.
Hostpath can do little more than create and delete file-based PVs. Also, the driver cannot control or limit the memory quota. Nothing
16%
21.12.2011
the data that was gathered with this command:
ossiot "mpirun –np 2 ./sweep3d.mpi"
In Figure 6, I present an example of the event-by-event list view using the GUI, when the Event List EL
icon is selected
16%
20.12.2012
: Nmap Command
root@sandbox:~# nmap -v -A www.haribo.de
...
Host www2.haribo.com (213.185.81.67) is up (0.011s latency).
Interesting ports on www2.haribo.com (213.185.81.67):
Not shown: 995 closed ports
16%
02.08.2022
docker-compose.yaml
version: '3'
services:
target1:
build: .
ports:
- '3000:80'
- '2000:22'
container_name: target1
target2:
build
16%
09.04.2019
"netfilter and iptable.") When the development of netfilter began at the end of the 1990s, most households still used 56K modems for online access. The ipchains packet filter, already available for Linux
16%
01.06.2024
, as standalone applications, or in the form of cloud services. For cloud applications in particular, these are typically platforms as a service (PaaS), from databases to artificial intelligence (AI).
Today
16%
14.11.2013
for the Set-RoleGroup cmdlet always overwrites the entire managed-by list for a role group.
Figure 3: With PowerShell, you can assign management role group
16%
12.09.2022
Parallel-NetCDF that uses MPI-IO underneath. The initial goal was to focus on older formats: CDF-1, the “classic” format primarily used for netCDF through version 3.5, and CDF-2, added in CDF-1 version 3.6.0 onward, which
16%
20.04.2022
. If you like, extended attributes add metadata to a file or directory, going beyond the definition of the inode.
Many Linux filesystems can use extended attributes:
ext2
ext3
ext4
JFS