this post was submitted on 06 Jun 2023
7 points (100.0% liked)

Programming

13215 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I have been working on a forum site just to dabble with PHP. I'm dockerising it too to practice docker.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Right now, I am working on a bash script which automatically installs Artix Linux (Arch Linux without systemd) on any machine. You can choose between a basic installation which just keeps you with a running system and some necessary packages and a custom installation which contains my config files and settings. Mainly, I am doing it to practice bash and Linux, but I plan to switch from Debian to Artix and I wanted to have a script to easily reinstall my system if I brick something.

I will most likely split this project into two in the future: an enhanced install script which lets people choose their packages and a separate script which copy my dotfiles onto the system.

EDIT: Grammar and spelling.

[โ€“] [email protected] 1 points 1 year ago

I love Artix. Great choice.