Why can I connect to another ssid but not the one that I intended to connect to?

|
ArticOcean 2022-07-31 16:12:34
il_muflone 2022-07-31 16:11:59
it tries to explain you but it’s not what happens at all

I see, it is just a “square” brain way of explaining.

ArticOcean 2022-07-31 16:13:31
(600 is u=rw,go=)
this above,.. when you do “go=” .. there is no rwx at all behind go= means what ?
ArticOcean 2022-07-31 16:13:50
no chnages ? but what is no changes ?
il_muflone 2022-07-31 16:14:08
go=
no permissions at all for groups and others, any previous permission for them is removed
il_muflone 2022-07-31 16:14:44
u+r add read permission
u-r removes read permission
u=r add read and removes anything else
ArticOcean 2022-07-31 16:15:37
il_muflone 2022-07-31 16:14:08
go=
no permissions at all for groups and others, any previous permission for them is removed

So, when no rwx permission mentioned, that means “no permission” which is higher priority ? if this is the case, -r -w -x would not be useful..?

il_muflone 2022-07-31 16:17:01
= replaces
+ adds
– removes

you can use whatever you prefer to accomplish the result

ArticOcean 2022-07-31 16:20:15
Hence, i can go easy my to do this (if i want me to have read write permission and deny read write execute for all other ppl)::
u=rw,g=,o=.. or u=rw, go=
this above simplified the whole thing.. instead of go=-rwx
il_muflone 2022-07-31 16:20:52
sure
ArticOcean 2022-07-31 16:20:59
ic.. Thanks.
il_muflone 2022-07-31 16:22:02
or 600
S0A1T2 2022-07-31 17:21:13
S0A1T2 2022-07-31 15:19:51
After selecting Wi-Fi with the error: could not activate connection: not authorized to control networking. I face

Can anyone help me?

Jay 2022-07-31 17:21:25
This isn’t a direct problem id just like an explanation of someone can provide one. Why can I connect to another ssid but not the one that I intended to connect to?

I tried many times to connect to this ssid only to be automatically disconnected by it. That said if I try the same ssid that is 5g, it works just fine.

Jay 2022-07-31 17:25:29
S0A1T2 2022-07-31 15:19:51
After selecting Wi-Fi with the error: could not activate connection: not authorized to control networking. I face

Can you try a different ssid

MasterDevX 2022-07-31 18:34:48
archlinuxgroup-603223.jpg

MasterDevX 2022-07-31 18:34:48
archlinuxgroup-603222.jpg
Anyone on KDE Plasma facing issue when desktop icons are going all grey after suspend / resume (pic 1) and are back to normal after taking screenshot (pic 2) ? That’s really strange behavior
MasterDevX 2022-07-31 18:36:27
I can also make them normal by right clicking on desktop -> icons -> then disable and enable again “show previews”
MasterDevX 2022-07-31 18:37:56
Or by selecting them all and pressing Shift + Del (to delete permanently, but cancel operation)
MasterDevX 2022-07-31 18:45:29
Solved by moving them to a different directory and back to desktop.. Anyway, that was strange
grazzolini 2022-07-31 19:25:10
il_muflone 2022-07-31 16:14:44
u+r add read permission
u-r removes read permission
u=r add read and removes anything else

That moment you realize you use Linux for so long that you had to learn the octal numbers, since chmod didn’t had all these facilities back then 😳

DoctorRichter 2022-07-31 19:28:23
C0rn3j 2022-07-30 01:42:45
Arch or Holo?

https://t.me/archlinuxgroup/602910

DoctorRichter 2022-07-31 19:28:36
It’s a custom iso I made but it’s arch
C0rn3j 2022-07-31 19:29:49
An ISO you made how?
Because your question was how to get fakeroot installed on the deck because deck doesn’t ship with it.
Which I don’t see how it could be interpreted in a way other than that you’re using what the deck came with
grazzolini 2022-07-31 19:35:40
DoctorRichter 2022-07-31 19:28:36
It’s a custom iso I made but it’s arch

You know how to make an ISO, but don’t know you need base-devel for building AUR packages? πŸ€”

il_muflone 2022-07-31 19:56:35
grazzolini 2022-07-31 19:25:10
That moment you realize you use Linux for so long that you had to learn the octal numbers, since chmod didn’t had all these facilities back then 😳

I cannot remember the extra digits for special permissions though

il_muflone 2022-07-31 19:57:01
suid, sgid, sticky
grazzolini 2022-07-31 19:57:04
il_muflone 2022-07-31 19:56:35
I cannot remember the extra digits for special permissions though

I remember only setuid and setgid

grazzolini 2022-07-31 19:57:24
I always mess up when trying the sticky
grazzolini 2022-07-31 19:57:38
Then again, it’s very rare to use those
il_muflone 2022-07-31 19:58:06
yep
ArticOcean 2022-07-31 20:04:15
Can you show me how to add owner “execute” permission but don’t modify all the rest of the permission using chmod ?
I know :
chmod u+x but does that not change the rest that i didn’t set to be revoked ?
Oh.. i think if i don’t use “=” it won’t revoke.
grazzolini 2022-07-31 20:05:18
ArticOcean 2022-07-31 20:04:15
Can you show me how to add owner “execute” permission but don’t modify all the rest of the permission using chmod ?
I know :
chmod u+x but does that not change the rest that i didn’t set to be revoked ?
Oh.. i think if i don’t use “=” it won’t revoke.

That’s it

ArticOcean 2022-07-31 20:11:07
if i do chmod u=+x, does that means it only allow execute, but removed all other permission (read write) ?
C0rn3j 2022-07-31 20:13:44
ArticOcean 2022-07-31 20:11:07
if i do chmod u=+x, does that means it only allow execute, but removed all other permission (read write) ?

Why don’t you try?

il_muflone 2022-07-31 20:22:57
u=
not u=+
|