Review comments
by longradix, Sunday, October 23, 2022, 09:14 (783 days ago)
Good minimal distribution with a lot to like. Here are a few of my suggestions for future releases:
1- pre-installed text editor, such as `nano` or `joe`
2- pre-installed browser, such as `w3m`, `links`, `lynx` or `elinks`
3- there are some standard shell commands missing, such as `alias`
4- if the distribution is geared towards developers (with gcc being installed), then I would also have expected a database engine such as `sqlite3` to be pre-installed.
Review comments
by g, Monday, October 24, 2022, 05:55 (783 days ago) @ longradix
I think, that most of the software you mentioned should be installed in newer releases.
3. The "alias" command works for me, please explain more.
Review comments
by longradix, Monday, October 24, 2022, 21:51 (782 days ago) @ g
Thank you for looking into it. The alias command is indeed available, it was a syntax error on my part. Either way, it would be good to define a few, such as:
alias egrep='egrep --color=auto'
alias fgrep='fgrep --color=auto'
alias grep='grep --color=auto'
alias l='ls -CF'
alias la='ls -A'
alias ll='ls -alF --color=auto'
Review comments
by g, Tuesday, October 25, 2022, 15:44 (781 days ago) @ longradix
Ok. I think, that we can write these alias commands to the /etc/profile file as permanent and use them in the coming release.
Returning to the new software you have offered, I think one of the two editors nano or joe could be pre-installed in the next (1.8.1?) release. The SQLite installation would be moved to the release after that. The next (1.8.1) release should focus on updating the already existing-old software and fixing some bugs.
So, what do you think what other tools besides a serious text editor, SQLite and gcc/g++ compilers are necessary to make Linux live distribution attractive in some cases as a C/C++ programs development tool? And in which cases it would be attractive?
Review comments
by longradix, Tuesday, October 25, 2022, 20:56 (781 days ago) @ g
My suggestions:
1- substitute nano for ed
2- if you install sqlite3, you will also need libsqlite3-dev
What would really help is however more cosmetic in nature:
1- font-selection: can you install a smaller font so that more text is visible on screen?
2- keyboard setting: a selection of keyboard setting would be helpful too, US / UK / DE etc.
Review comments
by g, Wednesday, October 26, 2022, 14:55 (780 days ago) @ longradix
I guess one way to manage font and keyboard options on the console could be by using the KBD software package. There is also a possibility to set default screen resolution with vga= option during boot (in isolinux.cfg). I noted these tasks. Thank you for your comments.
Review comments
by sskras , Lithuania, Monday, November 21, 2022, 15:29 (754 days ago) @ longradix
Hey longradix
on the other hand, this could be set by the personal dot-files like `.bashrc`.
Which then could imported/updated by some dedicated tool (like chezmoi.io).
Just a thought.
Of course, there are a few ways to achieve that. So far my favorite is to put my dot-files directly into Git repo:
https://drewdevault.com/2019/12/30/dotfiles.html
This might include some additional protection, of course:
https://blog.tomaskrizek.com/2020/12/14/dotfiles-avoid-accidentally-deleting-your-home-...
My .02€ :)
Review comments
by josephxxd, Brazil, Tuesday, October 25, 2022, 21:49 (781 days ago) @ longradix
Hello, I would like to collaborate in some way with this project of yours. we can start somewhere, you follow a pattern
--
Senior Unix
Review comments
by g, Wednesday, October 26, 2022, 14:58 (780 days ago) @ josephxxd
Hello,
Please write more about how you think it would be possible to develop this project in some aspects.
Review comments
by longradix, Monday, January 02, 2023, 11:27 (712 days ago) @ g
1- If you are planning to install ssh, can you then also install nmap?
2- Can you activate numlock upon startup?
Review comments
by g, Wednesday, January 04, 2023, 07:13 (710 days ago) @ longradix
I added both tasks to the task list and I hope it will be implemented in the further editions.