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 -a
it's better to use the newer commandip a
That's right Kevin. I've updated with
ip
command. Thanks!ifconfig
command is too old and it should useip
address command instead.ip
is useful, butifconfig
is 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 :-)
Just notice that the
nmcli
command can be added onNetworking
section.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 less
Thanks Ian. Typo fixed 😊
strace -s 2048 -p <PID>
or
strace -s 2048 <command>
is also very helpful sometimes ;)
Nice bro , you got them all in one place.
Thank you, it very useful for newbies