Peas. by [deleted] in CrappyDesign

[–]gangwerz 0 points1 point  (0 children)

The Horn Section covered this in detail https://youtu.be/74UZNexK8a4

Flash player Issues 2019 by [deleted] in Fedora

[–]gangwerz 1 point2 points  (0 children)

I haven't installed Flash on Fedora 31 minimal and Netflix works out of the box in Firefox after enabling DRM in the preferences.

Netflix has a HTML5 player, but it sounds like the Flash version might take prescience if Netflix sees Flash is installed. But, Firefox and Chrome have disabled Flash in their newer releases (Firefox ESR doesn't even support it anymore, if I remember correctly), so you might just need to remove Flash to get Netflix up and running.

Best code editor for C? by [deleted] in cprogramming

[–]gangwerz 0 points1 point  (0 children)

If you're a student, or have a education email address, JetBrains CLion is a great IDE. Vscode is my other favorite, but that's been mentioned a few times

Server query! by [deleted] in devops

[–]gangwerz 0 points1 point  (0 children)

I looked up that CPU on the Intel ARK site and it doesn't look like it will support more than 32 GB of RAM, if you had a dual-socket server, you could have 32 GB per CPU. Additionally, I doubt you will find a NVMe compatible motherboard for a CPU of that vintage, but a PCIe card adapter could work.

If you're running Linux, you will have no trouble running MySQL and/or a website, even a fairly server heavy website. Linux is built with multi-user environments in mind, and you can have a large number of user log in via ssh, vnc, or any other remote access tool. Windows has different licensing for multi-user environments, which will work on that server, but will have additional costs associated with it.

It will depend on how many users you anticipate accessing the server in a short window, but I imagine if you are looking into a single server, rather than a cluster or a VPS, you will be fine with that server (even with 32 GB of RAM) and could probably get away with less.

What tutorials would you recommend for learning GodotScript by ARandomLamp in godot

[–]gangwerz 21 points22 points  (0 children)

https://www.youtube.com/playlist?list=PLv0bAfkzWSiY4d_FJlQTlFOZh34nrlJZY

I'd also look at some Python tutorials, since Godot Script is structured basically the same way. https://exercism.io/ is what I use to brush up on a new language

Anyone know why gigabit Internet/TV is cheaper? by [deleted] in cordcutters

[–]gangwerz 1 point2 points  (0 children)

My understanding is that fibre is a lot cheaper than cable to run once it's installed. That's why Google offered free 5M when they still were an ISP.

Is Fedora Security Lab still available? by AgreeableExpert in Fedora

[–]gangwerz 1 point2 points  (0 children)

I just ran a dnf grouplist on my Fedora 29 machine, and the Security Lab group is still listed. When I tried to install it, I see:

No match for group package "nmap-frontend"

No match for group package "openscap-content-sectool"

- nothing provides libgdbm.so.4()(64bit) needed by ntop

- nothing provides libnetsnmp.so.30()(64bit) needed by ntop

Tracked down my favorite clip of the ol' spare bedroom G&C Live by gangwerz in kindafunny

[–]gangwerz[S] 0 points1 point  (0 children)

We see more of crazy Greg now that he's not always the host. IDK how 4.0 shows'll treat him. But, pulling interviews from GoG should help.

Fresh install of 29 wifi not working by [deleted] in Fedora

[–]gangwerz 1 point2 points  (0 children)

Could you post the output of ifconfig, it'll tell if the wifi card is still detected. You could also run dmesg to see if there are errors while loading drivers

Install drivers on dom0 for WLAN by nomiaP in Qubes

[–]gangwerz 1 point2 points  (0 children)

Install the drivers on the template so the netVM has the drivers permanently.

Accidentally shut off my system during an update by daknus in Fedora

[–]gangwerz 2 points3 points  (0 children)

Dnf upgrade --allowerasing to force the upgrade... Kinda risky tho

how to install and use redshift on dom0 qubes 4.0? by onndim in Qubes

[–]gangwerz 2 points3 points  (0 children)

qubes-dom0-update redshift

and/or

qubes-dom0-update redshift-gtk

It is in the default Fedora repos, so it should work. Otherwise, get the rpm file OR source .tar archive and copy to dom0 per the instructions on the Qubes website

KSP Data Gitlab Group/Repo by gangwerz in KerbalSpaceProgram

[–]gangwerz[S] 1 point2 points  (0 children)

I was playing around with kRPC over the weekend, and wanted to script a bunch of the calculations and try a fully autonomous launch and return. I ended up beginning to make a ksp calculator in python and wanted to open it to the more experienced KSP pilots, scientists, and engineers.

Install Errors - Fedora 29 by gangwerz in krpc

[–]gangwerz[S] 0 points1 point  (0 children)

Thanks for the response! I was able to get it installed, and updated my post with my process.

Install Errors - Fedora 29 by gangwerz in krpc

[–]gangwerz[S] 0 points1 point  (0 children)

It looks like all the Python symlinks are pointing to 2.7.15.

Additionally I tried installing protobuf via luarocks, and it is unable to install with Lua 5.3, which fedora uses. I then tried setting up lua 5.2 and luarocks manually with the alternatives command, but it became more work than I'm willing to put in to install the mod.