Skip to content

Commit

Permalink
update docs, fix some links and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vollstock committed Jul 23, 2024
1 parent d1adaea commit d605064
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 30 deletions.
24 changes: 11 additions & 13 deletions content/Getting started/File management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,28 @@
Title: File management
---

# AFP
# From a Mac (AFP)

On a Mac you can access the `home` folder and the `assets` folder via AFP.
In Finder you can find the machine network view or connect to it vie *Goto/Connect to server*
On a Mac you can access the `home` folder and the `assets` folder via AFP.
In Finder find the machine in the network view or connect to it via *Goto/Connect to server*

```
afp://<IP-ADDRESS>
afp://<HOSTNAME>.local
```

# SFTP
# From Windows (SFTP)

On Windows, the easiest way to copy files on the machine is using an SFTP browser like [Cyberduck](https://cyberduck.io/) or [FileZilla](https://filezilla-project.org/).



# Folder structure

You will find a volume mounted at `/assets`. That’s the space to put all your files. It contains five folders:

| Path | Description |
| ----------------------- | ----------------------------------------------------------------------------- |
| `/assets/data/` | put your images, videos, etc. here |
| `/assets/logs/` | for log files |
| `/assets/packages/` | app bundles that are locally available to install through the settings server |
| `/assets/presentation/` | put your app here |
| `/assets/screenshots/` | screenshots will be saved here |
| Path | Description |
| ----------------------- | ---------------------------------------------------------------------------- |
| `/assets/data/` | put your images, videos, etc. here |
| `/assets/logs/` | for log files |
| `/assets/packages/` | app bundles that are locally available to install through the control server |
| `/assets/presentation/` | put your application runtime here |
| `/assets/screenshots/` | if the screenshot service is enabled, screenshots will go here |
2 changes: 1 addition & 1 deletion content/Getting started/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ If you're curious what the installer does, [check the install script](https://gi
Yay, you're done!

Enjoy the <a href="%base_url%/Manual/Getting started/The desktop">first steps</a> on your new Tooloop Box.
Enjoy the <a href="/Getting started/The desktop">first steps</a> on your new Tooloop Box.
4 changes: 1 addition & 3 deletions content/Getting started/Terminal access.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Title: Terminal access
---

# SSH

By default the SSH server is running so you can log into your box remotely from your terminal.

```bash
Expand All @@ -13,7 +11,7 @@ ssh tooloop@<IP-ADDRESS-OF-YOUR-BOX>
Windows users might want to install [PuTTY](http://www.putty.org/).


# Terminal commands
# Commands

There's a bunch of terminal commands for your convenience. Use them on the local machine or remotely via SSH.

Expand Down
31 changes: 19 additions & 12 deletions content/Getting started/The desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Title: The desktop
---

The screenshot shows the Tooloop OS desktop in all it’s glory. Yup, that’s all of it :-)
This screenshot shows the Tooloop OS desktop in all it’s glory. Yup, that’s all of it :-)
By the way, this is also a screenshot of the boot process.

<img src="%base_url%/assets/manual/desktop.png">
Expand All @@ -19,17 +19,24 @@ That’s pretty much it. Remember, *Tooloop OS* is meant to get out of the way.
# Keyboard shortcuts


| Shortcut | Description |
| :----------------- | :-------------------------- |
| **Helpers** | |
| `Super + t` | Opens a Terminal |
| `Super + c` | Opens a clock |
| `Super + s` | Opens the settings |
| **Windows** | |
| `Super + w` | Close window |
| `Super + Esc` | Send to background |
| **Screenshots** | |
| `Super + Alt + 3` | Whole display |
| Shortcut | Description |
| :---------------- | :------------------------ |
| **Helpers** | |
| `Super + t` | Opens a Terminal |
| `Super + c` | Opens a clock |
| `Super + s` | Opens the settings |
| `Super + e` | Opens a text editor |
| `Super + f` | Opens a file manager |
| **Windows** | |
| `Super + w` | Close window |
| `Super + Esc` | Send to background |
| `Super + →` | Move window to the right |
| `Super + ←` | Move window to the left |
| `Super + ↑` | Move window to the top |
| `Super + ↓` | Move window to the bottom |
| `Super + Enter` | Maximize window |
| **Screenshots** | |
| `Super + Alt + 3` | Take a scrrenshot |

<div class="notification is-light">
Btw. <code>Super</code> usually refers to the Windows (<span class="icon"><i class="fab fa-windows"></i></span>) or Command (<span class="icon">⌘</i></span>) key.
Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Tooloop OS is based on [Ubuntu Server 22.04 LTS](https://www.ubuntu.com/download

Many ideas of Tooloop OS are based on [this article](http://openframeworks.cc/ofBook/chapters/installation_up_4evr_linux.html) in the openframeworks book on keeping a linux installation up forever. However Tooloop tries to take the aproach one step further.

Tooloop OS comes with a set of [management and maintenance tools](Getting%20started/Control%20Center) and a set of [default/example apps](https://github.com/tooloop/Tooloop-Packages). You can configure and control it over the network and get built-in health and confidence monitoring.
Tooloop OS comes with a set of [management and maintenance tools](Getting%20started/Control%20Center) and a set of [basic apps](Apps/Overview). You can configure and control it over the network and get built-in health and confidence monitoring.


# Who should use it?
Expand Down

0 comments on commit d605064

Please sign in to comment.