Linux Build Assistant

Commands (48)

df filesystem

Report filesystem disk space usage

du filesystem

Estimate file and directory space usage

find filesystem

Search for files and directories

ln filesystem

Create hard or symbolic links

lsblk filesystem

List information about block devices

lvs / lvcreate / lvdisplay filesystem

Display and manage LVM Logical Volumes

mkdir filesystem

Create directories

mount filesystem

Mount a filesystem

pvs / pvcreate / pvdisplay filesystem

Display and manage LVM Physical Volumes

rsync filesystem

Fast, versatile file synchronization and transfer

tar filesystem

Archive and compress files

vgs / vgcreate / vgdisplay filesystem

Display and manage LVM Volume Groups

iptables firewall

Configure packet filtering rules (netfilter)

ufw firewall

Configure the Uncomplicated Firewall

dmidecode hardware

Display hardware information from BIOS/DMI table

free hardware

Display amount of free and used memory

lscpu hardware

Display CPU architecture information

lspci hardware

List all PCI devices

dmesg log

Print kernel ring buffer messages

journalctl log

Query and display systemd journal logs

tail log

Display the end of a file, optionally following new output

curl network

Transfer data from or to a server

dig network

DNS lookup utility

hostnamectl network

Query and change the system hostname

ip network

Show/manipulate network interfaces, routing, and addresses

ping network

Send ICMP echo requests to test network connectivity

scp network

Secure copy files between hosts over SSH

ss network

Display socket statistics (replacement for netstat)

ssh-keygen network

Generate SSH key pair

wget network

Non-interactive file download from the web

apt package

Manage packages using APT package manager

kill process

Send a signal to a process

lsof process

List open files and the processes using them

ps process

Report a snapshot of current processes

crontab service

Manage user cron jobs

systemctl service

Control the systemd system and service manager

chronyc time

Manage chrony NTP client and check synchronization status

timedatectl time

Control system time, date, and timezone settings

chgrp user

Change group ownership of files

chmod user

Change file permissions

chown user

Change file owner and group

groupadd user

Create a new group

groupdel user

Delete a group

groupmod user

Modify a group

passwd user

Change user password

useradd user

Create a new user account

userdel user

Delete a user account

usermod user

Modify a user account

Configs (19)

Wizards (11)