428b832cea
update doc
2025-02-26 09:15:26 +08:00
e812ca6d9a
Update _index.de.md
2025-02-26 09:11:05 +08:00
d79484f200
Update _index.pt.md
2025-02-26 09:09:31 +08:00
ac1a0a233e
Update _index.it.md
2025-02-26 09:09:16 +08:00
a7933e115e
Update _index.de.md
2025-02-26 09:08:55 +08:00
37ae70c024
Update _index.en.md
2025-02-26 09:08:11 +08:00
ca475f3ecf
modify wget bash to avoid stupid error
2025-02-25 22:56:31 +08:00
bb029b3b5e
Merge pull request #500 from JohnAbassian/patch-1
...
Update _index.en.md to indicate c++ redist prereq
2025-02-24 16:54:38 +08:00
db39a78c8c
Update _index.en.md
...
If the c++ redistributable isn't installed, the start service shell fails silently and nothing helpful is logged. This is frustrating and there's no reason it isn't listed on the read me, especially since it has been acknowledged by the maintainer.
It would have taken very little effort beyond the sassy comment [here](https://github.com/rustdesk/rustdesk-server/issues/163#issuecomment-1386420173 ) to actually address this.
2025-02-23 23:40:52 -05:00
02edade512
Update _index.de.md
2025-02-22 17:32:33 +08:00
633339c07f
Update _index.pt.md
2025-02-22 17:32:00 +08:00
e8e5b9a9f8
Update _index.en.md
2025-02-22 17:31:18 +08:00
5f3ce090fe
Update _index.pt.md
2025-02-22 17:27:53 +08:00
f4ecfbe6d4
Update _index.de.md
2025-02-22 17:27:00 +08:00
f44316b76a
Update _index.en.md
2025-02-22 17:26:01 +08:00
b226200248
fmt
2025-02-22 12:06:28 +08:00
a07461e5fb
Update _index.de.md
2025-02-22 12:03:30 +08:00
5a865cee13
Update _index.en.md
2025-02-22 12:02:35 +08:00
2ddf9e85fb
imrpove
2025-02-22 11:53:44 +08:00
99515bdd98
improve
2025-02-22 11:50:45 +08:00
9b2c4edc70
order
2025-02-22 11:42:30 +08:00
4df2c44b29
order
2025-02-22 11:39:27 +08:00
95c5affda3
more
2025-02-22 11:35:41 +08:00
18ee57e63d
reorder
2025-02-22 11:34:21 +08:00
3bc06d1b77
reorg
2025-02-22 11:27:41 +08:00
c9f48bc0aa
Update _index.en.md
2025-02-22 11:13:21 +08:00
091b28c42f
Merge pull request #499 from ccsliinc/patch-1
...
Update _index.en.md
2025-02-19 23:58:00 +08:00
5b42b22c62
Update _index.en.md
...
Fixed misspelling.
2025-02-19 10:53:15 -05:00
d134562072
Update _index.en.md
2025-02-19 21:45:21 +08:00
153425c27c
change stars
2025-02-19 01:19:05 +08:00
3c5982721d
new post
2025-02-19 00:56:14 +08:00
48d7ee2887
remove useless
2025-02-19 00:15:16 +08:00
b96faa038f
Merge pull request #496 from SchoppAx/master
...
Fix powershell invalid operation on NULL
2025-02-18 21:10:08 +08:00
dfde28cf65
Fix powershell invalid operation is NULL
2025-02-18 13:30:59 +01:00
b83b7120b5
Merge pull request #495 from 21pages/device_group
...
device group
2025-02-18 01:23:11 +08:00
e0b670a839
device group
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2025-02-18 01:19:31 +08:00
d4e5046f90
Update _index.en.md
2025-02-17 18:03:38 +08:00
55c7197978
Update _index.en.md
2025-02-16 21:20:01 +08:00
2a013787d1
Update _index.en.md
2025-02-15 18:18:25 +08:00
13f44624b1
Update _index.en.md
2025-02-15 18:17:01 +08:00
dd1930555a
Update _index.en.md
2025-02-15 18:11:20 +08:00
0f72a15b03
Update _index.en.md
2025-02-15 18:09:08 +08:00
8312506fa9
Merge pull request #494 from sir-ragna/patch-1
...
Don't create 'null' files on Windows
2025-02-15 09:16:12 +08:00
34ccd57769
Don't create 'null' files on Windows
...
Suppressing emitted STDOUT from cmdlets is done with by piping to `Out-Null` instead of redirecting to `null`. That last option will create a new file on Windows.
```
# Don't do ❌
mkdir test > null
# Do ✅
mkdir test | Out-Null
```
2025-02-14 23:34:15 +01:00
728359b25b
remove web dev
2025-02-14 14:29:44 +08:00
0fbad56b07
fix pricing
2025-02-14 11:19:10 +08:00
c758e889e4
fix ana
2025-02-13 21:12:29 +08:00
533c1393cb
update google an
2025-02-13 10:12:04 +08:00
2194b72624
Update _index.en.md
2025-02-12 18:18:20 +08:00
041668318b
Merge pull request #491 from Breinich/master
...
add Quadlet configurations to Docker install docs
2025-02-12 09:12:01 +08:00