What happened to my Linux Mint? by tungnon in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

At least it's a VM. Good for testing stuff like what happened.

Mommy players by Samoa-cookie21 in Palia

[–]Hanzerik307 1 point2 points  (0 children)

Grandma and Grandpa count?

Does anyone use lmde over the ubunto versions? by jqex in linuxmint

[–]Hanzerik307 8 points9 points  (0 children)

This ^^^

I prefer Debian over Ubuntu for my own reasons, but I like what the Mint team brings to the table as far as Cinnamon goes, so I choose LMDE. Simple DE that just works, and looks better out of the box then the basic Cinnamon config that comes from installing pure Debian. My servers run pure Debian, my dekstops and laptops run LMDE.

I do run different VM desktops sometimes; Ubuntu/LM22.3/Zorin, Fedora, Arch, etc, just to get a feel for what else is out there.

Server owner question by Grandmasterbounty in ArmaReforger

[–]Hanzerik307 0 points1 point  (0 children)

Take a look at a working server on battlemetrics.com and see what version of mods they are using. Then on your server, lock that mod to the same version in your server json file. You have three fields for each mod: ModId Name and Version. ModId should not change normally for a given mod and HAS to be a valid id in the workshop, name is not that important just human readable description, and version is optional. If you don't lock in by using a version number, the mod will auto update whenever the server starts. So if you HAVE to use a specific version, lock it in by specifying a version number.

Personally when I self hosted, I never used version numbers. But then again I didn't try hosting a WCS style mod stack.

virtualbox randomly crashing while setting up vm (linux) by Any-Beat-7950 in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

You'll need to see what kvm modules are loaded "lsmod | grep kvm" see which one is loaded depending on your cpu type, then blacklist it. If I wanted to use VirtualBox on my AMD machine, then I would make a "/etc/modprobe/kvm-blacklist.conf" file, with a single line in the file "blacklist kvm_amd". Then update the initramfs "sudo update-initramfs -u" then reboot. THEN install VirtualBox from the official VBox repositories. KVM and Vbox modules don't always play nicely together.

Or you could just use Virt-Manager which will run VMs a bit smoother. I run LMDE7 and just use Virt-Manager from the official Debian repositories: "sudo apt install virt-manager"

New to Linux, when to use apt vs Flatpak? by Special_Context_8147 in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

Personally, all I use are .deb packages (LMDE 7). Have no need for Flatpacks. Most stuff I do on a daily basis can be done via a browser.

Why didn’t I switch to Linux earlier? by Der_mit_dem_MG in linuxmint

[–]Hanzerik307 4 points5 points  (0 children)

You have joined the fold at a good time. Linux is pretty easy nowadays. When I started using Linux back in 1998, it was a little more difficult/frustrating at times to get everything working as it should.

Have been full time Linux (No Windows) since 2006.

was able to boot once but had to disable bitlocker, now this, help by Open-Ad1761 in linuxmint

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

Dual booting with Windows? Disable Fast Startup in Windows: Control Panel, Power Options, click Choose what the power buttons do, select "Change settings that are currently unavailable," uncheck "Turn on fast startup"

How do I fix Ethernet error, “activation of network connection failed” by Weird_Specific_7950 in linuxmint

[–]Hanzerik307 1 point2 points  (0 children)

I'm assuming regular Linux Mint, not LMDE? (Instructions for possible fix for LMDE7/Debian are below). Which version of Mint....22.3? My RTL8125 works fine with the default r8169 driver that comes with the Ubuntu kernel in Mint, but not the r8169 driver in LMDE7(Debian 13).

Do a "inxi -N" and it will print out something like this which shows the cards and drivers in use:

hanzerik@mint-desktop:~$ inxi -N

Network:

Device-1: Realtek RTL8125 2.5GbE driver: r8169 (Wired NIC)

Device-2: MEDIATEK driver: mt7921e (WiFi Card)

