You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如需连接 windows 远程机器,你可以使用开源的[freerdp](https://archlinux.org/packages/community/x86_64/freerdp/)协议,配合开源实现[Xrdp](https://wiki.archlinux.org/title/Xrdp),或者[Rdesktop](https://wiki.archlinux.org/title/Rdesktop)即可。
210
+
如需连接 windows 远程机器,你可以使用开源的[freerdp](https://archlinux.org/packages/extra/x86_64/freerdp/)协议,配合开源实现[Xrdp](https://wiki.archlinux.org/title/Xrdp),或者[Rdesktop](https://wiki.archlinux.org/title/Rdesktop)即可。
Copy file name to clipboardExpand all lines: docs/uk/play&office/office.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,12 @@ sudo pacman -S weechat
80
80
81
81
### Screen sharing
82
82
83
-
In addition to the above software, you can try to use [scrcpy](https://archlinux.org/packages/community/x86_64/scrcpy/) for screen projection of other mobile communication software on the computer.
83
+
In addition to the above software, you can try to use [scrcpy](https://archlinux.org/packages/extra/x86_64/scrcpy/) for screen projection of other mobile communication software on the computer.
84
84
You can also use [KDE Connect](https://archlinux.org/packages/extra/x86_64/kdeconnect/) to get Android notifications on your computer.
85
85
86
86
## Office kit
87
87
88
-
The main two options are [LibreOffice](https://wiki.archlinux.org/index.php/LibreOffice) and [onlyoffice](<https://aur.archlinux.org/packages/onlyoffice-bin/)>) <sup>AUR</sup>. We recommend that you use the open source LibreOffice and onlyoffice, rather than the proprietary software WPS, the first two of which are currently very easy to install.
88
+
The main two options are [LibreOffice](https://wiki.archlinux.org/index.php/LibreOffice) and [onlyoffice](https://aur.archlinux.org/packages/onlyoffice-bin/) <sup>AUR</sup>. We recommend that you use the open source LibreOffice and onlyoffice, rather than the proprietary software WPS, the first two of which are currently very easy to install.
89
89
90
90
```bash
91
91
sudo pacman -S libreoffice-still #stable
@@ -127,7 +127,7 @@ yay -S trilium-server-bin
127
127
128
128
## eBooks
129
129
130
-
The pdf can be opened directly with a browser, or other dedicated reading software, such as [okular](https://archlinux.org/packages/extra/x86_64/okular/) or [calibre](https://archlinux.org/packages/community/x86_64/calibre/). okular can be very laggy when opening large epubs, and the pictures are blurry, [Foliate](https://archlinux.org/packages/community/x86_64/foliate/) is a better choice for reading epubs.
130
+
The pdf can be opened directly with a browser, or other dedicated reading software, such as [okular](https://archlinux.org/packages/extra/x86_64/okular/) or [calibre](https://archlinux.org/packages/extra/x86_64/calibre/). okular can be very laggy when opening large epubs, and the pictures are blurry, [Foliate](https://archlinux.org/packages/extra/x86_64/foliate/) is a better choice for reading epubs.
131
131
132
132
## RSS reader
133
133
@@ -178,7 +178,7 @@ The command for the shortcut key is `flameshot gui`, which can be added to the K
178
178
[gwenview](https://archlinux.org/packages/extra/x86_64/gwenview/) has been installed in the section on desktop environment and necessary applications, which can basically meet the needs of daily picture viewing. If you need another quick viewing software, you can try the following software.
@@ -191,7 +191,7 @@ There are many implementations of various gadgets needed in daily office work, a
191
191
192
192
## Remote Assistance
193
193
194
-
To connect to a Windows remote machine, you can use the open source [freerdp](https://archlinux.org/packages/community/x86_64/freerdp/) protocol, in conjunction with the open source implementation [Xrdp](https://wiki.archlinux.org/title/Xrdp), or [Rdesktop](https://wiki.archlinux.org/title/Rdesktop).
194
+
To connect to a Windows remote machine, you can use the open source [freerdp](https://archlinux.org/packages/extra/x86_64/freerdp/) protocol, in conjunction with the open source implementation [Xrdp](https://wiki.archlinux.org/title/Xrdp), or [Rdesktop](https://wiki.archlinux.org/title/Rdesktop).
195
195
196
196
To connect to a Linux server, ssh is sufficient for most scenarios.
0 commit comments