All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ideasplace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:02, 10 July 2024 Wikisysop talk contribs created page Useful Linux Command Line Stuff (Created page with "==Networking== *Get the IP address of all interfaces **networkctl status *Display all IP addresses of the host - hostname -I *Enable/disable interface - ip link set <interface> up *ip link set <interface> down *Manage firewall rules **enable firewall: sudo ufw enable **list rules: sudo ufw status **allow port: sudo ufw allow <port> **deny port: sudo ufw deny <port> *Connect remotely through SSH **ssh <user>@<host IP> Packages Search for packages apt search <string> sna...")