Manjaro Difference between revisions of "Translations:CheatSheet/16/en"

Difference between revisions of "Translations:CheatSheet/16/en"

From Manjaro
(Importing a new version from external source)
 
(No difference)

Latest revision as of 06:36, 12 November 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (CheatSheet)
Display network information {{UserCmd|command=nmcli}}
List wireless access points {{UserCmd|command=nmcli c}}
Enable firewall [package Community: ufw]  {{UserCmd|command=ufw enable}}
Allow/deny all incoming traffic {{UserCmd|command=ufw default [allow/deny]}}
Displays firewall status and rules {{UserCmd|command=ufw status}}
Allows/deny incoming traffic on the specified port {{UserCmd|command=ufw [allow/deny] [port]}}
Allows/deny incoming traffic from specified IP address {{UserCmd|command=ufw [allow/deny] from [ip]}}

Display network information

user $ nmcli COPY TO CLIPBOARD


List wireless access points

user $ nmcli c COPY TO CLIPBOARD


Enable firewall [package Community: ufw]

user $ ufw enable COPY TO CLIPBOARD


Allow/deny all incoming traffic

user $ ufw default [allow/deny] COPY TO CLIPBOARD


Displays firewall status and rules

user $ ufw status COPY TO CLIPBOARD


Allows/deny incoming traffic on the specified port

user $ ufw [allow/deny] [port] COPY TO CLIPBOARD


Allows/deny incoming traffic from specified IP address

user $ ufw [allow/deny] from [ip] COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.