RustDesk: differenze tra le versioni

Da GazziNet.
Vai alla navigazione Vai alla ricerca
(Creata pagina con "Esempio con Oracle Linux: Scaricare e installare lo rpm dei cinesi: https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/c/cjkuni-uming-fonts-0.2.20080216.2-1.fc39.noarch.rpm sudo tee /etc/yum.repos.d/ol8-epel.repo<<EOF [ol8_developer_EPEL] name= Oracle Linux \$releasever EPEL (\$basearch) baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/developer/EPEL/\$basearch/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle gpgcheck...")
 
Nessun oggetto della modifica
Etichetta: Ripristino manuale
 
(5 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
Esempio con Oracle Linux:
Esempio con Oracle Linux 9.x:


Scaricare e installare lo rpm dei cinesi:
Attivare il repo EPEL:
yum install oracle-epel-release-el9.x86_64
 
Scaricare lo rpm dei caratteri cinesi & di RustDesk:
   
   
  https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/c/cjkuni-uming-fonts-0.2.20080216.2-1.fc39.noarch.rpm
  wget https://www.rpmfind.net/linux/fedora/linux/releases/39/Everything/aarch64/os/Packages/c/cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm
 
  wget https://github.com/rustdesk/rustdesk/releases/download/1.2.3-2/rustdesk-1.2.3-2.x86_64.rpm
sudo tee /etc/yum.repos.d/ol8-epel.repo<<EOF
 
  [ol8_developer_EPEL]
name= Oracle Linux \$releasever EPEL (\$basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/developer/EPEL/\$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
EOF


Update Yum cache:


$ sudo dnf makecache
Oracle Linux 8 EPEL (x86_64)                                                                                          4.3 kB/s | 2.5 kB    00:00   
Oracle Linux 8 BaseOS Latest (x86_64)                                                                                  5.2 kB/s | 2.7 kB    00:00   
Oracle Linux 8 Application Stream (x86_64)                                                                            5.0 kB/s | 2.9 kB    00:00   
Latest Unbreakable Enterprise Kernel Release 6 for Oracle Linux 8 (x86_64)                                            4.7 kB/s | 2.5 kB    00:00   
Metadata cache created.


Scaricare: https://rustdesk.com/
yum localinstall  cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm
yum localinstall rustdesk-1.2.3-2.x86_64.rpm


yum localinstal rustdesk
Locate the correct configuration file for your OS. This is one of /etc/gdm3/custom.conf (Ubuntu) or /etc/gdm/custom.conf (CentOS/RHEL)
Open the file with sudo/root privileges
Uncomment WaylandEnable=false by deleting the # at the beginning of the line

Versione attuale delle 20:48, 13 mag 2024

Esempio con Oracle Linux 9.x:

Attivare il repo EPEL:

yum install oracle-epel-release-el9.x86_64

Scaricare lo rpm dei caratteri cinesi & di RustDesk:

wget https://www.rpmfind.net/linux/fedora/linux/releases/39/Everything/aarch64/os/Packages/c/cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm
wget https://github.com/rustdesk/rustdesk/releases/download/1.2.3-2/rustdesk-1.2.3-2.x86_64.rpm


yum localinstall  cjkuni-uming-fonts-0.2.20080216.2-2.fc39.noarch.rpm
yum localinstall rustdesk-1.2.3-2.x86_64.rpm
Locate the correct configuration file for your OS. This is one of /etc/gdm3/custom.conf (Ubuntu) or /etc/gdm/custom.conf (CentOS/RHEL)
Open the file with sudo/root privileges
Uncomment WaylandEnable=false by deleting the # at the beginning of the line