pump
BOOTP and DHCP client for automatic IP configuration
Install
- All systems
-
curl cmd.cat/pump.sh
- Debian
-
apt-get install pump
- Ubuntu
-
apt-get install pump
- Arch Linux
-
pacman -S pump
- Kali Linux
-
apt-get install pump
- Fedora
-
dnf install pump
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pump
- Raspbian
-
apt-get install pump
- Dockerfile
- dockerfile.run/pump
pump
BOOTP and DHCP client for automatic IP configuration
This is the BOOTP/DHCP client written by RedHat. DHCP (Dynamic Host Configuration Protocol) and BOOTP (Boot Protocol) are protocols which allow individual devices on an IP network to get their own network configuration information (IP address, subnetmask, broadcast address, etc.) from network servers. The overall purpose of DHCP and BOOTP is to make it easier to administer a large network. Pump is a combined BOOTP and DHCP client daemon, which allows your machine to retrieve configuration information from a server. You should install this package if you are on a network which uses BOOTP or DHCP.
distcc
simple distributed compiler client and server
distcc is a program to distribute compilation of C or C++ code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.