Eric_Pollock

joined 10 months ago
[–] [email protected] 101 points 1 week ago

Did this post receive more engagement than the game itself?...

[–] [email protected] 1 points 2 weeks ago

Tried to go mining my SO with dual ROCs. Filled them to the brim, then found out there's no way currently to sell anything from them because of the physicalized inventory.

Now we have collectively ~$200,000 sitting in our storage crates because we can't sell...

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

What do I do about this?

Edit: Nevermind, ignored the part where it says to "Use "C:" as destination. My bad!

[–] [email protected] 29 points 1 month ago* (last edited 1 month ago) (11 children)

Server to host media. Super easy to set up and can run on a Windows client. Don't even need an independent server to run it on. https://jellyfin.org/

https://kodi.tv/ (or https://libreelec.tv/ for an OS that boots to just Kodi)

Application to watch through Kodi https://github.com/jellyfin/jellycon

Client to run Kodi on: MeLE PCG02 Mini PC Stick https://a.co/d/1EGnekO

If you didn't want to install LibreELEC to the PC and just want to keep Windows, you could run Kodi in Kiosk mode and it would boot directly to it just like LibreELEC.

I have not watched normal TV in years, let alone an ad on my TV. I spoke to my neighbors one day and figured out they were paying ~$60 a month for all their streaming services, and they're STILL getting ads...

Stuff like this is unacceptable, and I refuse to partake in the lunacy and delusion that is modern television.

[–] [email protected] 11 points 1 month ago

I really like Fast Draw. I wanted the app pages like Nova has, and personally didn't really need any more than that. This one works like a charm!

https://github.com/peterfajdiga/FastDraw

[–] [email protected] 110 points 2 months ago* (last edited 2 months ago) (3 children)

Observers on social media compared the platform’s name “We” to the highly influential 1921 dystopian novel of the same name by Russian author Yevgeny Zamyatin.

They actually couldn't choose a different name than the novel that was written specifically about this very dystopian subject? Did they use it as inspiration? Because that seems more than coincidence...

[–] [email protected] 2 points 2 months ago (1 children)

Sorry! I made a mistake in my post. I used rpm-ostree, not dnf

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

How would I do that? When trying to add my printer, it wouldn't let me continue unless I selected a printer model

Edit: I found the generic printer option under the model selection. However, when I select it, the paper goes through the printer but nothing is printed

29
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

Hello! I use Bazzite Linux with KDE, and I'm having some issues with duplex printing on my system.

I have a Brother HL-L2300D, and I've already installed the drivers for it. Brother provides an install script for their driver on their website, but because my system is rpm-ostree based and immutable, I would get rpm-ostree errors and the installation would fail.

I found a Reddit post yesterday that suggested running sudo rpm-ostree install printer-driver-brlaser, which worked and I was able to connect to the printer and configure everything as needed.

However, when I try to print on both sides of the page, the back side of the page prints upside-down. I've tried changing the setting for which edge to flip when printing (portrait/landscape), and it doesn't seem to change anything. I printed the same document on a Windows machine on this printer, and it went through just fine, so I've isolated the problem down to the CUPS server that my machine is running.

If there's any more information I can provide, please let me know. I've tried the troubleshooting steps I know and have reached the limit of my knowledge.

 

Creating importer: Failed to invoke skopeo proxy method OpenImage: remote error: cryptographic signature verification failed: invalid signature when validating ASN.1 encoded signature ___

I was banging my head against my keyboard for an hour thinking that I broke my system until I saw this.

[–] [email protected] 5 points 3 months ago

The GIGA-STUF

[–] [email protected] 10 points 3 months ago* (last edited 3 months ago) (4 children)

I drive 100 miles a day for my IT job in Austin. I live in Rockdale... So my commute is ~1:30 each way.

But the prices getting closer towards Austin are so bad, I don't wanna move out of principal since I'd be doing nothing but burning money through rent and not receiving anything in return...

[–] [email protected] 19 points 4 months ago

Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and ventoy will give you a boot menu to select them.

Source

20
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Edit: I found the solution! All I had to do was add the uid with my username, then I also had to add "forceuid" for it to actually go through. My fstab entry now looks like:

//192.168.1.21/Media-Library /mnt/Home-NAS/Media-Library cifs user=Jellyfin,password=password,uid=my_uid,forceuid,iocharset=utf8 0 0

Thank you @[email protected] for posting the solution from Stack Exchange!


Hello! I have an Ubuntu server with a NAS mounted using cifs-utils, and I've created an entry in fstab for the share to be mounted at boot.

My fstab entry looks like this:

//192.168.1.21/Media-Library /mnt/Home-NAS/Media-Library cifs user=Jellyfin,password=password,iocharset=utf8 0 0

(The password is not actually "password" of course)

However, while I'm able to access the share perfectly fine, and even have a Jellyfin server reading from it, I cannot write files to the share without using sudo. I have some applications that manage metadata for music, and they're not able to change or add files in any way.

I am however able to access the share from my Fedora machine just fine with the same credentials, since I use KDE, I just added them to the default "Windows Share Credentials" setting. I don't have the issue where I have to use sudo to modify files, so I know it's just an issue with the share mounted to the server and not permission issues on the NAS itself.

What am I doing wrong?

view more: next ›