How to configure DNS on Linux
· Linux
Set up and troubleshoot DNS resolution using resolv.conf, systemd-resolved, and command-line tools like dig and nslookup.
59 questions in Linux.
· Linux
Set up and troubleshoot DNS resolution using resolv.conf, systemd-resolved, and command-line tools like dig and nslookup.
· Linux
Copy files securely between local and remote systems using scp and synchronize directories efficiently with rsync.
· Linux
Securely connect to remote Linux servers using SSH with key authentication, port forwarding, and configuration files.
· Linux
Set up Linux firewall rules using iptables directly or the simplified ufw interface for security hardening.
· Linux
List, monitor, and control running processes using ps, top, htop, kill, and nice in Linux.
· Linux
Query and monitor systemd journal logs using journalctl with filters for time, unit, priority, and boot.
· Linux
Automate recurring tasks on Linux using cron jobs, crontab syntax, and environment configuration.
· Linux
Start, stop, enable, and inspect system services using systemctl and journalctl on modern Linux distributions.
· Linux
Chain commands and control input/output streams using pipes, redirects, and tee in the Linux shell.
· Linux
Perform non-interactive text transformations using sed for find-and-replace, deletion, and line manipulation.