Ubuntu/Apt
Debian and Ubuntu package management with apt. Install, update, remove packages, and manage system repositories.
76 commands
Browse by Topic
Check Ubuntu version
Display detailed Ubuntu version and distribution information
Update and upgrade packages
Update package lists and upgrade all installed packages
Check system information
Display kernel version, architecture, and system details
Start service
Start a systemd service.
Stop service
Stop a systemd service.
Restart service
Restart a service.
Check service status
Show service status.
Enable service on boot
Enable service to start on boot.
Disable service on boot
Prevent a service from starting at boot.
Reload service config
Reload service configuration without full restart.
List all active services
Show all currently running systemd services.
View service logs
Show recent logs for a specific service.
Follow service logs live
Stream live log output for a specific service.
List failed services
Show all services that have failed to start.
Mask a service
Completely prevent a service from starting, even manually.
Reload systemd daemon
Reload systemd manager after editing unit files.
Add user
Create a new user with home directory and prompts.
Delete user
Delete a user and remove their home directory.
Add user to group
Add user to a supplementary group without removing other groups.
Change password
Change user password.
Show user groups
List groups user belongs to.
Edit sudoers file
Safely edit the sudoers file with syntax checking.
Switch to another user
Switch to another user with their full login environment.
Lock user account
Lock a user account to prevent login.
Unlock user account
Unlock a previously locked user account.
Change user login shell
Change the default login shell for a user.
List all system users
List all user accounts defined on the system.
Show current user info
Display UID, GID, and groups for the current user.
Apply netplan config
Apply network configuration from /etc/netplan/*.yaml files.
Show IP addresses
Display all network interfaces and their IP addresses.
Enable UFW firewall
Enable the Uncomplicated Firewall.
Allow port through UFW
Allow incoming TCP traffic on a specific port.
Deny port through UFW
Block incoming traffic on a specific port.
Show UFW status
Display firewall rules and current status with details.
Delete UFW rule
Remove a previously added firewall rule.
Test netplan config
Test netplan configuration with automatic rollback on failure.
Show hostname info
Display the current hostname, OS, and architecture details.
Restart networking
Restart the NetworkManager service to apply network changes.
Discussion
Loading comments...