Last few years?
are u a person who know programming?
How can i do that ?
So you blocked access to your DNS reolvers?
How is switching to a modern open source alternative going to be less “safe”?
You said you used the first result in Play Store, can you be more “mainstream” than that?
what is ur definition of “mainstream “?
it has being 2 yrs of tough life (reading posts and forum, begging help for fixing problem after rolling upgrade…etc) , i still can’t get over the learning curve to use such os as manjaro, how else gonna able to use arch , which is more “flexible”?
after pressing Meta+prtSc , is it captures screen silently, or the loading animation displays on the screen ?
How is switching to a modern open source alternative going to be less “safe”?
😓because it is things recommended by “mainstream matrix “.. lol
i understood what u said.. thx
i understood what u said.. thx
You said you used the first result in Play Store, can you be more “mainstream” than that?
by mainstream i meant the mainstream…like bs mainstream news such CNN. often “illiterate ” people trusted mainstream..
yaya.. i know now, wont able to argue with u guys
yaya.. i know now, wont able to argue with u guys
I believe there’s no confusion about what the word “mainstream” means.
what is ur definition of “mainstream “?
not easy. it has being 2 yrs of tough life (reading posts and forum, begging help for fixing problem after rolling upgrade…etc) , i still can’t get over the learning curve to use such os as manjaro, how else gonna able to use arch , which is more “flexible”?😂
Actually arch has never been that much of trouble for me
all linux is problematic on my msi laptop. i was born with bill gate as my pillow and mattress. only last few years i started dive into linux.. not easy at all.
That which is common, or the norm. That which is used by/appeals to the masses.
When Martin said “how can you be more mainstream than that”, I believe he fully understood what mainstream means, and was implying that you did a very mainstream thing by just using the first search result given to you.
Last few years? That’s a long time. I myself installed arch as my first linux 2 months back
When Martin said “how can you be more mainstream than that”, I believe he fully understood what mainstream means, and was implying that you did a very mainstream thing by just using the first search result given to you.
to me, mainstream means 2 :
1. to still not yet “unplugged” people, WHO , CNN , MICROSOFT, FB, TWITTERS are mainstream.
2. to “awoken ” people, linux, alternative news grp…. are mainstream
I find Arch easier to use than manjaro. Arch has a proper Installation guide, a good Wiki and no weird/stupid defaults or a broken updater script. I think you’d be totally fine with arch too if you take the time to read the wiki and the official install guide
are u a person who know programming? are u young youth with fresh mind? hav u came across with unix or linux while young??
No
Yes
No
dont know. i heard most people said arch is a stuck up group of community. dont do arch if you r a beginner!
Yes
No
for me, all 3 are NO.😓
Edit: I have setup DNS on NM as localhost and ::1, and using dnscrypt as DNS resolver. I installed firewalld on one of my arch VMs and it did work. So certainly I have misconfigured my system.
What errors? Stopped running as in the service exited?
firewalld service was doing fine. But not everything else.
If your intention is to learn how your system works and how to put it together yourself, Arch can be a very good beginner experience. The official install guide and the ArchWiki in general are excellent learning resources
systemd-resolved[585]: Using degraded feature set UDP instead of TCP for DNS
systemd-resolved[585]: Using degraded feature set TCP instead of UDP for DNS server ::1.
systemd-resolved[585]: Failed to send hostname reply: Transport endpoint is not connected
Tor[4046]: Problem bootstrapping. Stuck at 5% (conn): Connecting to a relay. (Connection timed out; TIMEOUT; count 20; recommendation warn; host 847B1F850344D7876491A54892F904934E4EB85>
Tor[4046]: 19 connections have failed:
Tor[4046]: 19 connections died in state connect()ing with SSL state (No SSL object)
I use scrot for taking screenshots, so I just set the custom shortcut in System Settings to run this command when Meta + PrtSc is pressed:
scrot ‘%Y-%m-%d-%H-%M-%S.png’ -e ‘xclip -selection clipboard -t image/png -i $f; rm $f’
scrot ‘%Y-%m-%d-%H-%M-%S.png’ -e ‘xclip -selection clipboard -t image/png -i $f; rm $f’
after pressing Meta+prtSc , is it captures screen silently, or the loading animation displays on the screen ?
It shouldn’t. I also have a scrot + xclip command for taking screenshots
Assigned to 3 different combinations so that I have selection, window and full screen.
scrot ‘%Y-%m-%d-%H-%M-%S.png’ -e ‘xclip -selection clipboard -t image/png -i $f; rm $f’
Nice, also use this about 3 y
Silently. Afaik, you can send it to notify if needed. Customize the command given by @MasterDevX based on man scrot. Lot of customisation options there.
systemd-resolved[585]: Using degraded feature set TCP instead of UDP for DNS server ::1.
systemd-resolved[585]: Failed to send hostname reply: Transport endpoint is not connected
Tor[4046]: Problem bootstrapping. Stuck at 5% (conn): Connecting to a relay. (Connection timed out; TIMEOUT; count 20; recommendation warn; host 847B1F850344D7876491A54892F904934E4EB85>
Tor[4046]: 19 connections have failed:
Tor[4046]: 19 connections died in state connect()ing with SSL state (No SSL object)
So you blocked access to your DNS reolvers?
I guess… I don’t know how to unblock it, or make it work normally
Open egress to the DNS resolver and port, and make sure a reply is able to ingress (which should be allowed by default because of connection tracking, but given you’ve blocked everything you’ve probably misconfigured something).
I have basically followed this: https://wiki.archlinux.org/title/Dnscrypt-proxy. and added the localhost settings in nm-applet rather than resolv.conf itself.