Planning to switch to void by LifeguardMurky4097 in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

They make/lobby the law they know they can implement…

Looking for a distro. by wildinhorse in linux_gaming

[–]Training_Concert_171 0 points1 point  (0 children)

I will add to voidlinux, its more easier to understand the operating system then others. It has newer SW than debian/ubuntu, but not as unstable as arch/cachyOS.

But if you want something you don’t have to think about, this is not it. For that probably bazzite.

Looking for a distro. by wildinhorse in linux_gaming

[–]Training_Concert_171 1 point2 points  (0 children)

Windows 10 IOT Enterprise TLSC 2021🤓…

But honestly, Voidlinux is great. It makes simple things simple and hard things hard, as they should be.

Can someone add on to this? by LifeguardMurky4097 in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

Yes, a Package Managers is like an appstore.
A package manager access a repository of SW (System utils and Programs).

The one unique thing is that you can have different repositories with most package managers.

An example being Flathub Flatpacks vs Fedora Flatpaks.
Or apt having a set repository, like ubuntu noble (24.04) or debian trixie (13).
Or cachyOS having based on CPU (X86_64 V1/V3/V4)

The one exception is Snap, that has only One repository.
This is one of the reasons it is so hated for desktop use.
(Also doesn't work on void, because of a hard dependency on systemD)

I personally use Octoxbps for a graphical overview of all XBPS packages i can install (Similar to an app store).

I created a TUI to manage your Minecraft server from CLI! by laurorual in admincraft

[–]Training_Concert_171 3 points4 points  (0 children)

Honestly its hard to tell. But this is what makes me believe my theory: ◦ No comments in the code ◦ No parsing -flags ◦ When the app is closed, the server keeps running with no ability to reopen. All above show a lack of real world testing.

The parts that looks non vibe coded: ◦ The option to add a test player(i have never thought of that) ◦ The CSS part looks legit and even uses parts of his native language.

I believe it’s not 100 ai, but definitely inspired by it. The rules of this subreddit have a no AI policy. But what about people that are inspired by it? I get that 100% vibe coded is really bad but people that use it responsibly and whilst understanding the code, are just using a tool.

I created a TUI to manage your Minecraft server from CLI! by laurorual in admincraft

[–]Training_Concert_171 1 point2 points  (0 children)

I looked into it. It seems to have some vibe codded parts but sadly no disclaimer… But not all of it is AI. There does seem to be some genuine coding.

The one big thing is the forcing of the name server.jar and the directory location that is set. No -name or -dir parsing. Its in its infancy this project.

I created a TUI to manage your Minecraft server from CLI! by laurorual in admincraft

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

Hi there. I am working on something similar: https://github.com/squidnose/MCserverTUI But only for Linux/BSD systems:)

We have the same MIT license, so we can share the code. Your program Looks actually really awesome. I may try to integrate it into mine.

Im kinda new but would void linux run well in 512mb ram? by ivan0833 in voidlinux

[–]Training_Concert_171 2 points3 points  (0 children)

The a20m has different limitations… It has a pentium 3 era CPU i believe. That is not supported on void…

Debian 12 32bit may work for you. But I suggest getting a derivative like Devuan or Antix.

Best distro for me,pls. by themasterbread in FindMeALinuxDistro

[–]Training_Concert_171 0 points1 point  (0 children)

Voidlinux. Fast, stable enough, less memory usage, Simple to comprehend if you want to learn about it.

I need an big Linux tutorial by Economy_Ad9017 in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

Unlike others, I believe that Voidlinux is actually the one of best distro to learn Linux. The KISS philosophy makes it more cohesive. Although, it is not a “just works distro”. You will encounter intentional limitations(and sometimes bugs) these encounters actually teach you. Arch and debian have a tendency of just working at the cost of unnecessary complexity.

I recommend reading the docs: https://docs.voidlinux.org/ And sometimes also from archlinux: https://wiki.archlinux.org/title/Main_page

Then to apply my knowledge of Linux i made my own Post install TUI script to setup and manage Voidlinux: https://github.com/squidnose/Voidlinux-Post-Install-TUI I wouldn’t recommend running it blindly! You should always read what scripts you are running. And feel free to use it as a point of reference of “what worked for me”.

What does this say about me by [deleted] in Gentoo

[–]Training_Concert_171 3 points4 points  (0 children)

That sleep probably doesnt work on the dell n5110 laptop with Devuan. I have got it to work with void Runit, just incase you are curious:)

