Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)D
Posts
6
Comments
111
Joined
11 mo. ago

  • Its really amazing how the Unix-like OSes can run on anything! I plan on keeping the original OS though, but thank you for the information.

  • That's cool that Linux can be put on this machine! I plan on preserving the original OS though.

  • Maybe I'll make a game.

  • Thank you! I have spent some time learning Basic so Real Basic could be fun.

  • This is quite awesome! Unfortunately as far as servicing goes the machine has been sitting in our basement for years, no work has been done on it. I'm glad its still working, hopefully I can deal with the capacitors before its too late. It has its original hard drive which still works and has some cool old games on it and its running the original MacOS 9.

  • This is a great and direct guide, thank you!

  • Wow I had no clue it would be possible to develop on the machine itself! I'm glad people have maintained archives of this system's software, it may be worth it to develop on the iMac itself, thank you!

  • Send it to me, I have plans.

  • I tried to install this on my headless Ubuntu server laptop I keep on the corner and it won't run. Does this TUI rely on graphical libraries?

  • GUIs

    Jump
  • The main advantage of CLI is that its easier to instruct people on what to do and easier to get answers from people about how to use a CLI, and you can copy paste. If you know how to use the GUI though it can be a powerful tool as well.

  • You'll probably want to switch off it one day, but when I first go into Linux I used Ubuntu and everything just worked. Even when I had a laptop with a touchscreen, the touchscreen worked no problem. Its a great place to start imo, but not a great place to stay as when you become more proficient with Linux you'll start to see the distro's limitations.

  • I think its just a matter of what your used to. People from the unix world would find dir confusing and copy too long.

  • What did you use before? You might be able to use many of the same things, or find open-source alternatives that work the same.

  • You can try out most linux distributions without even installing them. Just plug in the usb, boot from it and choose not to install and you can play around with it. You can try multiple linux oses this way before considering an installation. I'd recommend trying Mint, Ubuntu, Kubuntu and Bazzite (if you're a gamer).

    There are some extra steps you'll need to take in the BIOS, as in my experience modern computers tend to not have usb booting as the first priority at start up, so it just boots straight into windows no matter what.

  • I tried ktlint, it was having trouble handling libraries and kept giving me no reference errors for library imports.

  • I got the Kotlin compiler using sdkman, the closest thing to that command I found was: kotlinc -Xreturn-value-checker=full $(find . -name '*.kt')

    It doesn't really work, it just gives errors for every single import that comes from a library (libKTX in my case)

  • The debian/ubuntu package for the Kotlin compiler is super outdated, so I'll have to find a way to get it

  • You can get a third-party compositor such as picom or distros such as KDE Plasma will come with their own. They can cause problems in my experience, do not recommend using them.