linuxlogo -u -y echo /usr/games/fortune -s echo -e "\nIP Information\n--------------" /bin/ip address show|awk '/inet/ {print $2}'|grep -vE '(127.0.0.1|::1/128)' echo -e "\nDisk Free Information\n---------------------" df -h -x tmpfs echo