What recommended download manager?

|
C0rn3j 2022-08-31 13:24:02
PuzzDio 2022-08-31 13:23:42
Jeez the more I look at loud instances the more i wonder how they get away with the costs.
the cheapest PRO2 instance is €0.055/hour which comes out to an average of roughly €40 a month.
That much can run the electricity for my 2x6C/12T server

Cheapest in the dev section is DEV1-S at the moment which is much cheaper
And I am on START1-S which is even cheaper than that.

PuzzDio 2022-08-31 13:25:25
C0rn3j 2022-08-31 13:24:02
Cheapest in the dev section is DEV1-S at the moment which is much cheaper
And I am on START1-S which is even cheaper than that.

Where are those? I cant find them

C0rn3j 2022-08-31 13:25:52
Sent in Tavern
JF049 2022-08-31 13:41:48
zxcvqwertypie 2022-08-31 09:43:26
what recommended download manager ? i used uget but it wont launch after logout

Anything that’d fit your needs, but you may also look at this one: https://persepolisdm.github.io/
It’s also in AUR

p87726 2022-08-31 13:48:09
zxcvqwertypie 2022-08-31 09:43:26
what recommended download manager ? i used uget but it wont launch after logout

wget

henriqueffc 2022-08-31 15:19:32
zxcvqwertypie 2022-08-31 09:43:26
what recommended download manager ? i used uget but it wont launch after logout

https://archlinux.org/packages/community/x86_64/aria2/

henriqueffc 2022-08-31 15:20:17
https://github.com/aria2/aria2
C0rn3j 2022-08-31 15:36:38
What’s the equivalent of gpg –recv-keys F529A27008477483777FC23D63BB30D0E5D2C749 in Ansible?

Because it does not seem to be the following anymore, my AUR build play fails on being unable to verify:
– name: Import matomo’s GPG key
community.general.pacman_key:
id: F529A27008477483777FC23D63BB30D0E5D2C749
keyserver: keyserver.ubuntu.com

C0rn3j 2022-08-31 15:37:13
archlinuxgroup-611136.jpg
Hmpf.
Actually nevermind, forgot this is ALARM, maybe things are different there.
C0rn3j 2022-08-31 15:42:23
But it does seem to have something to do with the fact pacman_key defaults to /etc/pacman.d/gnupg and I suppose the key here needs to be on my build user’s ~/.gnupg, so specifying keyring for the play should do it.
hugopappi 2022-08-31 19:30:46
I disabled the grub bootloader… Sometime ago

I want to recover it without booting again from ISO file

hugopappi 2022-08-31 19:30:59
Any guide for me ?
JF049 2022-08-31 19:31:11
The guide is on Arch Wiki
hugopappi 2022-08-31 19:31:38
JF049 2022-08-31 19:31:11
The guide is on Arch Wiki

Looks like a lot kf work

p87726 2022-08-31 19:32:01
hugopappi 2022-08-31 19:30:46
I disabled the grub bootloader… Sometime ago

I want to recover it without booting again from ISO file

What?? How are you turning on the OS?

hugopappi 2022-08-31 19:32:23
p87726 2022-08-31 19:32:01
What?? How are you turning on the OS?

It boots into arch automatically

JF049 2022-08-31 19:32:58
hugopappi 2022-08-31 19:31:38
Looks like a lot kf work

Not much. Grub-mkconfig and grub-install are your friends

p87726 2022-08-31 19:33:15
hugopappi 2022-08-31 19:32:23
It boots into arch automatically

Ooh. Then I think you haven’t “disabled” grub, but have set it’s timeout to 0

hugopappi 2022-08-31 19:33:38
p87726 2022-08-31 19:33:15
Ooh. Then I think you haven’t “disabled” grub, but have set it’s timeout to 0

I have rm -rf from /boot

JF049 2022-08-31 19:33:39
Grub-mkconfig makes the bootloader menu, grub-install makes it install into MBR or EFI boot partition. It’s pretty easy once you study how your system currently boots
hugopappi 2022-08-31 19:34:45
JF049 2022-08-31 19:33:39
Grub-mkconfig makes the bootloader menu, grub-install makes it install into MBR or EFI boot partition. It’s pretty easy once you study how your system currently boots

Giving it a try in the terminal now

p87726 2022-08-31 19:34:48
JF049 2022-08-31 19:33:39
Grub-mkconfig makes the bootloader menu, grub-install makes it install into MBR or EFI boot partition. It’s pretty easy once you study how your system currently boots

Isn’t the current grub buggy?

hugopappi 2022-08-31 19:35:09
p87726 2022-08-31 19:34:48
Isn’t the current grub buggy?

Any lighter version?

p87726 2022-08-31 19:35:16
hugopappi 2022-08-31 19:35:09
Any lighter version?

systemd-boot

JF049 2022-08-31 19:35:18
p87726 2022-08-31 19:34:48
Isn’t the current grub buggy?

They reverted problematic commits for the time being, so no worries

p87726 2022-08-31 19:35:30
JF049 2022-08-31 19:35:18
They reverted problematic commits for the time being, so no worries

Ooh

hugopappi 2022-08-31 19:35:50
p87726 2022-08-31 19:35:16
systemd-boot

How do I enable that?
Or I should google search?😁

wsalmeida 2022-08-31 19:36:03
Hello which video driver should I install for a machine installed on quemu/kvm
JF049 2022-08-31 19:36:42
hugopappi 2022-08-31 19:35:50
How do I enable that?
Or I should google search?😁

Read Arch Wiki, it has a basic installation guide for it

hugopappi 2022-08-31 19:36:57
JF049 2022-08-31 19:36:42
Read Arch Wiki, it has a basic installation guide for it

Alright

grazzolini 2022-08-31 19:39:25
wsalmeida 2022-08-31 19:36:03
Hello which video driver should I install for a machine installed on quemu/kvm

It depends on the virtualized card you chose: https://wiki.archlinux.org/title/QEMU#Graphic_card

grazzolini 2022-08-31 19:40:07
wsalmeida 2022-08-31 19:36:03
Hello which video driver should I install for a machine installed on quemu/kvm

Also, if you use intel gvt-g, then it’s the same as configuring an intel card on host: https://wiki.archlinux.org/title/Intel_GVT-g

C0rn3j 2022-08-31 19:55:48
JF049 2022-08-31 19:35:18
They reverted problematic commits for the time being, so no worries

it was dropped though no?
https://github.com/archlinux/svntogit-packages/commits/packages/grub/trunk

ghostinthewire 2022-08-31 20:10:12
new kid on the block 👌https:///getcryst.al/
Massimalieno 2022-08-31 20:10:28
what is this
|