# apps

* [Screen sharing](#screen-sharing)
  * [Shell](#shell)
* [Terminal](#terminal)
  * [Windows](#windows)
* [KVM switch](#kvm-switch)
* [File Transfer](#file-transfer)
* [Note](#note)
  * [NextCloud](#nextcloud)
* [Sync](#sync)
  * [ResilioSync/BTSync](#resiliosyncbtsync)
* [GPU](#gpu)
  * [OpenCL](#opencl)
* [bench](#bench)
  * [net](#net)
* [DSM](#dsm)
* [Security](#security)
  * [Password Managment](#password-managment)
    * [Bitwarden](#bitwarden)
* [Instant Notifications](#instant-notifications)
* [IoT](#iot)
* [Taobao](#taobao)
* [Sandbox](#sandbox)

## Screen sharing

| Type       | Site                     | Server        | Client              | Management |
| ---------- | ------------------------ | ------------- | ------------------- | ---------- |
| OSS        | <https://deskreen.com/>  | win/mac/linux | web                 | ViewOnly   |
| Commercial | <https://spacedesk.net/> | win           | win/ios/android/web | Touch      |

### Shell

<https://asciinema.org/>

## Terminal

### Windows

C | X11/XYZModem: <https://github.com/kingToolbox/WindTerm\\>
TypeScript | Terminus: <https://github.com/Eugeny/tabby\\>
Free version allowd in companay: <https://mobaxterm.mobatek.net/download.html\\>
Free for home: <https://www.netsarang.com/xshell\\_download.html>

## KVM switch

<https://github.com/debauchee/barrier/\\>
Barrier was forked from Symless's Synergy 1.9 codebase.

h/w: pikvm

## File Transfer

<https://github.com/blueimp/jQuery-File-Upload>

## Note

### NextCloud

<https://github.com/docker-library/docs/blob/master/nextcloud/README.md#using-the-apache-image>

<https://help.nextcloud.com/t/tutorial-how-to-migrate-mass-data-to-a-new-nextcloud-server/9418>

if behind rproxy:\
<https://docs.nextcloud.com/server/19/admin\\_manual/configuration\\_server/config\\_sample\\_php\\_parameters.html?highlight=overwrite%20cli%20url#proxy-configurations>

```
'overwritehost' => '...',
'overwriteprotocol' => 'https',
```

## Sync

### ResilioSync/BTSync

<https://www.resilio.com/platforms/desktop/> <https://download-cdn.resilio.com/stable/windows64/Resilio-Sync\\_x64.exe\\>
<https://download-cdn.resilio.com/stable/linux-x64/resilio-sync\\_x64.tar.gz>

## GPU

### OpenCL

```
phoronix-test-suite benchmark pts/opencl

phoronix-test-suite test system/opencl
# https://download.blender.org/demo/test/cycles_benchmark_20160228.zip
```

## bench

### net

<https://download.mikrotik.com/routeros/6.48/btest.exe>

## DSM

<https://xpenology.club/install-xpenology-dsm-6-1-x-proxmox/>

* UEFI q35 + USB boot + SATA data disk

Ports: <https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Network/What\\_network\\_ports\\_are\\_used\\_by\\_Synology\\_services>

## Security

Password Crack: <https://hashcat.net/hashcat>

### Password Managment

#### Bitwarden

lightweight: <https://github.com/dani-garcia/vaultwarden> clients/extensions: <https://bitwarden.com/download/>

## Instant Notifications

<http://instapush.im/>

## IoT

<https://www.xively.com/>

## Taobao

<http://pt42.cn/taobaobasket\\_index.htm>

## Sandbox

??%SystemDrive%\Sandbox%USER%%SANDBOX%


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ferro.pro/apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
