This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### OS Debain -> Hetzner Proxmox Image | |
| $ apt-get install sshfs | |
| $ mkdir /mnt/<storagebox_name> | |
| $ mkdir /root/.ssh/<storagebox_name> | |
| $ ssh-keygen -f /root/.ssh/<storagebox_name>/id_rsa | |
| $ ssh-keygen -e -f /root/.ssh/<storagebox_name>/id_rsa.pub | grep -v "Comment:" > /root/.ssh/<storagebox_name>/id_rsa_rfc.pub | |
| $ cat /root/.ssh/<storagebox_name>/id_rsa_rfc.pub >> /root/<storagebox_name>_authorized_keys | |
| $ cat /root/.ssh/<storagebox_name>/id_rsa.pub >> /root/<storagebox_name>_authorized_keys | |
| $ echo -e "mkdir .ssh \n chmod 700 .ssh \n put <storagebox_name>_authorized_keys .ssh/authorized_keys \n chmod 600 .ssh/authorized_keys" | sftp <storagebox_name>@<storagebox_name>.your-storagebox.de |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Work in progress. V0.1 | |
| # ALL THE THINGS. | |
| ARG APT_PROXY #=http://apt-cacher-ng.lan:3142/ | |
| ARG PIP_INDEX_URL #=http://devpi.lan:3141/root/pypi/+simple | |
| ARG PIP_TRUSTED_HOST #=devpi.lan | |
| ARG JUPYTER_PORT=37799 | |
| ARG LITELLM_PORT=11111 | |
| FROM nvidia/cuda:11.8.0-devel-ubuntu22.04 as build-llama |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
OlderNewer