Skip to content

Set of something like coreutils but with busybox

License

Notifications You must be signed in to change notification settings

andre487/busybox-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Busybox utils

Set of something like coreutils but with busybox.

Motivation is that on Synology DSM there are no some utils like less. And the idea is the following: we can bring statically linked busybox and call commands from it.

It can be used outside of Synology DSM of course. Any Linux is supported.

Supported CPU architectures:

  • arm64
  • x86_64

Installation

mkdir ~/opt
cd ~/opt
git clone git@github.com:andre487/busybox-utils.git
~/opt/busybox-utils/dev/setup.sh

If you want you can do setup without setup.sh script:

echo 'export PATH="$PATH:/var/services/homes/<your username>/opt/busybox-utils"' >>~/.your-rc-file

Provided utils

This repository provided these utils for Synology DSM:

  • ar
  • bzcat
  • bzip2
  • less
  • lzcat
  • lzma
  • lzop
  • mkpasswd
  • nc
  • start-stop-daemon
  • unlzma