Filter on port 123 NTP port with iftop on Centos 7
Filter on port 123 NTP port with iftop on Centos 7 iftop -f ‘dst port 123’
Filter on port 123 NTP port with iftop on Centos 7 iftop -f ‘dst port 123’
# vim .bashrc # You can find this file in /root Uncomment the following line #force_color_prompt=yes force_color_prompt=yes Add this line in to the file PS1=’${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ‘ Next time the command will be red.
Edit the Yum configfile. # vim /etc/yum.conf add the following line to the config: http_caching=none Then save the file and run the update command again. # yum update The update will work again. After the update check if the centos server needs a restart. # needs-restarting or # needs-restarting -r When you have a message […]