Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

anydesk command line CENTOS

sudo dnf makecache
sudo dnf install -y redhat-lsb-core
sudo dnf install anydesk
Comment

anydesk command line CENTOS

cat > /etc/yum.repos.d/AnyDesk-CentOS.repo << "EOF"
[anydesk]
name=AnyDesk CentOS - stable
baseurl=http://rpm.anydesk.com/centos/$basearch/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF
Comment

anydesk command line CENTOS

cat > /etc/yum.repos.d/AnyDesk-RHEL.repo << "EOF"
[anydesk]
name=AnyDesk RHEL - stable
baseurl=http://rpm.anydesk.com/rhel/$basearch/
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://keys.anydesk.com/repos/RPM-GPG-KEY
EOF
Comment

PREVIOUS NEXT
Code Example
Shell :: k8s roll back to previous deployment 
Shell :: cronjob in termux 
Shell :: install nmap 
Shell :: deleting index.lock 
Shell :: download fbreader for ubuntu 
Shell :: how to check reportlab version 
Shell :: AWS EC2 Stress tool activate on command line 
Shell :: docker set container name 
Shell :: certbot apache subdomain 
Shell :: sed between two matches 
Shell :: inicializar as credenciais no git 
Shell :: alpine install package 
Shell :: debian install iwconfig 
Shell :: git merge branch 
Shell :: tsv to csv file bash 
Shell :: make flameshot default 
Shell :: command to create an react app 
Shell :: laravel install valet 
Shell :: git buffer 
Shell :: how to run multiple npm scripts parallel 
Shell :: how to push to git hub 
Shell :: -----Mg: *scratch* (fundamental)----All-------------------------------------------------------------------------------- 
Shell :: git delete master branch and recreate 
Shell :: docker prune dangling none 
Shell :: deploy github actions with firebase 
Shell :: ubuntu open with software install not working 
Shell :: what is curl 
Shell :: squash commits git 
Shell :: Managing the Nginx Process 
Shell :: grep all lines after first match 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =