I'm currently using Linux and want to get better at using the commands and my overall comfort level with it. Do you have any project ideas that I could try out to improve my skills?
3 Answers
You should consider setting up a Debian home server using an old laptop or PC. It could serve multiple purposes like backups, game servers (Minecraft is a great option), or even a media center for your TV. You don’t need a full desktop, just use SSH to control it, and you can explore lightweight window managers like Openbox. Learning about partitioning can also help you manage your files better across different distros!
You might find some helpful resources on our page! Check out this wiki link for various project ideas and tips. Also, don't forget to make regular backups, experiment in a VM, and make sure you understand each command before hitting Enter!
How about creating a text adventure game using shell scripts? You can use commands like `printf`, `echo`, or `cat` to display text and `read` to gather user input. You can incorporate conditional logic and `grep` to evaluate choices and move the story forward. If you're unsure what a text adventure game is like, check out the classic 'Don't Shit Your Pants' for inspiration!
That sounds really fun! Thank you, I’ll definitely try this out!

That sounds great! I actually have an old school laptop that I don’t use anymore, so I’ll definitely look into that!