if you’ve ever used a Chromebook, you’ll know there’s an option in advanced settings that lets you install a Linux VM so that you can install IDEs, games, etc… I used it to install GIMP, Krita and more. But I don’t want it anymore mainly because it doesn’t sync with your Google account, so what can I do?? I want to keep programming but I don’t want to use the Linux system. Thank you!!

    • adrian rodriguezOP
      link
      fedilink
      English
      17 months ago

      thank you!! But sadly that website doesn’t have tkinter… (Python module for GUI)

  • @QaspR@lemmy.world
    link
    fedilink
    6
    edit-2
    7 months ago

    Honestly, I’d just ditch the chromebook and buy a decent laptop. Alternatively it might be possible to just swap out ChromeOS for Linux

    • TheNeoStormZ
      link
      fedilink
      27 months ago

      Don’t understand the hate though. I find ChromeOS a good environment to do small programming tasks with its Linux VM.

      Then there is always the fact that ChromeOS comes from Google…

  • ℕ𝕖𝕞𝕠
    link
    fedilink
    57 months ago

    Programming, sure, it’s the runtime environment that’s lacking.

    But I used to do almost all my web development on a Chromebook.

  • fmstrat
    link
    fedilink
    English
    47 months ago

    Set up code-server on a server somewhere. I made a Docker container with it behind SSL in nginx. Works great and you can “bookmark as an app.”

  • @intensely_human@lemm.ee
    link
    fedilink
    37 months ago

    There are great online IDEs. You edit files that are on the filesystem of some virtual server, and never need to install anything.

  • Julian
    link
    fedilink
    English
    27 months ago

    If you want it to sync with your Google account, gnome and other distros have an “online accounts” setting where you can log in with your Google account and see your Google drive as a mounted drive. Then you can store your files there.

    Here’s a tutorial if you need a visual