Promotion: Organize your Gmail labels as tabs
tuladhar
/
gmail-labels-as-tabs
...
For further actions, you may consider blocking this person and/or reporting abuse
Instead of
ifconfig -ait's better to use the newer commandip aThat's right Kevin. I've updated with
ipcommand. Thanks!ipis useful, butifconfigis much more readable not to mention after decades of use I tend to use it reflexively.same here but ifconfig does omit certain informations that ip shows you. I force myself to switch too :-)
ifconfigcommand is too old and it should useipaddress command instead.Just notice that the
nmclicommand can be added onNetworkingsection.It can use this to check current network connection, modify network connection information, activate/inactivate specific network connection info and so on :).
A great list! I've started using Docker for projects recently, and this will come in handy.
I've spotted a small typo though:
Remove a package named htop
$ apt remove lessThanks Ian. Typo fixed 😊
Nice bro , you got them all in one place.
strace -s 2048 -p <PID>or
strace -s 2048 <command>is also very helpful sometimes ;)
Thank you, it very useful for newbies