this post was submitted on 27 Jul 2024
27 points (86.5% liked)

Linux

47287 readers
708 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
27
Golang on debian (h0bbl3s.port0.org)
submitted 1 month ago* (last edited 1 month ago) by h0bbl3s@lemmy.world to c/linux@lemmy.ml
 

I’m a big fan of debian. I’m also a big fan of golang. One of the sacrifices debian makes to be so stable is lagging behind a bit on software versions. Debian users generally understand this, and also understand that it’s a good idea not to mess with the system versions of software. Here I will demonstrate how I configure my system to use whichever version of go I wish without harming the overall system configuration.

you are viewing a single comment's thread
view the rest of the comments
[–] h0bbl3s@lemmy.world 4 points 1 month ago (1 children)

Hugo is a static website generator used frequently for blogs. hugo bear blog is just one of the themes for it I happened to like so I used it. It does build reactive sites so that they look good on a phone or a pc.

[–] picofarad@noauthority.social 1 points 1 month ago

@h0bbl3s oh, okay. Thank you!