Sep. 20, 2019
The following list shows a procedure to make a data disk onto a USB memory stick to evaluate algorithms in Linux.
A USB memory stick, nominal 8GB or more, for an antiX-core Linux, to evaluate algorithms.
Another USB memory stick, nominal 512MB or more, for a live Linux to install the antiX-core Linux.
A DVD media or USB memory stick, nominal 8GB or more, for a live KNOPPIX, if you have no Linux.
Boot up KNOPPIX or another LINUX.
Edit partitions for antiX-core in a USB memory stick.
Download an ISO image of antiX-core.
Write it to another small USB memory stick for the live antiX-core.
Shutdown the KNOPPIX and boot up the live antiX-core.
Install antiX-core into partitioned USB memory stick.
Shutdown the live antiX-core.
Boot up the installed antiX-core
Upgrade the software packages.
$ sudo apt upgrade -y
Install commands.
$ sudo apt install -y bc tree
Download a file.
$ wget https://gitlab.com/qmisort/acquisition/raw/master/download
Download other files.
$ bash download
Confirm the downloaded files
$ ls
acquisition data scripts
Logout and Login again.
Test a script
$ random.awk | xargs echo