base (BJJ)
0001-01-01
Base in BJJ refers to a stable position that allows the practitoner to apply and absorb force effectively.
A “strong base” signifies that ...
Read More
base64
0001-01-01 encoding
Base64 is a binary-to-text encoding scheme that transforms binary data into a sequence of printable characters. The “alphabet” for base64 ...
Read More
bash
0001-01-01
Bash, short for Bourne-Again-SHell, is a command line shell commonly used on Linux systems.
https://www.gnu.org/software/bash/
Read More
bash script
0001-01-01
bash scripts are interpreted scripts written in the bash shell scripting language.
bash scripts are similar to shell scripts, but may include “ ...
Read More
bash shell
0001-01-01
Read More
bash-static
0001-01-01
bash-static is a package found on some Linux distributions that provides a static-linked bash shell.
This is useful for system recovery purposes.
The ...
Read More
bashisms
0001-01-01
bashisms are features not defined by POSIX that are included with the bash shell’s scripting language.
Generally, bashisms will not be ...
Read More
BASHLITE
0001-01-01
BASHLITE is Linux malware that spreads and infects victim hosts to use their resources in DDoS attacks.
https://en.wikipedia.org/wiki/BASHLITE
Read More
BASHLITE leaked source code in early 2015
0001-01-01
According to Attack of Things!, the source code to BASHLITE was leaked in early 2015.
Read More
bashrc
0001-01-01
bashrc is a configuration file executed by bash when it is started.
Each user may have their own bashrc file in their home directory: ~/.bashrc
The ...
Read More