Search

Booted into Fedora 41 KDE Plasma and now have no networking/internet
Hello everyone.
I started my PC for the day and cannot access my LAN and have no internet using the internal NIC on my Asus B550-F motherboard and a separate PCI NIC as well. Booted into a Fedora LiveCD and do have internet on Firefox. The PC was working perfectly last night when I shut it down.
My GL-MT6000 router sees the PC as a wired client and issued its static IP, but I cannot ping the PC from any other computer on the same network.
I'm pretty new to Linux, so I'm not sure what info to supply, but I'm hoping someone can offer a useful suggestion.
Thanks very much!

How to install a go program?
System: Linux Mint 22.1 Xfce, with the following golang files installed.
I'd like to install meme
- https://www.linuxlinks.com/linux-candy-meme-fun-tool-create-memes/
- https://github.com/nomad-software/meme
But when I try the installation instruction from the GitHub page, I get
go
$ go get -u -v github.com/nomad-software/meme go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.
When I replace get
with install
, I get:
go
$ go install -u -v github.com/nomad-so

Uninstalled firefox still recieves updates?
Distro: Linux Mint Cinnamon
I use a different Browser and hence uninstalled firefox. But it still receives updates through the system, same with thunderbird. My upgrade manager flags them as security updates sometimes, so I install them. But are they actually necessary? Can I make my system filter them out when updating, or is that a bad idea?
Solution:
run dpkg -l "*firef*"
to find there were still firefox packages installed. Removed them. Hopefully did the trick.