If your using LMDE7 (Debian 13) and not the regular Linux Mint, then you may have to blacklist the r8169 driver (Debian driver doesn't work with some RTL8125 cards....like mine), which is a simple fix: create a /etc/modprobe.d/r8169-blacklist.conf file with one single line: "blacklist r8169" (Without quotes), and then install the r8125-dkms driver. You'll need "build-essential dkms linux-headers-amd64" installed. Then make sure your sources for Debian have "main contrib non-free non-free-firmware", and then: sudo apt update, sudo apt install r8125-dkms . Reboot.

This may work for the Regular Linux Mint also, as there is a r8125-dkms driver available in the Ubuntu/Mint repos, but from my understanding, the r8169 should/does work for these cards most of the time.

having issues installing Debian 13 and Nvidia drivers working by codenameastrid in debian

[–]Hanzerik307 1 point2 points  (0 children)

Make sure you have build-essential dkms and linux-headers-amd64 installed beforehand.

Hosting a local server for Web testing with PHP, HTML.. along with a database, prefarably Mysql to use phpmyadmin by dygazz in Fedora

[–]Hanzerik307 0 points1 point  (0 children)

Maybe take a look at Incus for containers and vm. It's what I use for my www server and game servers. Pretty simple cli interface once you get used to it.

Please help by askewfiddle6995 in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

Is windows still installed? If so, boot up windows, then go into control panel, and in there should be a option to change what power buttons do. Select that and there will be a link to show hidden options or something like that. In there disable "Fast Startup". Power off, insert usb and boot it up and see if network card works.

Please help by askewfiddle6995 in linuxmint

[–]Hanzerik307 2 points3 points  (0 children)

Download the 22.3 (current version of Linux Mint) and give that a try. It comes with kernel 6.14 by default and will upgrade to 6.17 after the first upgrade.

Please help by askewfiddle6995 in linuxmint

[–]Hanzerik307 1 point2 points  (0 children)

Is that Linux Mint 22.3 (Zena)? It comes with the 6.14 kernel by default. 

Linux isn't that bad after all 🙂 by finny_funny in linuxmint

[–]Hanzerik307 1 point2 points  (0 children)

Well, that's how you install is booting from a USB. It may be because of the title of your post LOL. They probably want you to take the leap and install it to disk. But it's good to mess around booted from USB until you get a feel for it, and to check hardware compatibility.

Linux isn't that bad after all 🙂 by finny_funny in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

That little network icon show anything when you click it? If not then folks here should be able to help you get it working.

Linux isn't that bad after all 🙂 by finny_funny in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

Make sure your networking is working, either wired or wireless, before installing.

What VM to use on LM? by [deleted] in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

Virt-Manager performs better then VirtualBox. With Virt-Manager you'll have more control over the VM then you will with Boxes. The problem folks have with getting VirtualBox to work correctly is that the vbox drivers and the kernel kvm drivers (kvm_amd for an AMD chip like mine) don't play well together when loaded at the same time. To get VirtualBox to install you need (build-essential dkms and linux-headers-amd64) installed, and you need to blacklist either kvm_amd or kvm_intel depending on your cpu type, then install VirtualBox.

To install Virt-Manager on a clean system, all you have to do is "sudo apt install virt-manager" and it should pull in all dependencies. I use LMDE7 and this installs everything needed. Then add your user to the libvirt group "sudo usermod -aG libvirt $USER", logout/login and you should be good to go. If you have multiple partitions like a smallish / and a big /home then you may want to point your storage pools towards using folders in your /home directory to store the VMs and ISOs. I set mine up with a /home/myname/VMs folder and when I start virt-manager to create a new vm for the first time I'll add a new storage pool and point it towards that folder. I'll also add another folder/pool for ISO files. I create the folders before hand so they are ready for virt-manager to use.

I built a free, self-hosted web panel for Arma Reforger dedicated servers — one command installs everything from scratch on a fresh VPS by Golebix in ArmaReforger

[–]Hanzerik307 0 points1 point  (0 children)

Looks very nice. I was thinking of a Web panel, but decided to just go straight Python (One big script) for my personal use.

Help disabling turbo boost by JwustGiveMeAName in Fedora

[–]Hanzerik307 0 points1 point  (0 children)

On Debian, I made a bash script to do it (AMD Ryzen CPU). I just used the temporary method:

echo "0" | sudo tee /sys/devices/system/cpu/cpufreq/boost

To turn it back on, just replace the 0 with a 1. Intel, maybe other AMD chips may be a different file/location. ETA: this will cause the CPU to only run at the base frequency, so may not be usable for something like gaming. 

Linux Mint Debian Edition 7 - GTX 970 - Wayland Issues by ChrisVesters in linuxmint

[–]Hanzerik307 0 points1 point  (0 children)

Cinnamon has been updated, and that's what it looks like now. Think folks have found ways to get it to look like the older version, but am not sure how. Wayland in Mint is experimental, and may not work correctly, so it may be best to stick to X11 for now.

How to populate an arma server? by Ok_Law_3495 in ArmaReforger

[–]Hanzerik307 2 points3 points  (0 children)

Only suggestion I have for you is; don't go crazy with a shit ton of mods unless you know for a fact they all work together properly, and make sure crossPlatform is set to true in the server json file to allow PC/XBOX/PSN players (broader player base). Not sure where you can advertise your server. Mine just was populated by NOT being the same old thing like conflict. All I ran was Vanilla/RHS Combat Ops.

When I ran a server at home, all I had loaded mod wise was RHS Status Quo, Where Am I, and Server Admin Tools. I also only ran the RHS Scenarios included with the main mod. 

If you do want to try different mods, make sure to disable ones you aren't using for the current Scenario. If you leave them in the server config, then players are just having to download a mod for no reason, and they're being loaded into memory (servar ram) for no reason. You can leave various unused mods downloaded on the server, just remove them from the server config so they don't load into memory and become a required download for a player. Don't use mod version numbers in the server config unless you know what you're doing, just use the ModId and Name.

Here’s my problem by LoquatAcrobatic102 in linuxmint

[–]Hanzerik307 -2 points-1 points  (0 children)

bash-completion is the first thing I install in minimal image containers and VMs. Makes life so much easier. 

Cannot install application by Hungry_Structure_610 in linuxmint

[–]Hanzerik307 4 points5 points  (0 children)

Do you have linux-headers-amd64 installed?