18%
30.01.2020
The Linux kernel already contains a variety of packet filters, starting with ipfwadm and followed by ipchains and iptables. Kernel 3.13 saw the introduction of nftables [1], which uses the nft tool
18%
14.03.2013
paper [2] entitled "Processes as Files." Cross-pollinated through the later Bell Labs Plan 9 implementation, Linux's version is original in exposing not just process information, but a wealth of system
18%
04.04.2023
), infrastructure-as-code (IaC) misconfigurations, and sensitive information and passwords.
Installation
Trivy can be installed on all popular Linux distributions and macOS. Alternatively, you can run Trivy
18%
12.09.2022
for an external application is to write a serial application (one process) that reads the Mfiles
data files into memory and then logically divides it into Nproc
partitions and writes each one to a different file
18%
17.02.2015
/json;charset=utf-8\n\r\n\r%s" %json.dumps(obj)
Lines 9 through 18 iterate against all entries of a database cursor, which the call to the find() method in line 9, generates from the queried data collection ... 25
18%
21.08.2014
analytics is the combination of two concepts: "data analysis" and "analytics." Data analysis [3] is very similar to data analytics, in that it is the process of massaging data with the goal of discovering
18%
18.07.2013
information.
8. bbFTP
Although bbFTP [23] sounds like it's related to BBCP, it's really not. BBCP was developed at SLAC [24], and bbFTP was developed at IN2P3. [25]. bbFTP is something like FTP, but it uses
18%
04.10.2018
to control dynamically the huge number of combinations that result from various versions of tools and libraries.
The original Environment Modules [2], Tcl/C, has been around since the early 1990s. High
18%
13.12.2011
. To allow this to happen, add the following rule on your firewall:
ip6tables -A INPUT -j REJECT -p tcp-dport 25 --reject-with tcp-reset
This setup acknowledges IPv6 connections to the SMTP port 25
18%
02.02.2021
see an image that uses Alpine Linux as its base (Listing 1).
Listing 1
Endlessh Dockerfile
FROM alpine:3.9 as builder
RUN apk add --no-cache build-base
ADD endlessh.c Makefile /
RUN make