• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle






  • I made the switch in 2010.

    I dual booted for a while, one day I realised that I hadn’t booted into windows for 3 months. At that point I reinstalled, no more dual booting. I haven’t looked back.

    I keep a windows VM, currently has Win10 installed, I haven’t had to use it in about 3 years.

    My advice is, keep dual booting. One day you’ll realise that booting into windows feels like a chore, you haven’t done it in months, so why keep it around…


  • Hybrid is best.

    I use the GUI quite a lot.

    But some things are just easier in CLI, especially if you have to do that thing often.

    The other reason to use the command line is automation, it is very easy to write a bash script and run it as often as needed, if every day at midday you want to update something CLI is much easier.

    e.g everyday at 2am, my rsync script runs to backup my important files.
    e.g 2, I have a small script to combine all the pdf’s in the current directory into a single file using pdftk. It is so much faster than any graphical way.