Search the Community
Showing results for tags 'faq'.
-
I’m trying to set up a lightweight desktop environment on Armbian Trixie. When I use tasksel, it installs a lot of extra packages, including GNOME. How can I install LXQt manually?
-
Hi there, It's quite beginner question, so I started it here. Just got my OPi zero 3, for now I can connect it to my ethernet network (with DHCP), but have no monitor / mouse / keyboard for going through initial setup (root password, "normal" user name, full name and password. How can I prepare official SD image for such case? Laurent
-
This meeting is open to anyone currently contributing or interested in helping shape the newsletter going forward. Discussion Topics Strengthening the newsletter process and its impact Expanding our contributor base (authors, vendors, community voices) Improving the flow of raw content from developers Gathering better feedback from readers Ensuring the publishing process runs smoothly We're especially looking for: Fresh ideas to make the newsletter more useful and engaging A volunteer to take on reviewing and approving the first draft before publication 📅 Meeting Details Location: Discord –> Armbian Server -> Lounge Channel Duration: ~45 minutes Looking forward to seeing you there!
-
- Frequently asked question
- Other/unspec
-
(and 2 more)
Tagged with:
-
This meeting is open to anyone currently contributing or interested in helping shape the newsletter going forward. Discussion Topics Strengthening the newsletter process and its impact Expanding our contributor base (authors, vendors, community voices) Improving the flow of raw content from developers Gathering better feedback from readers Ensuring the publishing process runs smoothly We're especially looking for: Fresh ideas to make the newsletter more useful and engaging A volunteer to take on reviewing and approving the first draft before publication 📅 Meeting Details Location: Discord –> Armbian Server -> Lounge Channel Duration: ~45 minutes Looking forward to seeing you there!
- 3 comments
-
1
-
- Frequently asked question
- Other/unspec
-
(and 2 more)
Tagged with:
-
Armbian is written to a µSD card as a small file (a gig or two if I recall). If the card is 64gigs, the image is still just a few gigs written to that card. When booted on the device, though, it automatically expands the file system to the full size of the card. How exactly does it do that? And... How do I do the reverse? Take the file system from a working armbian install and create a small image that when written to a µSD card, will stay small, but then auto-expand when booted on a device?
-
I am a beginner here and wanted to install Armbian onto my MXIII android box. This was my conversation with ChatGPT.
-
Happy new year everyone, So I really do not like the stub-resolver in Debian/Armbian , and I do not like forwarding any DNS request to any 3rd party in general. After some searching I found this: https://www.turek.dev/posts/disable-systemd-resolved-cleanly/ . Since we are on Armbian we need also remove the 00-armbian-default-dns.conf which points to cloudflare's 1.0.0.1 . 1. We probably do not need this, but just in case someone does not have it. sudo mkdir -p /etc/systemd/resolved.conf.d/ 2. We set the DNS Stub Listener to no and remove the comment from the line if applicable: sudo sed -i '/DNSStubListener=/s/^#//;s/=.*/=no/' /etc/systemd/resolved.conf 3. We create the needed symlinks, if applicable. sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf 4. We remove the CloudFlare default DNS sudo rm /etc/systemd/resolved.conf.d/00-armbian-default-dns.conf 5. Then we restart the service: sudo systemctl restart systemd-resolved Now I get my router IP as DNS resolver, which is what I like: $ cat /etc/resolv.conf # This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients directly to # all known uplink DNS servers. This file lists all configured search domains. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 192.168.1.1 search lan $
-
- Frequently asked question
- NanoPi R6S
-
(and 3 more)
Tagged with: