An open API service indexing awesome lists of open source software.

https://github.com/voronenko/qfiles

qnap optimized dotfiles :)
https://github.com/voronenko/qfiles

Last synced: 5 months ago
JSON representation

qnap optimized dotfiles :)

Awesome Lists containing this project

README

          

## Persisting using auto_run.sh

```sh
ubiattach -m 6 -d 2
/bin/mount -t ubifs ubi2:config /tmp/config
vi /tmp/config/autorun.sh
chmod +x /tmp/config/autorun.sh
echo .
echo "unmounting /tmp/config..."
umount /tmp/config
ubidetach -m 6
```