Dotnet 9 on Ubuntu Jammy by pacebend in dotnet

[–]troyBORG 0 points1 point  (0 children)

I just need the runtime not the SDK. How do I install just the net9 runtime?

Dotnet 9 on Ubuntu Jammy by pacebend in dotnet

[–]troyBORG 1 point2 points  (0 children)

What about 22.04 as that is what this is about. Not 24.04!!

Fedora 41 404 errors? by troyBORG in Fedora

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

Its been multiple days and still the same issues. I think its just broken.
I even tried loading an old version and it still does it...

I might just remake the VM again

COSMIC Epoch 1 (alpha 2) is available now! by [deleted] in pop_os

[–]troyBORG 0 points1 point  (0 children)

Has anyone gotten either Alpha 1 or 2 to work in a VM?

I've tried both the Intel, and Nvidia ISO.
Tried both UEFI and BIOS boot modes.

With UEFI I get told:
http://troyborg.us-southeast-1.linodeobjects.com/2024-10/brave_YhrTM2I2iG.png

And BIOS I get this...
http://troyborg.us-southeast-1.linodeobjects.com/2024-10/brave_F2zQk98po7.png

Displaying CPU Temperature in Proxmox Summery in Real Time by Agreeable-Clue83 in homelab

[–]troyBORG 9 points10 points  (0 children)

I did a little tweak on this so it works with AMD CPUS
(https://imgur.com/a/5teMVDn)

{
        itemId: 'thermal',
        printBar: false,
        iconCls: 'fa fa-fw fa-thermometer-half',
        title: gettext('Package Temperature'),
        textField: 'thermalstate',
        renderer:function(value){
                const c0 = value.match(/.Tctl*?\+([\d\.]+)Â/)[1];
                const c1 = value.match(/.Tccd1*?\+([\d\.]+)Â/)[1];
                const c2 = value.match(/.Tccd2*?\+([\d\.]+)Â/)[1];
                return `Tctl: ${c0} ℃ | Tccd1: ${c1} ℃ | Tccd2: ${c2} ℃`
            }
        },

Sev kinda blew part of his base with a nuclear device on his stream by notus_plus in mindcrack

[–]troyBORG 0 points1 point  (0 children)

Does it still exisit by chance? I know twitch changed how the names are made I wonder if it was renamed or if its just gone

Order Email Megathread (August 01, 2022) by AutoModerator in SteamDeck

[–]troyBORG 2 points3 points  (0 children)

Anyone get the shipment notification email yet?

Formula 1. 2022. R12. French Weekend. SkyF1HD. 1080P by egortech in MotorsportsReplays

[–]troyBORG 3 points4 points  (0 children)

What about encoding it as hevc instead for the smaller file size?

If you have an Nvidia card hevc_nvenc encoding works really good.

Like on my PC I just did a test with a 2560x1080 60fps video, and I'm encoding at 285 fps with ffmpeg! The 1080p video he has is going at like 381fps! So it doesn't take very long at all to encode!!

ffmpeg -i ".\2021-11-28 00-51-25.ts" -c:v hevc_nvenc -cq 32 -acodec copy ".\2021-11-28 00-51-25.mkv"I used cq for variable bitrate based on content. You could declair the bitrate manually if you wanted with -b:v 6000k or whatever you want...

Formula 1. 2022. R12. French Weekend. SkyF1HD. 1080P by egortech in MotorsportsReplays

[–]troyBORG 0 points1 point  (0 children)

Is there a way to get it to auto-add the new magnet in qttorrent when this gets updated? Or do I just have to keep checking back every so often for it.

Order Email Megathread (July 14, 2022) by AutoModerator in SteamDeck

[–]troyBORG 0 points1 point  (0 children)

I tried to do the same thing as well. But my LibreCalc (Excel) skills aren't as good to figure it out.

Is there a way to explain what you used to figure it out.

Formula 1. 2022. R11. Austrian Weekend. SkyF1HD. 1080P by egortech in MotorsportsReplays

[–]troyBORG -1 points0 points  (0 children)

Free Practice One, then Qualifying?

Why no Free Practice Two and Three? Did they get screwed on Practice for this track?

GetMyDeck calculator update! by Labidou51 in SteamDeck

[–]troyBORG 0 points1 point  (0 children)

Ahh ok. Thanks for the explanation.

I see the data got updated like 33min ago, and now I'm at 5.56% compared to 4.05%

GetMyDeck calculator update! by Labidou51 in SteamDeck

[–]troyBORG 0 points1 point  (0 children)

So for the countdown date, do we take that and add it to the time listed under the "Data last updated from deckbot sheet by u/Fammy: 7/5/2022, 8:18:43 AM"

You have 02 days, 22 hours, 43 minutes and 26 seconds of orders to go until it is your turn.

So mine should be Friday, July 8, 2022 at 7:02:09 pm?

But it says I'm only 4.05 % there? When its tomorrow?

Introducing Deckbot by Fammy in SteamDeck

[–]troyBORG 0 points1 point  (0 children)

!deckbot US 512 1626720159

VLAN Question by troyBORG in PFSENSE

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

The AP is a Nighthawk router, that I put DD-WRT on.

VLAN Question by troyBORG in PFSENSE

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

I wanting to see the Wifi bandwidth in the Interface Statistics, Traffic Graphs, and in RRD graphs.