notes/.config/newsboat/reddit_rss/AlpineLinux.rss
2023-01-28 05:22:19 -08:00

1 line
No EOL
41 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><category term="AlpineLinux" label="r/AlpineLinux"/><updated>2023-01-24T03:27:49+00:00</updated><icon>https://www.redditstatic.com/icon.png/</icon><id>/r/AlpineLinux.rss</id><link rel="self" href="https://www.reddit.com/r/AlpineLinux.rss" type="application/atom+xml" /><link rel="alternate" href="https://www.reddit.com/r/AlpineLinux" type="text/html" /><subtitle>Unofficial community devoted to Alpine Linux, a security-oriented, lightweight Linux distribution based on musl libc and busybox.</subtitle><title>Alpine Linux</title><entry><author><name>/u/Commercial-Wonder-49</name><uri>https://www.reddit.com/user/Commercial-Wonder-49</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi !&lt;/p&gt; &lt;p&gt;I have just published an article about creating an alpine golden image based on experience using alpine with k8s in production. In case it is of any interest to you: &lt;a href=&quot;https://itsufficient.me/blog/alpine-gold&quot;&gt;Building an alpine golden image&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Best regards.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Commercial-Wonder-49&quot;&gt; /u/Commercial-Wonder-49 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10jdwoj/alpine_golden_image/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10jdwoj/alpine_golden_image/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jdwoj</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10jdwoj/alpine_golden_image/" /><updated>2023-01-23T14:36:10+00:00</updated><published>2023-01-23T14:36:10+00:00</published><title>alpine golden image</title></entry><entry><author><name>/u/willekind</name><uri>https://www.reddit.com/user/willekind</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;EDIT: Solved! It seems you cannot install both docker and docker-compose. I uninstalled both and then only installed docker and now it works!&lt;/p&gt; &lt;p&gt;I get the below error when running &lt;code&gt;docker-compose&lt;/code&gt;. I have docker installed with &lt;code&gt;apk add docker&lt;/code&gt; so I&amp;#39;m not sure why it is not working.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;alpine:~# docker-compose up -d Traceback (most recent call last): File &amp;quot;/usr/bin/docker-compose&amp;quot;, line 33, in &amp;lt;module&amp;gt; sys.exit(load_entry_point(&amp;#39;docker-compose==1.29.2&amp;#39;, &amp;#39;console_scripts&amp;#39;, &amp;#39;docker-compose&amp;#39;)()) File &amp;quot;/usr/bin/docker-compose&amp;quot;, line 25, in importlib_load_entry_point return next(matches).load() File &amp;quot;/usr/lib/python3.10/importlib/metadata/__init__.py&amp;quot;, line 171, in load module = import_module(match.group(&amp;#39;module&amp;#39;)) File &amp;quot;/usr/lib/python3.10/importlib/__init__.py&amp;quot;, line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 1050, in _gcd_import File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 1027, in _find_and_load File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 1006, in _find_and_load_unlocked File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 688, in _load_unlocked File &amp;quot;&amp;lt;frozen importlib._bootstrap_external&amp;gt;&amp;quot;, line 883, in exec_module File &amp;quot;&amp;lt;frozen importlib._bootstrap&amp;gt;&amp;quot;, line 241, in _call_with_frames_removed File &amp;quot;/usr/lib/python3.10/site-packages/compose/cli/main.py&amp;quot;, line 13, in &amp;lt;module&amp;gt; import docker.errors ModuleNotFoundError: No module named &amp;#39;docker&amp;#39; &lt;/code&gt;&lt;/pre&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/willekind&quot;&gt; /u/willekind &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10h5hes/issues_with_dockercompose_on_v317/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10h5hes/issues_with_dockercompose_on_v317/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10h5hes</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10h5hes/issues_with_dockercompose_on_v317/" /><updated>2023-01-20T19:14:16+00:00</updated><published>2023-01-20T19:14:16+00:00</published><title>Issues with docker-compose on v3.17</title></entry><entry><author><name>/u/QQqqqQwaa</name><uri>https://www.reddit.com/user/QQqqqQwaa</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Im currently trying to figure out how I can get apk package info, specifically the number installed, in a c program. But I havent found any documentation on how apk actually gets that info besides the command line commands, and that feels like cheating to me, plus is pretty slow. I dont exactily feel like searching the source tree for hours, so can someone pls help? Thank you.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/QQqqqQwaa&quot;&gt; /u/QQqqqQwaa &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10gno8c/is_there_a_way_i_can_get_the_amount_of_apk/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10gno8c/is_there_a_way_i_can_get_the_amount_of_apk/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10gno8c</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10gno8c/is_there_a_way_i_can_get_the_amount_of_apk/" /><updated>2023-01-20T04:44:55+00:00</updated><published>2023-01-20T04:44:55+00:00</published><title>Is there a way I can get the amount of apk packages installed within code?</title></entry><entry><author><name>/u/cookiengineer</name><uri>https://www.reddit.com/user/cookiengineer</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/cookiengineer&quot;&gt; /u/cookiengineer &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://gitlab.alpinelinux.org/ariadne/secfixes-tracker/-/issues/9&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10g4af8/any_of_the_alpinelinux_security_team_here_the_api/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10g4af8</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10g4af8/any_of_the_alpinelinux_security_team_here_the_api/" /><updated>2023-01-19T15:19:25+00:00</updated><published>2023-01-19T15:19:25+00:00</published><title>Any of the AlpineLinux security team here? The API isn't working for a couple months now, and I filed an issue without a response :(</title></entry><entry><author><name>/u/l---marty---l</name><uri>https://www.reddit.com/user/l---marty---l</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I don&amp;#39;t post this to inform, I dug into Alpine for couple of hours, I know nothing, so I post this to get corrected, if I am wrong. Here is my observation: Since Alpine uses musl libc and busybox, there are no gcc compiler optimizations and the compilation is generally way slower. The kernel compiles 40% slower (&lt;a href=&quot;https://news.ycombinator.com/item?id=29095214&quot;&gt;https://news.ycombinator.com/item?id=29095214&lt;/a&gt;) and Python also runs lower by 50% (&lt;a href=&quot;https://www.youtube.com/watch?v=reA1R-ZD0oY&quot;&gt;https://www.youtube.com/watch?v=reA1R-ZD0oY&lt;/a&gt;) due to JIT compilation allegedly. &lt;/p&gt; &lt;p&gt;So I wanted to use the LEMP stack on Alpine, but PHP has JIT as well which got hardened in version 8 (&lt;a href=&quot;https://platform.sh/blog/php-80-feature-focus-just-in-time-compilation/&quot;&gt;https://platform.sh/blog/php-80-feature-focus-just-in-time-compilation/&lt;/a&gt;) and recently it has been reported to be slower as well (&lt;a href=&quot;https://gitlab.alpinelinux.org/alpine/aports/-/issues/14381&quot;&gt;https://gitlab.alpinelinux.org/alpine/aports/-/issues/14381&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;My still uninformed opinion is that PHP 7.4 is already out of support, so Alpine is not suitable for the LEMP stack. This is quite a bummer, I was excited to learn about the project, but I can&amp;#39;t leverage it. I&amp;#39;m sure it will be heaven for pre-compiled stuff, though. &lt;/p&gt; &lt;p&gt;Please share your thoughts and don&amp;#39;t hesitate to educate. I hope I&amp;#39;m missing something here so that my conclusion can lead to some more optimism about it.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/l---marty---l&quot;&gt; /u/l---marty---l &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10gc5sb/lemp_techstack_runs_slower_on_alpine_than_on/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10gc5sb/lemp_techstack_runs_slower_on_alpine_than_on/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10gc5sb</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10gc5sb/lemp_techstack_runs_slower_on_alpine_than_on/" /><updated>2023-01-19T20:23:55+00:00</updated><published>2023-01-19T20:23:55+00:00</published><title>LEMP tech-stack runs slower on Alpine than on Debian</title></entry><entry><author><name>/u/BassoPT</name><uri>https://www.reddit.com/user/BassoPT</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi. I&amp;#39;m new to alpine and im trying to create small virtual machine on my truenas scale box in oder to manage files and downloads usinf alpine abs gnome. It installed it fine but I cant get gnome remote desktop to work (it doesnt even save settings) . I followed the instructions on the alpine wiki (desktop-setup) and dont know what am i missing. &lt;/p&gt; &lt;p&gt;Help would be appreciated.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/BassoPT&quot;&gt; /u/BassoPT &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10g5g0k/gnome_remote_desktop/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10g5g0k/gnome_remote_desktop/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10g5g0k</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10g5g0k/gnome_remote_desktop/" /><updated>2023-01-19T16:05:31+00:00</updated><published>2023-01-19T16:05:31+00:00</published><title>Gnome - remote desktop</title></entry><entry><author><name>/u/Sad-Celery-7109</name><uri>https://www.reddit.com/user/Sad-Celery-7109</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;How do I install the alpine MUA (aka pine)? According to this page its called &amp;quot;alpine&amp;quot;:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://pkgs.alpinelinux.org/packages?name=alpine&amp;amp;branch=edge&amp;amp;repo=&amp;amp;arch=x86_64&amp;amp;maintainer=&quot;&gt;https://pkgs.alpinelinux.org/packages?name=alpine&amp;amp;branch=edge&amp;amp;repo=&amp;amp;arch=x86_64&amp;amp;maintainer=&lt;/a&gt;&lt;/p&gt; &lt;p&gt;but when I do this:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;# apk add alpine ERROR: unable to select packages: alpine (no such package): required by: world[alpine] # &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;When I search with `apk search alpine` I only get OS stuff.&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;tl;dr: I want to install a mail client with the name of the os.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Sad-Celery-7109&quot;&gt; /u/Sad-Celery-7109 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10dybgv/alpinepine_mua/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10dybgv/alpinepine_mua/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10dybgv</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10dybgv/alpinepine_mua/" /><updated>2023-01-17T01:01:42+00:00</updated><published>2023-01-17T01:01:42+00:00</published><title>alpine/pine MUA</title></entry><entry><author><name>/u/QQqqqQwaa</name><uri>https://www.reddit.com/user/QQqqqQwaa</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Im using iwd and networking for wireless connections, but Im getting an error on reboot:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://imgur.com/a/UYUfGyg&quot;&gt;https://imgur.com/a/UYUfGyg&lt;/a&gt;&lt;/p&gt; &lt;p&gt;The weird thing is that it works just fine if I manually go “rc-service networking restart”. Does anyone know how I can fix this issue? Ty.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/QQqqqQwaa&quot;&gt; /u/QQqqqQwaa &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10bh8jg/networking_issue/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/10bh8jg/networking_issue/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10bh8jg</id><link href="https://www.reddit.com/r/AlpineLinux/comments/10bh8jg/networking_issue/" /><updated>2023-01-14T06:09:36+00:00</updated><published>2023-01-14T06:09:36+00:00</published><title>Networking issue</title></entry><entry><author><name>/u/juniorsporkman</name><uri>https://www.reddit.com/user/juniorsporkman</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello, all. I have successfully performed a working install, but I would like to be able to utilize secure boot as I dual boot with windows (separate drives). Is there a way I can run setup-disk without installing grub so that I can just make an efibootmgr entry to boot instead? Thanks.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/juniorsporkman&quot;&gt; /u/juniorsporkman &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/109q2m6/bootloader_question/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/109q2m6/bootloader_question/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_109q2m6</id><link href="https://www.reddit.com/r/AlpineLinux/comments/109q2m6/bootloader_question/" /><updated>2023-01-12T04:20:52+00:00</updated><published>2023-01-12T04:20:52+00:00</published><title>Bootloader question</title></entry><entry><author><name>/u/br_moag</name><uri>https://www.reddit.com/user/br_moag</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/br_moag&quot;&gt; /u/br_moag &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/107h07r/how_does_apk_compare_to_other_package_managers/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/107h07r/how_does_apk_compare_to_other_package_managers/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_107h07r</id><link href="https://www.reddit.com/r/AlpineLinux/comments/107h07r/how_does_apk_compare_to_other_package_managers/" /><updated>2023-01-09T15:21:25+00:00</updated><published>2023-01-09T15:21:25+00:00</published><title>How does APK compare to other package managers?</title></entry><entry><author><name>/u/br_moag</name><uri>https://www.reddit.com/user/br_moag</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Doesn&amp;#39;t it kind of contradict the unix philosophy that busy box is trying to go for?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/br_moag&quot;&gt; /u/br_moag &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/107minc/why_does_busy_box_have_the_yes_command/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/107minc/why_does_busy_box_have_the_yes_command/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_107minc</id><link href="https://www.reddit.com/r/AlpineLinux/comments/107minc/why_does_busy_box_have_the_yes_command/" /><updated>2023-01-09T18:54:53+00:00</updated><published>2023-01-09T18:54:53+00:00</published><title>why does busy box have the yes command</title></entry><entry><author><name>/u/XyloPoPz1</name><uri>https://www.reddit.com/user/XyloPoPz1</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi, I did a fresh install of alpine and I installed desktop, xfce4, elogind and some other things but I&amp;#39;m having issues downloading files from the user account xylopopz which has been granted sudo. The downloads from Firefox just immediately fail, however the root account downloads works just fine, what might be happening here? Thanks for your help!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/XyloPoPz1&quot;&gt; /u/XyloPoPz1 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/102uf7t/cant_download_files_in_user_account/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/102uf7t/cant_download_files_in_user_account/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_102uf7t</id><link href="https://www.reddit.com/r/AlpineLinux/comments/102uf7t/cant_download_files_in_user_account/" /><updated>2023-01-04T04:56:04+00:00</updated><published>2023-01-04T04:56:04+00:00</published><title>Can't download files in user account</title></entry><entry><author><name>/u/kabajau</name><uri>https://www.reddit.com/user/kabajau</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I installed Alpine Linux 3.17.0 Standard Edition on my Lenovo IdeaPad D330 and I get a blank screen after approx. every 3rd boot.&lt;/p&gt; &lt;p&gt;I am still able to login blindly and execute commands like &lt;code&gt;poweroff&lt;/code&gt; or &lt;code&gt;reboot&lt;/code&gt;, even though &lt;code&gt;reset&lt;/code&gt; doesn&amp;#39;t work.&lt;/p&gt; &lt;p&gt;The same blank screen appears when I close &lt;code&gt;sway&lt;/code&gt; with win+shit+e, after manually starting it from the terminal.&lt;/p&gt; &lt;p&gt;I also tried using other default shells like &lt;code&gt;sh&lt;/code&gt; or &lt;code&gt;zsh&lt;/code&gt; instead of &lt;code&gt;ash&lt;/code&gt; but that doesn&amp;#39;t change anything.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/kabajau&quot;&gt; /u/kabajau &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/101wmx3/blank_screen_after_boot_and_after_exiting_sway/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/101wmx3/blank_screen_after_boot_and_after_exiting_sway/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_101wmx3</id><link href="https://www.reddit.com/r/AlpineLinux/comments/101wmx3/blank_screen_after_boot_and_after_exiting_sway/" /><updated>2023-01-03T03:19:42+00:00</updated><published>2023-01-03T03:19:42+00:00</published><title>blank screen after boot and after exiting sway</title></entry><entry><author><name>/u/Sad_Top_5462</name><uri>https://www.reddit.com/user/Sad_Top_5462</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;I&amp;#39;ve installed Alpine in diskless mode on my hardisk and am storing the apk cache and persistent overlay in the boot partition. Now I would like to wipe the hardisk and reinstall it from scratch but when I insert the LiveCD it finds the apkovl on the disk and loads it, preventing me from wiping it up. &lt;/p&gt; &lt;p&gt;Is there a way to tell alpine NOT to load the apkovl file, giving me a fresh system, like it was before I setup persistence, so that I can reinstall everything from scratch?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Sad_Top_5462&quot;&gt; /u/Sad_Top_5462 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/100vuhr/help_reinstall_alpine_when_in_diskless_mode_with/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/100vuhr/help_reinstall_alpine_when_in_diskless_mode_with/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_100vuhr</id><link href="https://www.reddit.com/r/AlpineLinux/comments/100vuhr/help_reinstall_alpine_when_in_diskless_mode_with/" /><updated>2023-01-01T22:46:35+00:00</updated><published>2023-01-01T22:46:35+00:00</published><title>[Help] Reinstall Alpine when in diskless mode with persistent overlay</title></entry><entry><author><name>/u/Dasmath101</name><uri>https://www.reddit.com/user/Dasmath101</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi I am new to alpine and just learned about aport packages. I followed the wiki instructions (currently incomplete) to build a custom kernel via the package method.&lt;/p&gt; &lt;p&gt;Currently I am stuck at the APKBUILD (obtained from aports/main/linux-lts) editing phase. The stock APKBUILD source is a kernel.org url. From what I can understand the build script downloads the source and patches then builds and packages everything.&lt;/p&gt; &lt;p&gt;My question is, when do I configure my custom kernel and how to integrate it into the APKBUILD script. I downloaded the source in the URL and then ran make menuconfig. I then replaced the source URL in APKBUILD with the custom source tarred directory. I kept the package names the same (linux-lts). Running abuild -r at this point gave me a missing checksum error.&lt;/p&gt; &lt;p&gt;Wasnt sure if I was doing it the right way so wanted check with some experts. Much thanks to whoever can help and to the devs for making a great distro.&lt;/p&gt; &lt;p&gt;I am also happy to help update the wiki with detailed steps if the devs see this.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Dasmath101&quot;&gt; /u/Dasmath101 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/1009mon/help_with_building_kernel/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/1009mon/help_with_building_kernel/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_1009mon</id><link href="https://www.reddit.com/r/AlpineLinux/comments/1009mon/help_with_building_kernel/" /><updated>2023-01-01T02:17:08+00:00</updated><published>2023-01-01T02:17:08+00:00</published><title>Help with building kernel</title></entry><entry><author><name>/u/kabajau</name><uri>https://www.reddit.com/user/kabajau</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Afaik, one can build a custom configuration of busybox without certain commands. For example, I would like to exclude vi, because I prefer to use another text editor. How can I replace the default alpine busybox with a custom one?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/kabajau&quot;&gt; /u/kabajau &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zytbaz/change_busybox/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zytbaz/change_busybox/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zytbaz</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zytbaz/change_busybox/" /><updated>2022-12-30T06:32:32+00:00</updated><published>2022-12-30T06:32:32+00:00</published><title>Change Busybox</title></entry><entry><author><name>/u/kabajau</name><uri>https://www.reddit.com/user/kabajau</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Is there a list of packages included in each of the different editions of alpine linux (standard, extended, etc.)?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/kabajau&quot;&gt; /u/kabajau &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zynxwg/alpine_edition_package_lists/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zynxwg/alpine_edition_package_lists/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zynxwg</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zynxwg/alpine_edition_package_lists/" /><updated>2022-12-30T02:08:41+00:00</updated><published>2022-12-30T02:08:41+00:00</published><title>Alpine Edition Package Lists</title></entry><entry><author><name>/u/theRealGrahamDorsey</name><uri>https://www.reddit.com/user/theRealGrahamDorsey</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I have been messing with Alpine for a while now, and I have been honestly consistently impressed with it. However, I also noticed it is not widely supported by cloud providers as compared to other Linux distributions.&lt;/p&gt; &lt;p&gt;Now, I understand the musl issue, or the fact that the Alpine team has limited resource and in general tend to support latest version of packages, which I think is more of a feature than an issue. &lt;/p&gt; &lt;p&gt;So my question is,&lt;/p&gt; &lt;ul&gt; &lt;li&gt;why is Alpine not widely supported by Cloud providers?(not interested in Docker usage) &lt;/li&gt; &lt;li&gt;are there any long term users of Alpine in a production environment(cloud) and what has been your experience so far?&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/theRealGrahamDorsey&quot;&gt; /u/theRealGrahamDorsey &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zy43of/linux_alpine_cloud_in_production/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zy43of/linux_alpine_cloud_in_production/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zy43of</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zy43of/linux_alpine_cloud_in_production/" /><updated>2022-12-29T12:20:26+00:00</updated><published>2022-12-29T12:20:26+00:00</published><title>Linux Alpine Cloud in Production?</title></entry><entry><author><name>/u/-__---_--_-_-_</name><uri>https://www.reddit.com/user/-__---_--_-_-_</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello guys,&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;I was very happy to see a bunch of new (have not seen them before and they were updated 3 days ago, but could be a lot older, so not sure if &amp;quot;new&amp;quot;) official docker images from and based on Alpine Linux.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://hub.docker.com/u/alpinelinux&quot;&gt;See here on dockerhub&lt;/a&gt;&lt;/p&gt; &lt;p&gt;There are several gitlab images, but also others such as golang, unbound, mqtt. &lt;/p&gt; &lt;p&gt;Strange thing is, there is no overview/description for any of those. Nothing. I don&amp;#39;t know which arguments it expects, what volumes I do have to create and whatever. I also couldn&amp;#39;t find any documentation about them on the aplines github, or in the official documentation. &lt;/p&gt; &lt;p&gt;This also effects docker builds that are many months old, not just new ones. &lt;/p&gt; &lt;p&gt;Does any of you know where to find the needed information?&lt;/p&gt; &lt;p&gt;Or if this images are even legit? &lt;/p&gt; &lt;p&gt;Thank you a lot.&lt;/p&gt; &lt;p&gt;Edit: Title should be docker images not container...&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/-__---_--_-_-_&quot;&gt; /u/-__---_--_-_-_ &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zxbfb3/new_alpine_linux_docker_container/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zxbfb3/new_alpine_linux_docker_container/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zxbfb3</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zxbfb3/new_alpine_linux_docker_container/" /><updated>2022-12-28T14:50:06+00:00</updated><published>2022-12-28T14:50:06+00:00</published><title>New? Alpine Linux docker container</title></entry><entry><author><name>/u/jhjacobs81</name><uri>https://www.reddit.com/user/jhjacobs81</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;hello, i have almost perfected my Alpine system except for this small problem i keep having. &lt;/p&gt; &lt;p&gt;i can connect to wireless using iwd on the commandline just fine, but in KDE all i can see is a &amp;quot;Networks disconnected&amp;quot; wired icon with a red cross. i have followed the Alpine wiki. i have networkmanager, networkmanager-wifi and iwd installed. Still KDE shows nothing resembling a wifi icon, let alone any local networks. &lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;Does anyone know what i am missing?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/jhjacobs81&quot;&gt; /u/jhjacobs81 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zs21x9/kde_wireless_icon_not_working/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zs21x9/kde_wireless_icon_not_working/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zs21x9</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zs21x9/kde_wireless_icon_not_working/" /><updated>2022-12-21T21:50:06+00:00</updated><published>2022-12-21T21:50:06+00:00</published><title>KDE wireless icon not working</title></entry><entry><author><name>/u/toasty_fe</name><uri>https://www.reddit.com/user/toasty_fe</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I was wondering if it would be possible to use the default Alpine kernel + the custom patches from Nobara Project.&lt;/p&gt; &lt;p&gt;If so, how should I proceed with the installation of the custom patches?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/toasty_fe&quot;&gt; /u/toasty_fe &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zr5nm3/apply_the_custom_patches_from_nobara_project_to/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zr5nm3/apply_the_custom_patches_from_nobara_project_to/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zr5nm3</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zr5nm3/apply_the_custom_patches_from_nobara_project_to/" /><updated>2022-12-21T00:55:40+00:00</updated><published>2022-12-21T00:55:40+00:00</published><title>Apply the custom patches from Nobara Project to Alpine Linux</title></entry><entry><author><name>/u/ahead_of_trends</name><uri>https://www.reddit.com/user/ahead_of_trends</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I really like openRC. Alpine is used a lot in containers and SBCs but are there good reasons not to use it on my desktop pc?&lt;/p&gt; &lt;p&gt;I heard the compilers aren&amp;#39;t so good, so you are getting a worse runtime of programs you build yourself. Wouldn&amp;#39;t that be fixable by switching the compilers or even maintaining a private repository?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ahead_of_trends&quot;&gt; /u/ahead_of_trends &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zoyqne/are_there_good_reasons_to_not_use_alpine_as_daily/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zoyqne/are_there_good_reasons_to_not_use_alpine_as_daily/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zoyqne</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zoyqne/are_there_good_reasons_to_not_use_alpine_as_daily/" /><updated>2022-12-18T13:33:46+00:00</updated><published>2022-12-18T13:33:46+00:00</published><title>Are there good reasons to not use Alpine as daily driver?</title></entry><entry><author><name>/u/willekind</name><uri>https://www.reddit.com/user/willekind</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I am trying to install Transmission VPN but it has an error: &lt;code&gt;Options error: You must define TUN/TAP device (--dev)&lt;/code&gt;. &lt;/p&gt; &lt;p&gt;I have followed some online guides to create this /dev/net/tun but the error persists. I am running transmission in docker. My compose file is below.&lt;/p&gt; &lt;p&gt;Any help would be much appreciated!&lt;/p&gt; &lt;pre&gt;&lt;code&gt;############################## TRANSMISSIONBT transmission-vpn: &amp;lt;&amp;lt;: *common-keys-apps # See EXTENSION FIELDS at the top image: haugene/transmission-openvpn:4.1 container_name: transmission-vpn cap_add: - NET_ADMIN devices: - /dev/net/tun environment: &amp;lt;&amp;lt;: *default-tz-puid-pgid # See EXTENSION FIELDS at the top OPENVPN_PROVIDER: NORDVPN OPENVPN_USERNAME: $NORDVPN_USERNAME OPENVPN_PASSWORD: $NORDVPN_PASSWORD NORDVPN_COUNTRY: &amp;quot;Belgium&amp;quot; NORDVPN_CATEGORY: &amp;quot;STANDARD&amp;quot; NORDVPN_PROTOCOL: &amp;quot;tcp&amp;quot; LOCAL_NETWORK: $LOCAL_NETWORK UMASK_SET: 2 TRANSMISSION_RPC_AUTHENTICATION_REQUIRED: &amp;quot;true&amp;quot; TRANSMISSION_RPC_HOST_WHITELIST: &amp;quot;127.0.0.1,$SERVER_IP&amp;quot; TRANSMISSION_RPC_PASSWORD: $TRANSMISSION_RPC_PASSWORD TRANSMISSION_RPC_USERNAME: $TRANSMISSION_RPC_USERNAME TRANSMISSION_UMASK: 002 TRANSMISSION_RATIO_LIMIT: 1.00 TRANSMISSION_RATIO_LIMIT_ENABLED: &amp;quot;true&amp;quot; TRANSMISSION_ALT_SPEED_DOWN: 999999 TRANSMISSION_ALT_SPEED_ENABLED: &amp;quot;false&amp;quot; TRANSMISSION_ALT_SPEED_UP: 250 TRANSMISSION_SPEED_LIMIT_DOWN: 20000 TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED: &amp;quot;true&amp;quot; TRANSMISSION_SPEED_LIMIT_UP: 200 TRANSMISSION_SPEED_LIMIT_UP_ENABLED: &amp;quot;true&amp;quot; TRANSMISSION_INCOMPLETE_DIR: /data/downloads/torrents/incomplete TRANSMISSION_INCOMPLETE_DIR_ENABLED: &amp;quot;true&amp;quot; TRANSMISSION_WATCH_DIR: /data/downloads/torrents TRANSMISSION_WATCH_DIR_ENABLED: &amp;quot;true&amp;quot; TRANSMISSION_DOWNLOAD_DIR: /data/downloads/torrents TRANSMISSION_WEB_UI: flood-for-transmission LOG_TO_STDOUT: &amp;quot;true&amp;quot; volumes: - /etc/localtime:/etc/localtime:ro - $DOCKERDIR/appdata/transmission-vpn/data:/data - $DOCKERDIR/appdata/transmission-vpn/config:/config - $MEDIADIR/downloads:/data/downloads networks: default: ipv4_address: 172.21.0.6 labels: - &amp;quot;com.centurylinklabs.watchtower.enable=true&amp;quot; &lt;/code&gt;&lt;/pre&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/willekind&quot;&gt; /u/willekind &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zokbky/how_do_i_create_a_devnettun_device_for/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zokbky/how_do_i_create_a_devnettun_device_for/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zokbky</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zokbky/how_do_i_create_a_devnettun_device_for/" /><updated>2022-12-18T00:01:20+00:00</updated><published>2022-12-18T00:01:20+00:00</published><title>How do I create a /dev/net/tun device for Transmission VPN</title></entry><entry><author><name>/u/Dead_Quiet</name><uri>https://www.reddit.com/user/Dead_Quiet</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working&quot;&gt;https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working&lt;/a&gt; suggests to just install GNU tools which replace symlinks to busybox. But I wonder what happens, if busybox is updated? Isn&amp;#39;t it possible that these symlinks are restored?&lt;/p&gt; &lt;p&gt;Same question for the sendmail symlink to busybox. I want to replace it with a symlink to msmtp. Will it be restored on updates?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Dead_Quiet&quot;&gt; /u/Dead_Quiet &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/znap9m/replacing_symlinks_to_busybox_what_happens_on/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/znap9m/replacing_symlinks_to_busybox_what_happens_on/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_znap9m</id><link href="https://www.reddit.com/r/AlpineLinux/comments/znap9m/replacing_symlinks_to_busybox_what_happens_on/" /><updated>2022-12-16T09:28:14+00:00</updated><published>2022-12-16T09:28:14+00:00</published><title>Replacing symlinks to busybox. What happens on updates?</title></entry><entry><author><name>/u/dr_sheppard-ru</name><uri>https://www.reddit.com/user/dr_sheppard-ru</uri></author><category term="AlpineLinux" label="r/AlpineLinux"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I install Gnome-shell and gdm. After i added gdm in def level with rc-update add gdm. After reboot GDM is not working. How to return into console mode for fixing it?&lt;br/&gt; Ctrl + Alt + F(1-12) not working&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/dr_sheppard-ru&quot;&gt; /u/dr_sheppard-ru &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zgfp3f/how_to_return_to_console_mode/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AlpineLinux/comments/zgfp3f/how_to_return_to_console_mode/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_zgfp3f</id><link href="https://www.reddit.com/r/AlpineLinux/comments/zgfp3f/how_to_return_to_console_mode/" /><updated>2022-12-08T23:28:10+00:00</updated><published>2022-12-08T23:28:10+00:00</published><title>How to return to console mode?</title></entry></feed>