SteveTech

joined 2 years ago
[–] SteveTech@programming.dev 2 points 4 months ago (1 children)

Epic!

You should be able to add options it87 force_id=0x8688 ignore_resource_conflict=1 to /etc/modprobe.d/it87.conf (or whatever filename) and it87 to /etc/modules. To get it to run at startup.

[–] SteveTech@programming.dev 3 points 4 months ago (4 children)

You can try ignore_resource_conflict which is it87 specific, rather than a system wide acpi_enforce_resources.

modprobe it87 force_id=0x8628 ignore_resource_conflict=1

The reason why this is needed is ACPI claims the I/O ports required to talk to the it87, and Linux doesn't want to override that.

[–] SteveTech@programming.dev 9 points 4 months ago* (last edited 4 months ago) (1 children)

The master branch works well with Intel ARC, I contributed a lot of the ARC changes. I don't think they've made it into a release yet though.

Edit: 3.2.0 has them: https://github.com/Syllo/nvtop/releases/tag/3.2.0

[–] SteveTech@programming.dev 12 points 4 months ago* (last edited 4 months ago)

I got through University running Debian testing. It was mostly fine, some Linux based subjects were way easier without dealing with a VM (they recommended against WSL for some reason).

However there were a couple units that absolutely required you to use Visual Studio (non-code), I occasionally used a VM, the Uni IT also provided me with a remote VM (there's a form to fill and and it's all automated). But I mostly used Rider, which for one unit it confused their CI and I got marked down for (otherwise got top marks so it's fine).

For office, it didn't matter. Group projects mostly used Google Docs, occasionally Microsoft Office where the online version worked fine. All my units wanted PDFs at the end anyway, so it does not matter that you used LibreOffice or whatever. Some units provided you with DOCX templates, I had no issues opening them with LibreOffice.

Edit: People are mentioning online exams, my Uni did 'online quizzes' which worked fine, and some had to be done in class on their PCs anyway. Final exams where always done on paper.

[–] SteveTech@programming.dev 2 points 4 months ago

Ahh sorry, I thought you meant you plugged it into the input side. If that's the case then are you running anything that measures CPU usage? I run the TIG stack, it might be able to give you some hits. Also back to my original point which is already unlikely, if it's a modified sinewave UPS, it can confuse some measuring devices while it's on battery.

[–] SteveTech@programming.dev 8 points 4 months ago (2 children)

It's weird to do this daily, but it's possible that the UPS is doing a self test, which would drain the battery a little and the load is from charging it back up.

[–] SteveTech@programming.dev 23 points 4 months ago

The symbol they defined out is not the equals symbol but rather U+2550, so the for loop is fine.

[–] SteveTech@programming.dev 9 points 6 months ago (1 children)

It can, but it requires creating your own signing key, registering it with secure boot, and signing your nvidia driver.

There's a guide here: https://askubuntu.com/a/1049479

But if you're running any out of tree drivers (e.g. the nvidia driver), I'd recommend just leaving secure boot off.

[–] SteveTech@programming.dev 3 points 6 months ago

I never mentioned vulnerabilities, I just wanted to point out that, RDP doesn't really work without a graphical session, Windows Server Core gets around this by being a graphical session (although very basic).

Also I'm not sure, but I don't think Windows handles RDP on the kernel level, it's just nicely tied in with DWM and doesn't have to deal with the multitude of window managers on Linux.

Handling RDP on the kernel level does sound like a bad idea security wise, but there should be a better way.

[–] SteveTech@programming.dev 1 points 6 months ago (2 children)

Windows Server Core still has a window manager, just all it does show a command prompt very similar to the one in the usual Windows recovery environment.

[–] SteveTech@programming.dev 9 points 6 months ago

I wonder if this made it into the android kernel: https://www.androidpolice.com/pixel-stutter-bug-addressed-by-third-party-dev/

Or if it is just general updates.

[–] SteveTech@programming.dev 9 points 6 months ago (1 children)

You have to be on the March update, then go to Developer options -> Linux environment, and enable it. Then 'Terminal' will appear in your apps drawer.

view more: ‹ prev next ›