RustDesk: differenze tra le versioni
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 | 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/ | 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 |
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