Skip to content
View Eeems's full-sized avatar
🍞
🍞

Organizations

@Omnimaga @toltec-dev
Block or Report

Block or report Eeems

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Eeems-Org/oxide Eeems-Org/oxide Public

    A desktop environment for the reMarkable tablet

    C++ 240 21

  2. Eeems-Org/remarkable.guide Eeems-Org/remarkable.guide Public

    Guide for hacking your reMarkable tablet

    CSS 27 7

  3. repo.eeems.codes repo.eeems.codes Public

    Eeems' pacman repos

    Python

  4. images images Public

    Container images

    Shell

  5. chroot on a reMarkable into /opt chroot on a reMarkable into /opt
    1
    opkg install busybox bash
    2
    ln -fs /bin/bash /opt/bin/sh
    3
    mkdir -p /mnt/ramdisk
    4
    mount -t tmpfs -o size=64m tmpfs /mnt/ramdisk
    5
    pushd /mnt/ramdisk
  6. Plot Size tool Plot Size tool
    1
    Simple tool to plot out changes in used space on a mount point. Useful for watching the changes in space usage in /tmp
    2
    
                  
    3
    ```
    4
    # Install gnuplot and inotify-tools
    5
    plot_size /tmp