Skip to content

Instantly share code, notes, and snippets.

@tecycloud
tecycloud / storagebox.txt
Last active January 10, 2023 20:55
hetzner storagebox with sshfs using an sshkey
### 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
@kfsone
kfsone / Dockerfile
Last active June 12, 2024 11:24
WIP Dockerfile for litellm + ollama + memgpt + autogen + jupyter
# 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
@jlia0
jlia0 / agent loop
Last active November 12, 2025 12:54
Manus tools and prompts
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