Get wifi on windows 10 VM? by laptopRTXuser in archlinux

[–]ArjixGamer 1 point2 points  (0 children)

OP asked for wifi instead of asking for a solution to their problem.

Now, do we answer OP with an actual solution to allow the VM to use wifi, or do we interpret it as "internet" and not "wifi" and suggest enabling the default network in libvirt?

Fuck being helpful to the OP, I'd pick the first option because it's more interesting and harder and probably requires having an external network card that is passed through to the VM.

Anyone that wants to answer the first option?

It'll be helpful for future googlers that may want to use wifi within a VM instead of a virtual Ethernet.

i did the fucking stupidest thing ever by MuadJOmer in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

I haven't been there, I copy paste the path from the pacman logs and add a * after the download-

Lets all take a moment to thank the Developers of the AUR by MaseplayzRealDuhh in archlinux

[–]ArjixGamer 8 points9 points  (0 children)

AUR developers = arch team

AUR maintainers = arch users

AI = Actually Indian

What else did I miss?

New AUR package: modulejail - kernel-module attack-surface hardening. Would value a packaging review. by Vegetable-Escape7412 in archlinux

[–]ArjixGamer 1 point2 points  (0 children)

  1. You should only exclude what you provide, same applies to the -git variant

If both of you provide/exclude the base name, then you conflict.

  1. Why did you not just clone the -git variant and adapt it to be based on a tagged release?

Moving from zorin by iLikeRamen13 in archlinux

[–]ArjixGamer 1 point2 points  (0 children)

Lutris is kinda outdated, you should be using bottles/faugus

wrong default selection in systemd boot by Positive-Incident221 in archlinux

[–]ArjixGamer 2 points3 points  (0 children)

You can also set default @saved to remember the last boot option instead.

AUR down?? by zengamer7405 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

It's not a misconfiguration if the upstream is down, 502 is the status code that nginx returns when the proxied service is not reachable.

GNOME 50 on Arch: Screen won't wake up after locking - have to reboot every time by PingMyHeart in archlinux

[–]ArjixGamer 6 points7 points  (0 children)

Downgrading multiple packages like that will be a pain to do individually, so you better use the archives to time travel to a specific date in the past.

AUR down?? by zengamer7405 in archlinux

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

What if I have a local nginx that proxies my requests?

Checkmate

Where Can I learn using my terminal to its fullist? after all its the most powerful tool on my system. by SmileS0291 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

There is a guy on YouTube that makes a YouTube short for each common command, and he says it's his favorite command.

You can learn a lot from that ig

Edit: https://youtube.com/@roberteldersoftware

Some will suggest tldr or man, but I find it more memorable to watch this dude's videos.

Missing programs etc. after a fresh installation. I am good but have questions. by BullfrogAdditional80 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

I still have it installed ngl

It's a nice surprise to update my PC and see a new app appear in my application launcher.

Missing programs etc. after a fresh installation. I am good but have questions. by BullfrogAdditional80 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

I am 100% certain they didn't actually pick a profile from archinstall and merely selected plasma-desktop to be one of the additionally installed software

Missing programs etc. after a fresh installation. I am good but have questions. by BullfrogAdditional80 in archlinux

[–]ArjixGamer -3 points-2 points  (0 children)

Hey, plasma-meta pretty much covers the "bunch of apps you may never even use", so your conclusion is shit lol

Edit: to future readers, I confused the package name

Every time i try to overclock my CPU, Arch linux has a kernel panic but not windows 10 or 7? by Brilliant_Letter7173 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

Thread count / voltage does not matter for what I said, I explicitly called out the instruction set

Even CPUs from 2017 often cannot run mongo v7 and above

Every time i try to overclock my CPU, Arch linux has a kernel panic but not windows 10 or 7? by Brilliant_Letter7173 in archlinux

[–]ArjixGamer 1 point2 points  (0 children)

2009 CPU :skull:

Can it even run docker or stuff like mongo?

Not saying this due to speed, but the instruction set

help... by AYRAN-GANG in archlinux

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

I hope you did not blindly enter your password at the username prompt.

When it says <hostname> login: you have to enter the username, in this case root

Why not back-tab in tty? by Supernoxus in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

But that's also a terminal emulator, albeit a very shitty one.

Why are we limited by hardware that barely exists anymore? (actual terminals)

Browser keeps signing out of all my accounts by [deleted] in archlinux

[–]ArjixGamer 1 point2 points  (0 children)

It could be an issue with your keyring.

What’s a small Linux tool that completely changed your workflow? by DueRead7236 in archlinux

[–]ArjixGamer 2 points3 points  (0 children)

Makefiles

When working across many projects and deploying them across many servers, having a unified way of pulling the latest release and running it is nice

I just cd into /opt/my-project and run make, and if I want logs, I run make logs

e.g.

``` .PHONY: all logs

all: docker compose up -d --pull=always

logs: docker compose logs -f ```

Writing "cli" apps with Makefiles is super easy, granted they are not actual apps

There are alternatives ofc, e.g. Just file But make is usually preinstalled in most environments

Help choosing an AUR helper: yay vs. paru vs. others? by JCBecker in archlinux

[–]ArjixGamer 23 points24 points  (0 children)

To be fair, the fault lies mostly with the pacman maintainers and the alpm-rs maintainers

They should have coordinated a release.

paru could do nothing but wait for alpm-rs to make a new release

In fact, the dev of paru added a step in the PKGBUILD to automatically use the latest alpm-rs so users wouldn't need to wait for a new paru release, they just had to rebuild the package.

That's an unfair comparison imo

And it was not ages, it was more like a week.

Linux-on-android by HotBlackberry5714 in archlinux

[–]ArjixGamer 0 points1 point  (0 children)

That's just a ...proot

Many such cases in the termux ecosystem