Just your normal everyday casual software dev. Nothing to see here.

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • I think a big reason is, people always think it’s an all or nothing migration. Personally I still have a windows install on my system from when I migrated. Sure I can count on one hand the number of times ive had to actually use it, nor have I had to at all in the past few months, but it’s there in case I needed it.

    I think people would be much more apt to do that, if they could realize that you can “try it” and if it doesn’t work then switch back again without much difficulty. Which most user friendly installs support dual booting, and the worse case scenario from it is that Windows decides to nuke the bootloader (which doesn’t happen as much anymore due to it changing to UEFI boot) and then at the end of the day, they still have the windows OS to fall on, and the linux OS still exists, it just doesn’t know its there which is a simple fix with just a google search and a boot repair disk (available on the same install medium that the original install was done with)




  • This is my boat with fish shell at the moment, like I started learning how to make scripts with it, and I very quickly realized that it’s definitely a minority shell, and that it’s not worth it to make scripts for, it’s missing functionality that normal bash has and has zero functionality with existing Scripts so I’m finding myself having to switch to bash anyway for most scripting.

    I never really tried zsh, I might tinker with it if it does have that functionality as that’s the part I really like about fish


  • Practice.

    Practice.

    Practice.

    That’s really the best I can give you. The more you use the commands the easier they come to you.

    Even novices can struggle with the command line. Don’t be afraid to search online for answers. I still need to look up arguments for things that I don’t use daily and I’ve been using Linux for almost 20 years now. Duck duck go and man are your friends.

    One thing that I have found nice is using a shell that remembers what you have typed in the past because sometimes I will remember part of a command but not the whole thing, for example fish shell remembers commands and will start to auto fill commands that are typed as long as I have the beginning of the command correct and as long as I have typed the command in the past, which works wonders when you’re doing similar commands but with different file names or you are trying to remember the more advanced portions of git

    A side note that I want to add regarding alternative shells be aware that every shell has its own strengths and weaknesses, for example fish shell is amazing for auto completion and plug in support, but it’s downside is it’s not compatible with standard bash Scripts and scripting as a whole on it is pretty mediocre