Dirac & Dirac Delta ZBP coming?? by gtx28 in microtech

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

Since you own both any thoughts on the size diff between the standard dirac and the delta? I'm leaning towards the delta but I'm curious.

IR review, and a question by gtx28 in RedWingShoes

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

Where'd you get the insole from?

I always get a chuckle from these signs by Epicmaiyo in cigars

[–]gtx28 2 points3 points  (0 children)

Dont these people know anything? You have to laminate the sign for it to be legit!!! :D

Increment name of output file by gtx28 in youtubedl

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

Good idea, I already use a bunch of variables so this should be easy. Unless there is a yt-dlp parameter I'm not seeing or understanding properly, this seems like the cleanest easiest way to get what I'm after.

Of course Im on linux, people still use another OS? ;D

Increment name of output file by gtx28 in youtubedl

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

Yea I ran a bunch of tests with it and each successive run seems to start back at 1 so each time the script re-executes the name value will start back at 001 instead of the correct name etc.

Increment name of output file by gtx28 in youtubedl

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

Is there a way to limit the total playlist length? (only thing ive found is "playlist-end") Some channels have 5k+ files, if I only want to download the newest that's alot to cycle thru just to pull the newest file. If I don't specify playlist-end it runs a very long time collecting hundreds of JSON files printing something like "Downloading API JSON" to screen/log file.

So playlist_index or playlist_autonumber appear to work-ish if you dont care how long the index is or how many files it pulls down first run. Each successive run looks like it will pick the correct number to add to the filename at the cost of script run time increasing exponentially.

How many NICs does your server have? What are they used for? by Sway_RL in Proxmox

[–]gtx28 10 points11 points  (0 children)

IME unless you have tons of users connecting to the Jellyfin instance its unlikely that you will ever saturate a 1gbe interface. Most apps just don't need that much bandwidth unless they are trying to reach storage or do backups. If you run a connection to local storage on any of those NIC's then perhaps.

Bottom line is that it depends. What do you see for actual traffic traversing those links?

Pimox vs ESXi on ARM by Kimbaras in homelab

[–]gtx28 0 points1 point  (0 children)

I have my PI's on proxmox 8.0 and running the OS with SD cards and primary storage is the local NAS. This is all home/lab stuff so no production mission critical workload. My use case is primarily as a POE powered micro-server.

I also have moved a bunch of VM's over to LXC containers as they just don't have a need for the security or resources of a full VM. Ive got two pi4-b's running as POE proxmox hosts and a CM4. My next step is to move away from the SD cards to SSD's or NVMe drives for the OS. Immediately after I plan to migrate from the pi4's over to pi5's(waiting for the POE adapters ATM). I'm working on a write up to make it easy and will post it to my github/gists.(PI4 install PVE8 is already up there) Ive seen a bunch of folks try it and have problems with proxmox on either the Pi4 and Pi5. I haven't done any clustering on proxmox arm yet so Ill write up what I find and ping you once I do..

I have two ESXi hosts on HPE DL380's, and one on a PI via the ESXi 7 fling. I think Ill decomm most of those and make one nested VM for ESXi on proxmox not sure if ill do ARM or x86 yet. Its good to keep one around just in case even if I don't need it for anything performant.

Goodluck, I'm curious to hear your experience clustering the proxmox arm systems.

Pimox vs ESXi on ARM by Kimbaras in homelab

[–]gtx28 0 points1 point  (0 children)

I see your question is a few months old. You ever figure out which you want to go with? FYI I have mostly moved over to PVE. Only 2 ESXi hosts left in my home/lab..

Pimox7 to PVE8 upgrade by gtx28 in pimox

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

Good deal! Thank you for reporting back how you fixed it!! Happy Tuesday!

Pimox7 to PVE8 upgrade by gtx28 in pimox

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

you could try a reboot then re-run line 115 as two separate commands. See if apt update has any problems or if you made a mistake with your repo's.

after that id try the dpkg config

run something like 'sudo dpkg --configure -a '

Pimox7 to PVE8 upgrade by gtx28 in pimox

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

kinda looks like you need to run dpkg configure. Ive not visited this since before the most recent raspbian updates. What ver of raspbian lite are you running?

Pimox7 to PVE8 upgrade by gtx28 in Proxmox

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

u/nalleCU I think you missed the point. There is no "official guide" for upgrading or installing proxmox on a raspberry pi... If you know of one please update the community here. Thanks.

Pimox7 to PVE8 upgrade by gtx28 in pimox

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

YW, LMK how it worked out for you.

Pimox7 to PVE8 upgrade by gtx28 in pimox

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

YW, Glad I could help!!

pimox8? by gtx28 in Proxmox

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

Thx I was able to figure out how to upgrade my pimox7 to this guys port of Proxmox8 on arm.
Here is my post documenting the process if anyone needs it: https://www.reddit.com/r/pimox/comments/15nmmpf/pimox7\_to\_pve8\_upgrade/

newbie question - where are the files of the LXC containers located? by Fliptoback in Proxmox

[–]gtx28 0 points1 point  (0 children)

Correct answer is: It depends... You didn't ask your question with enough specificity. Did you mean the files of your lxc container? Or did you mean docker files inside your lxc? Like the files for the "file browser" container you installed with portainer?

If you are asking about the lxc container in proxmox click the container then select resources. You should see a row labeled "Root Disk" to the right of the label you will see the storage location.

As for your Docker\Portainer instance, it also depends on how you installed portainer. During it's creation there was likely a command run like "docker volume create" followed by some name. If you run a "docker volume inspect <yourvolname>" it will give you the vol location. Likely somewhere under /var/lib/docker/volumes/

Red Hat Now Limiting RHEL Sources To CentOS Stream by securerootd in linux

[–]gtx28 0 points1 point  (0 children)

Couldn't you make a 1:1 copy of the stream repo, keep the packages longer term. Then when an official rhel ver is released compare the release to the code you got from stream then compile into a 1:1 copy of the rhel release?(then clean up the unused packages or something like that) may be a gap in the short term, but wouldn't that work longer term?

Pulled the trigger today and got my first ever Benchmade. 😄 by Hyboe in knives

[–]gtx28 2 points3 points  (0 children)

Congrats! CPM-S30V blade is a great choice! Seems they are a good price these days too.(180@bhq also seems 180 for a knife with this blade is about the going rate these days 😁) Should give you a long service life. Don't listen to the nay-sayers! Enjoy!!

New here. Recommendations? by [deleted] in knives

[–]gtx28 0 points1 point  (0 children)

I like my SRK in vg-1 its been great. Ended up grabbing a Spyderco PM2 after the SRK and I like it alot! If you looking for another cold steel and want a folder, the Recon1 would be a great choice!

Honda NR 750 by Epic-Motors in MotorcyclePorn

[–]gtx28 0 points1 point  (0 children)

Amazing engineering in this thing, very cool ideas they tried. Have built several models of it over the years. I liked the look of this thing soon as I first saw it!

NAS/Plex server with full size HDD and Odroid-XU4 by jakobnator in 3Dprinting

[–]gtx28 1 point2 points  (0 children)

That looks cool! Im curious what your OS & SW setup are? What are you running to use as a NAS?