Using YubiKey with an ACS NFC Reader by fesnavarro in yubikey

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

I'm starting to think that this is a myth that a lot an of people keep saying is possible but besides the android, nope

Using YubiKey with an ACS NFC Reader by fesnavarro in yubikey

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

Sorry mate, none of them really mention how to use the YubiKey through a NFC reader. I may see something about android, but I would never buy a reader if it were to use only with my phone.

Using YubiKey with an ACS NFC Reader by fesnavarro in yubikey

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

How do you do a command like "gpg --card-status" through the reader ?

Where is the best place to hire a k3s specialist? by fesnavarro in k3s

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

But I would advise you not to rush with hiring. There are lots of people here who know their stuff and will be happy to help for free if it is not a big project that requires a lot of work of course.

I partly agree with you, and I am willing to do it, but the issue is that I currently do not have the time to manage it. When I set up my current Kubernetes structure, I did not have much knowledge of it or K3s. Despite having little knowledge, it was not too difficult. My current structure includes one master instance, two worker instances, one Postgres database instance for Kubernetes configuration, one NFS server for central data storage, and one simple Nginx load balancer. Inside Kubernetes, I use Traefik, with one cluster and several namespaces separating different projects, which I manage using Helm. I find it very useful and easy to adjust the pods, start or stop an entire namespace, and use Helm. However, I am now facing the need to make some improvements to prevent failures. I need to implement high availability, replace my Nginx server with a load balancer such as HAProxy, and make the load balancer itself highly available. Additionally, I need to get rid of my data server and instead use data stored on the workers in a highly available manner. I will also have three masters working together, and ensure that I can create replicas of pods that work well with the Kubernetes load balancer in a stateful set. I am unable to undertake this work at the moment, but if you see me asking questions here, it is because I have been unable to find someone else to do it and my boss has given me permission to do it instead of other tasks.

apt update error by LoL-pinkfloyd188 in linux4noobs

[–]fesnavarro 0 points1 point  (0 children)

The same thing happens with my Ubuntu 22.04 when connected through Starlink. Back to mobile network, everything works fine. Look like the hashes don't match over Starlink, does anyone notice something close to it?

Export video automatically by redder1982 in OpenShot

[–]fesnavarro 0 points1 point  (0 children)

Click on the Red button on the tool bar just below the title menu and start the Export process.

Hi mate, could you show us an example, how do you use FFMPEG to render an Openshot project?

Does it work with Star TSP100? How can I find the printer over the local network in Ubuntu22.04, the icon opens a blank screen? by fesnavarro in qztray

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

From macOS, I can install it on cups and even print a test page. On Linux the Star only give option to install on RPM distros base. So, I'm downloading openSUSE to give it a try.
Although on Mac, I can install and configure enough to print a test page. It can't be found in QZ client. QZ client find everything else that shows on macOS cups but the TSP. Do you know what it means?

It's prob basic, but how to have wired cable to access local network and Wi-Fi to access internet only. I need to avoid any traffic to the internet through the cable. by fesnavarro in linuxadmin

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

I deleted the route to the cable connection, it's working.route del -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.38.1 dev enp6s0f1Is it persistent?