# Static-linked Executables build. ## What are these ? These are my static-linked executables I'm building, which I think are interesting. They consist of tools I use daily. As the name suggest, the static-linked executables don't rely on libraries (CMIIW), so you can just run it (tested in glibc and musl environment). ## How to use it ? There are two methods, pick one ! 1. You can just extract it using tar (you may will need tarlz though) and run the executable (sometimes it's inside usr or bin directory). 1. Install using `qi` package manager, just run `qi install -p name_of_archive`. Be carefull, it would overwrite existing tool that you have in your system. ## Lists. This is list of the build I've done so far, not quite much but the number will expand. - [adb-fastboot](https://drive.google.com/file/d/1h9IDWk-iMxvMT69A3gOTwfFWZyNpwXG9/view?usp=drive_link), tools to do some stuff with android. - [bash](https://drive.google.com/file/d/1tXwc-6KG5spXuV75Iq5RdJ7BZvvpV9E9/view?usp=drive_link), GNU bash. - [inetutils](https://drive.google.com/file/d/1Y3sbJQM7XhYT6oo_rlvvvd_VDJdX0sb1/view?usp=drive_link), A collection of common network programs. - [infozip](https://drive.google.com/file/d/1vc0Log5FUkUz5JKD1JwwQ4amK768vhaX/view?usp=drive_link), Info-ZIP's zip and unzip utilities. - [lynx](https://drive.google.com/file/d/1Du0GwK3njKTYuhgrCeQjGHnPkbcwG4Cw/view?usp=sharing), A text browser for the World Wide Web. - [openssh](https://drive.google.com/file/d/1D4C-djs7nU1eapiX6KhoBPCuCkArHnxD/view?usp=drive_link), The OpenSSH suite. - [patch](https://drive.google.com/file/d/1XzMAWH2j5CnmJVacgQWZVlkSCHUwHwA7/view?usp=drive_link), A tool to patch files. - [patchelf](https://drive.google.com/file/d/1EMcGykdhPElFYV-0JgAtbvWa-y3Mci4j/view?usp=drive_link), Small utility to modify the dynamic linker and RPATH of ELF executables. - [sdcv](https://drive.google.com/file/d/1Cetl_mlNUXjLzTMyZwzSn8tkJQgtfH1Y/view?usp=drive_link), Console version of StarDict. - [tar](https://drive.google.com/file/d/1aRsdUiSIaJx6zv0zUzYbxOTDk1XM83k5/view?usp=drive_link), tar (GNU tar). - [tarlz](https://drive.google.com/file/d/1jXmXPFeQMbbQJVwNCX3YAzCNi8TcAE_S/view?usp=drive_link), Archiver with multimember lzip compression (version 0.28). - [tmux](https://drive.google.com/file/d/1uTeCYaoEuos-lJ7FJwovTP_O8_Llj6J-/view?usp=drive_link), [alternative](https://drive.google.com/file/d/1yICab5lZhu0F8_ypIZbseEp35KutgDeg/view?usp=drive_link), Terminal multiplexer. - [unrar](https://drive.google.com/file/d/1eioieC5mxV7uc5r8mZHsL7_FcjzmYEf0/view?usp=drive_link), RAR uncompression program. - [vim](https://drive.google.com/file/d/1bxFtz1g8OgRH_yiBQHkLKi4L8psH-xne/view?usp=drive_link), Vim (tiny version). - [wget](https://drive.google.com/file/d/1vbXyEAPCqv55t6cDZ34aTf4zgQ7eC7P3/view?usp=drive_link), The non-interactive network downloader. - [wpa_supplicant](https://drive.google.com/file/d/1_8r4pi26o_0BmQT3-aRhO1L2wi3s-_ts/view?usp=drive_link), IEEE 802.1X/WPA supplicant wireless client.