Um. Hi. I have… a lot of questions these days as a washed out programmer who burnt out in college.

1. How does Linux do Arch

First, I got myself an Arch Linux install cause being able to build the operating system with the pieces I need sounds very cool, but ngl… the Arch community scares me. So if I may…

  • Do y’all know where I could find help for this?
  • If I uninstall a desktop environment, do I get my settings back if I reinstall it?
  • Is there a safe ish way to repartition if I set root and home to different partitions?

2. Very rusty

I’ve been trying my hand at Rust recently. But I am not sure of what can it actually do.

  1. Can Rust make .exe programs?
  2. Does it get crazy over time?
  3. How does one use git with Cargo?

3. Windows

So I have a main build that runs Windows, but I have been thinking of switching to a Linux DIstro. One SSD for OS, one HDD for data, 16GB RAM, AMD stuff. Anything I should know?

Yes I know this is dumb but I dont know where else to ask… Any help is appreciated

  • @CameronDev
    link
    69 months ago

    Could be worth splitting your questions across posts, but given its here now, ill have a crack at the first few questions.

    Arch wiki is pretty good, if you need more help, ask here or somewhere similar?

    Your desktop environment settings are stored in your home directory, as long as you dont delete them, it should reinstall just fine.

    Having home on a separate partition is safe, and a fairly good idea, it lets you wipe your root and reinstall without losing your home data. You can move your home off the root by creating the partition, mounting it somewhere temporarily, copying all files across, and them set it to mount to /home in fstab.

    Rust works on windows, so exes are definitely possible. And i think you can cross compile for windows if you want/need to.

    Dunno what you mean about crazy, do you mean complexity wise? I have found that rust is really painful to get started, but eventually it’ll click, and it starts to make sense.

    Git and cargo are two different things, i think its currently recomended that you dont commit the cargo.lock file. https://stackoverflow.com/questions/43667176/what-files-in-a-cargo-project-should-be-in-my-gitignore

    Cant think of anything specific for your windows question, try it and ask questions when you get stuck?

    I would consider asking questions in more general communities, this one is a little specific, so you may not be seen by the people who can help you.

    • Stella! (she/her)OP
      link
      fedilink
      29 months ago

      About that last one… yeahhh good point. Sorry I just dunno where to find them.

      The partition problem is that… well I made the root 30GB and it’s about to fill up and now I wanna asign more space to root while taking some from home but im not sure if this gonna nuke my data if i try…

      • @CameronDev
        link
        39 months ago

        Boot a live usb with gparted, and you can resize and move partitions. It will take a while though, but should still boot.

        • Stella! (she/her)OP
          link
          fedilink
          English
          39 months ago

          Update: I did not know a GParted ISO existed before this post! Thank you so much, the partitions are A-OK now! °˖✧◝(⁰▿⁰)◜✧˖°