Linux & terminal color & command line color how to change Linux terminal color https://askubuntu.com/questions/558280/changing-colour-of-text-and-background-of-terminal https://askubuntu.com/a/558422 # 92: Light Green # 107: White (don't use with…
Learning basic Linux commands Command Description $ ls This command is used to check the contents ofthe directory. $ pwd This command is used to check the presentworking directory. $ mkdir work We will work in a separate directory calledwork in our h…
$ sudo dhclient -r //release ip 释放IP$ sudo dhclient //获取IP Now obtain fresh IP:$ sudo dhclientThere is no need to restart network service. Above command should work with any Linux distro such as RHEL, Fedora, CentOS, Ubuntu and others. On a…