cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 2 years agoWhat's a handy terminal command you use often?message-squaremessage-square25linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 2 years agomessage-square25linkfedilink
minus-squarerenzev@lemmy.worldlinkfedilinkarrow-up1·2 years agotldr is great. Basically a crowd-sourced alternative to man with much more concise entries. Example: $ tldr dhcpcd DHCP client. More information: <https://roy.marples.name/projects/dhcpcd>. Release all address leases: sudo dhcpcd --release Request the DHCP server for new leases: sudo dhcpcd --rebind
tldris great. Basically a crowd-sourced alternative tomanwith much more concise entries. Example:$ tldr dhcpcd DHCP client. More information: <https://roy.marples.name/projects/dhcpcd>. Release all address leases: sudo dhcpcd --release Request the DHCP server for new leases: sudo dhcpcd --rebind