How to set command alias in Huawei OLT setup command alias you can use the command: # command alias ipconfig "display ip interface brief" now type "ipconfig" Show board 0 OR board 0/0 information # command alias board00 "display board 0/0" Now type board00 How to remove alias undo command alias ipconfig undo command alias board00
------------------------------------------------------ How to install anydesk on Rhel 8 / Centos 8 ------------------------------------------------------ ----------------------------------- Remote Desktop application ----------------------------------- ---------------------------- Download the package ---------------------------- wget https://download.anydesk.com/linux/rhel7/anydesk-5.1.2-1.el7.x86_64.rpm ----------------------------------------- Install using yum, dnf or rpm -ivh ----------------------------------------- yum localinstall /dir/anydesk-5.1.2-1.el7.x86_64.rpm dnf localinstall anydesk-5.1.2-1.el7.x86_64.rpm rpm -ivh package_name ------------------------- Remove the package ------------------------- rpm -e package_name now run the command anydesk on terminal that's it.
Comments
Post a Comment