← prev | next →
mrsnailo 2022-07-24 17:37:04
ok gotcha. my local mirror is the main culprit then
twrsch 2022-07-24 17:42:31
I have a weird ask
twrsch 2022-07-24 17:42:59
Do you guys have any UNIX books like Unix-haters Handbook, but… well… newer?
twrsch 2022-07-24 17:43:26
I want something that teaches how stuff works with historical perspective
twrsch 2022-07-24 17:44:09
Like, how it used to be done in ye olde times, with a hint of hackery
mrsnailo 2022-07-24 18:31:15
I want to use a input method framwork in order to write in my native language. i know fcitx5 and ibus. i have used fcitx5 for a long time. It is good but consumes a lot of memory. so can you suggest which one i should use ?
ariefr 2022-07-24 19:11:58
twrsch 2022-07-24 17:42:59
Do you guys have any UNIX books like Unix-haters Handbook, but… well… newer?
Linux Rute
twrsch 2022-07-24 19:12:47
ariefr 2022-07-24 19:11:58
Linux Rute
Is it the name of the thing?
ariefr 2022-07-24 19:13:13
Rute is a name
ariefr 2022-07-24 19:14:20
And be prepared for 666 pages
abel 2022-07-24 19:17:34
ariefr 2022-07-24 19:14:20
And be prepared for 666 pages
😳666
jonathn 2022-07-24 19:19:00
twrsch 2022-07-24 17:42:59
Do you guys have any UNIX books like Unix-haters Handbook, but… well… newer?
Sounds like a question for the off-topic group, https://t.me/GuildTavern
ArticOcean 2022-07-25 00:32:00
Unable to connect to my phone via ssh server
$ ssh -T android@192.168.0.37 -p 1117
Unable to negotiate with 192.168.0.37 port 1117: no matching host key type found. Their offer: ssh-rsa
ArticOcean 2022-07-25 00:32:20
how to solve the rsa issue ?
C0rn3j 2022-07-25 00:34:13
ArticOcean 2022-07-25 00:32:20
how to solve the rsa issue ?
By making sure the server the phone is running is not ancient.
ArticOcean 2022-07-25 00:43:29
C0rn3j 2022-07-25 00:34:13
By making sure the server the phone is running is not ancient.
I am running in ethernet.. there is not much security consideration here.
ArticOcean 2022-07-25 00:47:20
ah got it fixed..
just add the ssh host into ~/.ssh/config
Host androidIP
User androidUser
PubkeyAcceptedAlgorithms +ssh-rsa
HostkeyAlgorithms +ssh-rsa
C0rn3j 2022-07-25 00:48:47
That’s not a fix, that’s a terrible workaround.
You are literally using something that has not seen an update for over a decade.
Denis 2022-07-25 02:09:50
https://wiki.archlinux.org/title/Dm-crypt/Specialties#Disable_workqueue_for_increased_solid_state_drive_(SSD)_performance
Add instructions for bootable disks:
GRUB_CMDLINE_LINUX=”cryptdevice={device}:{dmname}:no-read-workqueue,no-write-workqueue
GRUB_CMDLINE_LINUX=”luks.options={device}:no-read-workqueue,no-write-workqueue
TheRisingTied 2022-07-25 02:30:58
I noticed that an AUR package I’m co-maintainer of has a mismatch of pkgver and the actual download source (one from the previous release). That said the pkgver is wrong but I wonder if switching back to the previous release pkgver can upset pacman since it would be seen as a downgrade. Sadly this package won’t be updated for a while so I can’t just wait the next release and fix. Any advice?
saldorin 2022-07-25 02:36:08
TheRisingTied 2022-07-25 02:30:58
I noticed that an AUR package I’m co-maintainer of has a mismatch of pkgver and the actual download source (one from the previous release). That said the pkgver is wrong but I wonder if switching back to the previous release pkgver can upset pacman since it would be seen as a downgrade. Sadly this package won’t be updated for a while so I can’t just wait the next release and fix. Any advice?
Read up on epochs
saldorin 2022-07-25 02:37:08
1:1.2 is “newer” than 1.3 for example
TheRisingTied 2022-07-25 02:38:12
saldorin 2022-07-25 02:36:08
Read up on epochs
Yeah I think that’s right to use em in this case
TheRisingTied 2022-07-25 02:38:22
Thanks
romelsalwi 2022-07-25 03:41:42
deathlesscorpse 2022-07-23 13:51:49
btw,I’m assuming both of these apps electron based.
You are right to assume that.
romelsalwi 2022-07-25 03:43:56
deathlesscorpse 2022-07-23 13:50:05
probably because of unprivileged user namespace. linux-hardened disables that, & without that chormium sandbox doesn’t work. you may try launch those apps in terminal with –no-sandbox to check whether that’s the case.
–no-sandbox worked.
abel 2022-07-25 07:12:25
is there any solution for this?
abel 2022-07-25 07:17:59
abel 2022-07-25 07:12:25
is there any solution for this?
got solved by reboot
music12941 2022-07-25 08:40:49
how to fix this?
sevensarus 2022-07-25 08:41:47
music12941 2022-07-25 08:40:49
how to fix this?
Is ~270kbps your max bandwidth?
sevensarus 2022-07-25 08:42:01
If not change your mirrors
sevensarus 2022-07-25 08:42:58
Also how many mirrors in your mirrorlist?
music12941 2022-07-25 08:43:28
sevensarus 2022-07-25 08:41:47
Is ~270kbps your max bandwidth?
no
music12941 2022-07-25 08:43:49
sevensarus 2022-07-25 08:42:01
If not change your mirrors
how to do that?
sevensarus 2022-07-25 08:44:21
music12941 2022-07-25 08:43:49
how to do that?
arch wiki search reflector, go to examples, there’s a command, modify according to your needs
← prev | next →