• 0 Posts
  • 26 Comments
Joined 10 months ago
cake
Cake day: June 6th, 2024

help-circle






  • The multiple power supplies are for redundancy. It will work with one plugged in but you are “supposed” to plug in both.

    It’s fundamentally not that different from a consumer desktop. Plug in a monitor and a keyboard and a USB with your preferred flavor of headless Linux installer on it. Configure ssh as the first thing you do because you won’t want to plug the monitor and keyboard into it every time you need to tweak something.

    You can probably find VGA to HDMI adapters if you can’t find a monitor with VGA support.










  • You may be confusing git with GitHub.

    git is a version control tool that lets you keep and manage a history of the files you are editing

    GitHub is a website (not directly affiliated with the group maintaining git) that lets you upload, backup, and share your code using the format used by the git tool.

    source control just refers to software to manage your source code in some form. git is the most popular tool of its kind, but there are others, for example mercurial.