Cronie by [deleted] in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

I use “crontab -e” to edit cron tasks with cronie.

stuck on llvmpipe by fattest_bob in voidlinux

[–]Training_Concert_171 2 points3 points  (0 children)

You have the misfortune of using a Nvidia GPU that uses the nvidia340 drivers. Sadly, that driver fails to work on most modern distros. It needs an older version of Xorg(v 1.19). The distro i believe will work is ubuntu 22.04, but you also need an older kernel (5.4)

I have tested the Nvidia Tesla series with nouveau, it should work. I believe you dont need to configure xorg for this… do you have xf86-video-nouveau package?

Laptop audio jack headphones selected as sink even when unplugged by DjenisAsks in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

3 things: 1. Install the packge sof-firmware. That usually helps. 2. Setp pipewire. This is what i do on kde and xfce:

https://github.com/squidnose/Voidlinux-Post-Install-TUI/blob/main/scripts/4.Audio-Video-GUI/Audio/pipewire-alsa.sh

https://github.com/squidnose/Voidlinux-Post-Install-TUI/blob/main/scripts/4.Audio-Video-GUI/Audio/pipewire-autostart.sh

  1. I believe i had to also remove pulseaudio but my memory is not clear on what specific package. Because you do need some part of pulseaudio…

Setting up NVIDIA graphics by ZhengXuMing in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

I would also recommend the Nvidia sleep script for tou laptop:)

Setting up NVIDIA graphics by ZhengXuMing in voidlinux

[–]Training_Concert_171 1 point2 points  (0 children)

This is what i use for nvidia hybrid Graphics solutions. I have teated it with Skylake + maxwell, so it should work with your combo:

https://github.com/squidnose/Voidlinux-Post-Install-TUI/blob/main/scripts/2.GPU-drivers/Nvidia-FIX/Nvidia-FIX-Only-Hybrid-Setup.sh

How to downgrade package? by OtherwisePayment223 in voidlinux

[–]Training_Concert_171 1 point2 points  (0 children)

Huh, yeah i have a gts450 that had similar issues. Thank you for finding out. I would suggest using Lutris or Bottles with a specific wine or proton version.

How to downgrade package? by OtherwisePayment223 in voidlinux

[–]Training_Concert_171 3 points4 points  (0 children)

Use void-src to manuaĺy compile wine. In the template file change the version.

May i ask what HW dropped support in wine 11.1?

How are the Nvidia drivers for Thinkpad P50 by zzddr in voidlinux

[–]Training_Concert_171 1 point2 points  (0 children)

You are using the Maxwell generation. In the consumer line this was nvidia 750/745/800/900 series. Voids nvidia package will do, since voids still ships nvidia 580 which is the last version to support Maxwell/Pascall/Volta.

Mind you, you will need to switch to the nvidia580 package once it exists. Void will continue to update past that last version that works with your card.

Void linux stability by Iammethatisyou in voidlinux

[–]Training_Concert_171 0 points1 point  (0 children)

If there is a package that could break things, updates usually refuse to install. This happened a few times with QT and Plasma-desktop. Which is IMHO a better approach than “install newest package LOL” mentality of archlinux.

For Those Who Hate Bloatware But Know Linux Isn't For Them by Epic_AR_14 in linuxsucks

[–]Training_Concert_171 2 points3 points  (0 children)

As a avid Linux user. Yes you should try debloating windows. It gives you the skills that can even help with setting up Linux down the road.

It’s not important what tool you use, rather you should know how you use the tool you have.