Say you’re going to remove these lines and run your playbook again, what happens, will openjdk-6-jdk remain installed or not?

|
kunrooted 2022-07-18 18:40:57
not at all
kunrooted 2022-07-18 18:41:03
just use KVM with GPU-passthrough
Night_H4nter 2022-07-18 18:41:22
i only have 1 gpu
Night_H4nter 2022-07-18 18:41:35
also don’t wanna use that, at least for now
Night_H4nter 2022-07-18 18:41:58
and also there should be a way to set up windooze in at least some kind of declarative way
Night_H4nter 2022-07-18 18:42:05
otherwise it’s annoying af
lordV 2022-07-18 18:53:45
Buckmeisterfuller 2022-07-18 17:55:26
What’s your current process limit?

ulimit -n = 1024

lordV 2022-07-18 18:53:48
file descriptors
kunrooted 2022-07-18 19:02:27
Night_H4nter 2022-07-18 18:41:58
and also there should be a way to set up windooze in at least some kind of declarative way

yeah

kunrooted 2022-07-18 19:02:29
there is
netzverweigerer 2022-07-18 19:03:20
Night_H4nter 2022-07-18 18:41:58
and also there should be a way to set up windooze in at least some kind of declarative way

so how do you do declarative setups with Linux?

Night_H4nter 2022-07-18 19:03:59
it’s not completely declarative, but ig ansible and pwsh dsc should kinda work
Night_H4nter 2022-07-18 19:04:05
tho, i never tested it
Night_H4nter 2022-07-18 19:04:22
gpo aren’t an option really
netzverweigerer 2022-07-18 19:05:08
That’s not declarative in any way. Say you got a snippet like this one:

– name: Install latest version of “openjdk-6-jdk” ignoring “install-recommends”
ansible.builtin.apt:
name: openjdk-6-jdk
state: latest
install_recommends: no

Say you’re going to remove these lines and run your playbook again, what happens, will openjdk-6-jdk remain installed or not?

netzverweigerer 2022-07-18 19:06:03
Well at least I think that makes it not declarative anymore, or am I mistaken here?
Night_H4nter 2022-07-18 19:06:10
i have no idea
Night_H4nter 2022-07-18 19:06:23
nor do i care by any means
Night_H4nter 2022-07-18 19:06:41
there are no other options
Night_H4nter 2022-07-18 19:07:42
windows is a giant mess anyway
Aurelian 2022-07-18 19:11:09
hi guys. noob question. If I want to use ubuntu VM on artix, what’s your suggestion?
qontinuum 2022-07-18 19:11:55
libvirt with QEMU/KVM
Aurelian 2022-07-18 19:12:30
Thanks. I’ll look into it
netzverweigerer 2022-07-18 19:25:30
Aurelian 2022-07-18 19:11:09
hi guys. noob question. If I want to use ubuntu VM on artix, what’s your suggestion?

virt-manager or VirtualBox

lanciagreggori 2022-07-18 19:39:49
R. V. 2022-07-18 16:01:01
A thing you may know, I found out that GNU tr can’t handle Chinese characters but plan9 one can!
~
❯ tr ‘\0’ ‘橋’ < /dev/zero| head -c3
��[1m%
~
❯ 9 tr ‘\0’ ‘橋’ < /dev/zero| head -c3
橋%

Plan9 invented UTF-8 I think

Glats 2022-07-18 19:42:10
lanciagreggori 2022-07-18 19:39:49
Plan9 invented UTF-8 I think

yeah. led by rob pike

Glats 2022-07-18 19:42:50
http://doc.cat-v.org/bell_labs/utf-8_history
ChrisCromer 2022-07-18 20:09:59
Aurelian 2022-07-18 19:11:09
hi guys. noob question. If I want to use ubuntu VM on artix, what’s your suggestion?

Use linux mint. It’s basically ubuntu without snaps, advertisements, spyware, and more friendly.

kunrooted 2022-07-18 20:12:37
be anti-soystemd
kunrooted 2022-07-18 20:12:39
use devuan
ItsZariep 2022-07-18 20:12:54
kunrooted 2022-07-18 20:12:39
use devuan

no

kunrooted 2022-07-18 20:13:00
yes
kunrooted 2022-07-18 20:13:04
let’s have fun with him
ItsZariep 2022-07-18 20:13:13
better to use a fun system
ItsZariep 2022-07-18 20:13:18
funtoo
|