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

1 line
No EOL
44 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="debian" label="r/debian"/><updated>2023-01-28T13:00:00+00:00</updated><icon>https://www.redditstatic.com/icon.png/</icon><id>/r/debian.rss</id><link rel="self" href="https://www.reddit.com/r/debian.rss" type="application/atom+xml" /><link rel="alternate" href="https://www.reddit.com/r/debian" type="text/html" /><logo>https://e.thumbs.redditmedia.com/bj5fpP-INl_zBzuj.png</logo><subtitle>Subreddit to discuss all the Debian things, the Universal Operating System</subtitle><title>Debian — The Universal Operating System</title><entry><author><name>/u/HDLForBeginners</name><uri>https://www.reddit.com/user/HDLForBeginners</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;This should work for newer generation AMD graphics cards.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;# update the kernel to backports version sudo apt install -t bullseye-backports linux-image-generic sudo update-grub # reboot # Install firmware-amd-graphics from backports sudo apt-get install -t bullseye-backports firmware-amd-graphics # get amdgpu binaries cd ~ mkdir firmware cd firmware wget -r -nd -e robots=no -A &amp;#39;*.bin&amp;#39; --accept-regex &amp;#39;/plain/&amp;#39; https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu/ sudo mv *.bin /lib/firmware/amdgpu/ sudo update-initramfs -c -k all # reboot # If you&amp;#39;re mixing integrated and dedicated graphics on 2 monitors xrandr --listproviders xrandr --setprovideroutputsource 1 0 # enable 2nd monitor in monitor settings Note * #If you get a &amp;lt;disk out of space&amp;gt; error on your /boot partition. # Make space like this # purge for boot space if required sudo dpkg --list &amp;#39;linux-image*&amp;#39; | grep ^ii # take note of oldest linux image (must keep 6.0.0, ideally keep 5.10 as well) sudo apt-get remove linux-image-&amp;lt;version&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;I&amp;#39;ve done this twice now, on 2 different Debian 11 installs, worked perfectly both times.&lt;/p&gt; &lt;p&gt;# Debian Wiki links&lt;br/&gt; &lt;a href=&quot;https://wiki.debian.org/AtiHowTo&quot;&gt;https://wiki.debian.org/AtiHowTo&lt;/a&gt;&lt;br/&gt; &lt;a href=&quot;https://wiki.debian.org/Firmware#Firmware_missing_from_Debian&quot;&gt;https://wiki.debian.org/Firmware#Firmware_missing_from_Debian&lt;/a&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/HDLForBeginners&quot;&gt; /u/HDLForBeginners &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10na1rd/tutorial_how_i_installed_the_rx6600xt_drivers_in/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10na1rd/tutorial_how_i_installed_the_rx6600xt_drivers_in/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10na1rd</id><link href="https://www.reddit.com/r/debian/comments/10na1rd/tutorial_how_i_installed_the_rx6600xt_drivers_in/" /><updated>2023-01-28T08:20:04+00:00</updated><published>2023-01-28T08:20:04+00:00</published><title>Tutorial: How I installed the RX6600XT drivers in Debian 11</title></entry><entry><author><name>/u/JustMrNic3</name><uri>https://www.reddit.com/user/JustMrNic3</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi everyone!&lt;/p&gt; &lt;p&gt;With all Valve&amp;#39;s contributions and improvements and gaming on Linux being on the rise, it would be nice if Debian&amp;#39;s repository could somewhat keep up with the Arch based distros.&lt;/p&gt; &lt;p&gt;I&amp;#39;m thinking that streaming is a very important part of gaming and I was wondering if anyone can build and maintain the Sunshine streaming server:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/LizardByte/Sunshine&quot;&gt;https://github.com/LizardByte/Sunshine&lt;/a&gt;&lt;/p&gt; &lt;p&gt;And also the Moonlight streaming client:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/moonlight-stream/moonlight-qt&quot;&gt;https://github.com/moonlight-stream/moonlight-qt&lt;/a&gt;&lt;/p&gt; &lt;p&gt;And besides gaming purpose, this pair being intended for high performance and low latency, it might a very good replacement for the VNC protocol and it seems that other people already thought of that:&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://github.com/LizardByte/Sunshine/discussions/224&quot;&gt;https://github.com/LizardByte/Sunshine/discussions/224&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://www.reddit.com/r/cloudygamer/comments/zzuuda/is_it_possible_to_use_sunshine_moonlight_to/&quot;&gt;https://www.reddit.com/r/cloudygamer/comments/zzuuda/is_it_possible_to_use_sunshine_moonlight_to/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;What do you think, can anyone sponsor these two wonderful projects to be part of Debian&amp;#39;s repository?&lt;/p&gt; &lt;p&gt;Thank you very much!&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/JustMrNic3&quot;&gt; /u/JustMrNic3 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10ncajh/can_anyone_contribute_with_sunshine/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10ncajh/can_anyone_contribute_with_sunshine/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10ncajh</id><link href="https://www.reddit.com/r/debian/comments/10ncajh/can_anyone_contribute_with_sunshine/" /><updated>2023-01-28T10:44:37+00:00</updated><published>2023-01-28T10:44:37+00:00</published><title>Can anyone contribute with Sunshine</title></entry><entry><author><name>/u/ActStock5238</name><uri>https://www.reddit.com/user/ActStock5238</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Aside from customization and maybe newer version, whats the advantage and or disadvantages of building an app/package from source?&lt;/p&gt; &lt;p&gt;Are the customizations/configs available to me thru a file if I get it from my Debian stable repo?&lt;/p&gt; &lt;p&gt;Do you build from source? Which packages and why or why not?&lt;/p&gt; &lt;p&gt;Thanks in advance&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/ActStock5238&quot;&gt; /u/ActStock5238 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mithr/why_build_from_source/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mithr/why_build_from_source/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mithr</id><link href="https://www.reddit.com/r/debian/comments/10mithr/why_build_from_source/" /><updated>2023-01-27T11:40:46+00:00</updated><published>2023-01-27T11:40:46+00:00</published><title>Why build from source?</title></entry><entry><author><name>/u/soozie_</name><uri>https://www.reddit.com/user/soozie_</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I just installed debian bullseye on my laptop and I found out that there is something like fasttrack which allows for lastest updated softwares to be installed on Debian. But there are two sources, bullseye-fasttrack and bullseye-backports-staging and could not found any details regarding which one should be used and if there are any caveats. Found this &lt;a href=&quot;https://wiki.debian.org/FastTrack&quot;&gt;link&lt;/a&gt; but could not understand properly what the intent are for the two sources. Can someone explain to a new debian user.&lt;/p&gt; &lt;p&gt;TIA&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/soozie_&quot;&gt; /u/soozie_ &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mga3d/fasttrack_repository/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mga3d/fasttrack_repository/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mga3d</id><link href="https://www.reddit.com/r/debian/comments/10mga3d/fasttrack_repository/" /><updated>2023-01-27T08:48:41+00:00</updated><published>2023-01-27T08:48:41+00:00</published><title>Fasttrack Repository</title></entry><entry><author><name>/u/teskilatimahsusa87</name><uri>https://www.reddit.com/user/teskilatimahsusa87</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;&lt;a href=&quot;https://arstechnica.com/gadgets/2022/10/linux-5-19-2-kernel-can-flicker-and-damage-screens-on-some-intel-gpu-laptops/&quot;&gt;https://arstechnica.com/gadgets/2022/10/linux-5-19-2-kernel-can-flicker-and-damage-screens-on-some-intel-gpu-laptops/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This. For example this isn&amp;#39;t that much security related, but would cause permanent damage to a hardware obviously. If such error were to happen now, would debian devs push an upgrade to the kernel?&lt;/p&gt; &lt;p&gt;This also reinforces that debian is much better somehow. This is much more likely to happen in newest kernels.&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/teskilatimahsusa87&quot;&gt; /u/teskilatimahsusa87 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mivvi/would_kernel_bugs_like_this_prompt_debian_devs_to/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mivvi/would_kernel_bugs_like_this_prompt_debian_devs_to/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mivvi</id><link href="https://www.reddit.com/r/debian/comments/10mivvi/would_kernel_bugs_like_this_prompt_debian_devs_to/" /><updated>2023-01-27T11:45:01+00:00</updated><published>2023-01-27T11:45:01+00:00</published><title>Would kernel bugs like this prompt debian devs to update the kernel?</title></entry><entry><author><name>/u/crepuscopoli</name><uri>https://www.reddit.com/user/crepuscopoli</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi there!&lt;br/&gt; Which alternative like pacman for debian, as GUI package manager? (no synaptic)&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/crepuscopoli&quot;&gt; /u/crepuscopoli &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mo9ge/gui_package_manager_like_pacman/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mo9ge/gui_package_manager_like_pacman/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mo9ge</id><link href="https://www.reddit.com/r/debian/comments/10mo9ge/gui_package_manager_like_pacman/" /><updated>2023-01-27T15:56:22+00:00</updated><published>2023-01-27T15:56:22+00:00</published><title>GUI Package Manager like pacman?</title></entry><entry><author><name>/u/TnCyberVol</name><uri>https://www.reddit.com/user/TnCyberVol</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I&amp;#39;ve been messing with Linux for some time, so not a linux noob by any means. I am a noob to Linux on MBP. From what I have read, including from here: &lt;a href=&quot;https://wiki.debian.org/InstallingDebianOn/Apple/MacBookPro/Early-2015-13-inch&quot;&gt;https://wiki.debian.org/InstallingDebianOn/Apple/MacBookPro/Early-2015-13-inch&lt;/a&gt;, this shouldn&amp;#39;t be this difficult.&lt;/p&gt; &lt;p&gt;I&amp;#39;ve attached a picture of the error. The error happens from both live and installed version of 11.6 non-free, iso. When installed and booted, there is an additional line with information about the sda, but not an error.&lt;/p&gt; &lt;p&gt;Hardware notes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;I&amp;#39;m currently using a thunderbolt to Gig ethernet adaptor. Before buying it, I did get the broadcom wifi installed and working.&lt;/li&gt; &lt;li&gt;Laptop display doesn&amp;#39;t work, and I am using an external monitor, connected to the HDMI port.&lt;/li&gt; &lt;li&gt;I didn&amp;#39;t want to dual boot with MacOS, and I used the entire drive.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&quot;https://preview.redd.it/jq4fe2qbglea1.jpg?width=4032&amp;amp;format=pjpg&amp;amp;auto=webp&amp;amp;s=18070cf6d08c7a3eceda7aae6c4d6e8837b3eb5a&quot;&gt;https://preview.redd.it/jq4fe2qbglea1.jpg?width=4032&amp;amp;format=pjpg&amp;amp;auto=webp&amp;amp;s=18070cf6d08c7a3eceda7aae6c4d6e8837b3eb5a&lt;/a&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/TnCyberVol&quot;&gt; /u/TnCyberVol &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mlt7n/mbp_121_retina_early_2015_i5_intel_iris_graphics/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mlt7n/mbp_121_retina_early_2015_i5_intel_iris_graphics/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mlt7n</id><link href="https://www.reddit.com/r/debian/comments/10mlt7n/mbp_121_retina_early_2015_i5_intel_iris_graphics/" /><updated>2023-01-27T14:13:13+00:00</updated><published>2023-01-27T14:13:13+00:00</published><title>MBP 12,1 (Retina, Early 2015, i5, Intel Iris Graphics, 8GB memory, 200 ish GB SSD) being difficult - Need Help!</title></entry><entry><author><name>/u/fredoverflow</name><uri>https://www.reddit.com/user/fredoverflow</uri></author><category term="debian" label="r/debian"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/fredoverflow&quot;&gt; /u/fredoverflow &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://i.redd.it/0d4ouu0lcfea1.png&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lxmeq/my_terminal_font_looks_completely_different_after/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10lxmeq</id><link href="https://www.reddit.com/r/debian/comments/10lxmeq/my_terminal_font_looks_completely_different_after/" /><updated>2023-01-26T17:41:51+00:00</updated><published>2023-01-26T17:41:51+00:00</published><title>My terminal font looks completely different after upgrading from stable to testing. Is this normal, or did I mess something up?</title></entry><entry><author><name>/u/Borgmeister</name><uri>https://www.reddit.com/user/Borgmeister</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;So I like to use Celluloid for video and it worked great for months, but recently I&amp;#39;ve found an issue where unless my mouse is plugged in, the scroll wheel doesn&amp;#39;t control the volume in celluloid - the scroll wheel works in other applications whether plugged in or not. It did used to. &lt;/p&gt; &lt;p&gt;I&amp;#39;ve got piper installed, haven&amp;#39;t changed any settings there. Running Bookworm.&lt;/p&gt; &lt;p&gt;Has anyone else experienced this? It&amp;#39;s not the biggest of deals, but it&amp;#39;s one of those &amp;#39;minor frustrations&amp;#39;. Really appreciate any insight.&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/Borgmeister&quot;&gt; /u/Borgmeister &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mewup/odd_behaviour_with_celluloid_and_logitech_g502/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10mewup/odd_behaviour_with_celluloid_and_logitech_g502/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10mewup</id><link href="https://www.reddit.com/r/debian/comments/10mewup/odd_behaviour_with_celluloid_and_logitech_g502/" /><updated>2023-01-27T07:14:40+00:00</updated><published>2023-01-27T07:14:40+00:00</published><title>Odd behaviour with Celluloid and Logitech G502 Lightspeed</title></entry><entry><author><name>/u/Sensitive-Sky9681</name><uri>https://www.reddit.com/user/Sensitive-Sky9681</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I did a minimal install of debian a day ago and I wasn&amp;#39;t having any issues with firefox, but now it takes 20 to 30 seconds to launch a new instance of firefox. I tried using the latest version of firefox (I was originally using the esr version) and clearing my profiles didn&amp;#39;t work. I launched firefox through the terminal and it gave me this &lt;/p&gt; &lt;p&gt;Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs&lt;/p&gt; &lt;p&gt;Missing chrome or resource URL: resource://gre/modules/UpdateListener.sys.mjs&lt;/p&gt; &lt;p&gt;Thanks to anyone willing to help!&lt;/p&gt; &lt;p&gt;Edit: I found the solution which is adding this line&lt;/p&gt; &lt;p&gt;dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY &amp;amp;&lt;/p&gt; &lt;p&gt;Into your .xinitrc&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/Sensitive-Sky9681&quot;&gt; /u/Sensitive-Sky9681 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lghjl/firefox_taking_20_seconds_to_launch/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lghjl/firefox_taking_20_seconds_to_launch/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10lghjl</id><link href="https://www.reddit.com/r/debian/comments/10lghjl/firefox_taking_20_seconds_to_launch/" /><updated>2023-01-26T02:00:27+00:00</updated><published>2023-01-26T02:00:27+00:00</published><title>Firefox taking 20 seconds to launch</title></entry><entry><author><name>/u/timotejpajntar</name><uri>https://www.reddit.com/user/timotejpajntar</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;How can I fix it?&lt;/p&gt; &lt;p&gt;UPDATE: Thanks for all of your help! I managed to fix 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/timotejpajntar&quot;&gt; /u/timotejpajntar &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10m05qn/any_files_i_download_save_to_runuser1000doc/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10m05qn/any_files_i_download_save_to_runuser1000doc/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10m05qn</id><link href="https://www.reddit.com/r/debian/comments/10m05qn/any_files_i_download_save_to_runuser1000doc/" /><updated>2023-01-26T19:27:47+00:00</updated><published>2023-01-26T19:27:47+00:00</published><title>Any files I download save to /run/user/1000/doc/ instead of /home/(insert_username_here)/Pictures/, even if I specify it</title></entry><entry><author><name>/u/RedditIllegalCensors</name><uri>https://www.reddit.com/user/RedditIllegalCensors</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Gnome wont let me login, so i cant use command &amp;quot;dpkg reconfigure&amp;quot; to switch to lightdm .&lt;/p&gt; &lt;p&gt;So i need to change an ini/config file via a usb live system or from another distro installed on same sdd.&lt;/p&gt; &lt;p&gt;Help me please how to! &lt;/p&gt; &lt;p&gt;P.S. Its an Antix22 System, where i installed Gnome and Budgie in hope to fix suspend/hibernate mode!&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/RedditIllegalCensors&quot;&gt; /u/RedditIllegalCensors &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lsvm2/help_how_can_i_change_display_manager_gdm3_to/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lsvm2/help_how_can_i_change_display_manager_gdm3_to/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10lsvm2</id><link href="https://www.reddit.com/r/debian/comments/10lsvm2/help_how_can_i_change_display_manager_gdm3_to/" /><updated>2023-01-26T14:21:07+00:00</updated><published>2023-01-26T14:21:07+00:00</published><title>Help!!! How can i change display manager gdm3 to lightdm without logging in system?</title></entry><entry><author><name>/u/syrian_kobold</name><uri>https://www.reddit.com/user/syrian_kobold</uri></author><category term="debian" label="r/debian"/><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 recently installed Debian Testing with Plasma, I had to configure a few things at the beginning but so far I&amp;#39;m loving it. But for some reason only my user can open the terminal.&lt;/p&gt; &lt;p&gt;If I try to open a terminal (with any user but my own, regardless of whether it&amp;#39;s an administrator account or not) the window immediately auto-closes. It&amp;#39;s so fast I can&amp;#39;t see what&amp;#39;s wrong.&lt;/p&gt; &lt;p&gt;I&amp;#39;ve been googling for over 30 minutes and trying different things but so far I haven&amp;#39;t had any luck. I was wondering if anyone has a clue on how I can diagnose the actual problem or point me to some guide to try and fix it.&lt;/p&gt; &lt;p&gt;I&amp;#39;ve already tried making new users, deleting addons and the like. Also, this bug affects both Xterm and Konsole, so it seems to be a system problem rather than a particular app problem.&lt;/p&gt; &lt;p&gt;Thanks!&lt;/p&gt; &lt;p&gt;UPDATE: I figured out other users just don&amp;#39;t auto-login in any shell, if I open Dolphin, go to &lt;code&gt;/bin&lt;/code&gt;, right click on &lt;code&gt;bash&lt;/code&gt; and click &lt;code&gt;Run In Konsole&lt;/code&gt; it works, so the problem seems some missing file or setting to do this automatically. I&amp;#39;ll keep digging.&lt;/p&gt; &lt;p&gt;UPDATE 2: Running &lt;code&gt;cat /etc/passwd&lt;/code&gt; I saw that new users have &lt;code&gt;/usr/sbin/nologin&lt;/code&gt; as their default shell, so I just ran &lt;code&gt;sudo usermod -s /bin/bash &amp;lt;username&amp;gt;&lt;/code&gt; to manually assign the bash shell to them and it works! I&amp;#39;m not sure if this is a security feature or if it&amp;#39;s KDE&amp;#39;s user panel messing up as I created the users with a GUI, either way it sucks but I&amp;#39;m just so happy it works now!&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/syrian_kobold&quot;&gt; /u/syrian_kobold &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l5qza/terminal_autoclosing_for_users/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l5qza/terminal_autoclosing_for_users/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10l5qza</id><link href="https://www.reddit.com/r/debian/comments/10l5qza/terminal_autoclosing_for_users/" /><updated>2023-01-25T18:29:46+00:00</updated><published>2023-01-25T18:29:46+00:00</published><title>Terminal auto-closing for users?</title></entry><entry><author><name>/u/Sol33t303</name><uri>https://www.reddit.com/user/Sol33t303</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;To explain the situation, I&amp;#39;m reviving an old x86_64 tablet with 1gb of ram and 15gb storage. It&amp;#39;s got weird quirk where the uefi is 32 bit and the cpu 64, which causes some oddities during the boot process and the only 2 distros I have tested that can boot off it is multiarch debian and puppy linux. And puppy Linux doesnt have a great UI for tablets so i&amp;#39;m going with debian and choosing my own.&lt;/p&gt; &lt;p&gt;Heres the current problem, even with nonfree firmware, networking doesnt want to work, so I must tether my phone. For some strange reason I cannot find a multiarch iso that is not a netinst iso.&lt;/p&gt; &lt;p&gt;This tablet has both a microusb port and sd card slot, but it will only boot from the microusb slot.&lt;/p&gt; &lt;p&gt;This means I gotta plug a USB into the microusb port to boot from, then I either must copy the entire thing to RAM to make room for my phones usb tethering, or I must tell the debian installer to start taking install files from the sdcard in the sdcard slot.&lt;/p&gt; &lt;p&gt;Sadly I don&amp;#39;t have any usb splitters lying around that will work for this (all of them are type a or type c, no microusb ones), so one of the two options above are my only options.&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/Sol33t303&quot;&gt; /u/Sol33t303 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lfveu/how_can_i_either_boot_the_install_media_to_ram_or/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10lfveu/how_can_i_either_boot_the_install_media_to_ram_or/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10lfveu</id><link href="https://www.reddit.com/r/debian/comments/10lfveu/how_can_i_either_boot_the_install_media_to_ram_or/" /><updated>2023-01-26T01:31:00+00:00</updated><published>2023-01-26T01:31:00+00:00</published><title>How can I either boot the install media to RAM, or get the installer to use files from a different media during install?</title></entry><entry><author><name>/u/New_Presentation5736</name><uri>https://www.reddit.com/user/New_Presentation5736</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I went to update the other day, and my LibreOffice just absolutely broke. Like, not even broke, it shattered. Tried uninstalling and reinstalling, and no luck. Broken. And I can&amp;#39;t even find the issue. Tried fixing the broken packages through the terminal, and nothing comes up.&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/New_Presentation5736&quot;&gt; /u/New_Presentation5736 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10le5jl/anybody_else_having_problems_with_libreoffice/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10le5jl/anybody_else_having_problems_with_libreoffice/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10le5jl</id><link href="https://www.reddit.com/r/debian/comments/10le5jl/anybody_else_having_problems_with_libreoffice/" /><updated>2023-01-26T00:11:13+00:00</updated><published>2023-01-26T00:11:13+00:00</published><title>Anybody else having problems with LibreOffice?</title></entry><entry><author><name>/u/RandomDK4000</name><uri>https://www.reddit.com/user/RandomDK4000</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I can&amp;#39;t seem to wrap my head around this, and was hoping someone could help:&lt;/p&gt; &lt;p&gt;I thought stable-backports were supposed to be newer packages originating from testing.&lt;/p&gt; &lt;p&gt;But, as I&amp;#39;ve tried to illustrate with my screenshot, it seems like the backports package version is lower than stable in some cases, and thus also far behind testing at a totally different version number...&lt;/p&gt; &lt;p&gt;Can anyone explain what&amp;#39;s going on in this case?&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://preview.redd.it/szkoybot09ea1.png?width=1920&amp;amp;format=png&amp;amp;auto=webp&amp;amp;s=2317d90aa790378d05a4a005bd03ab5d50224cd8&quot;&gt;https://preview.redd.it/szkoybot09ea1.png?width=1920&amp;amp;format=png&amp;amp;auto=webp&amp;amp;s=2317d90aa790378d05a4a005bd03ab5d50224cd8&lt;/a&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/RandomDK4000&quot;&gt; /u/RandomDK4000 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l8ldq/stable_vs_backports_package_version_confusion/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l8ldq/stable_vs_backports_package_version_confusion/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10l8ldq</id><link href="https://www.reddit.com/r/debian/comments/10l8ldq/stable_vs_backports_package_version_confusion/" /><updated>2023-01-25T20:20:38+00:00</updated><published>2023-01-25T20:20:38+00:00</published><title>stable vs backports package version confusion</title></entry><entry><author><name>/u/evolution800</name><uri>https://www.reddit.com/user/evolution800</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Instead of build a software from the source code can i create a deb file and install the software from the deb file? I want to create deb file from Kodi source code.&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/evolution800&quot;&gt; /u/evolution800 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kx5gn/can_i_create_deb_file_from_source_code/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kx5gn/can_i_create_deb_file_from_source_code/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kx5gn</id><link href="https://www.reddit.com/r/debian/comments/10kx5gn/can_i_create_deb_file_from_source_code/" /><updated>2023-01-25T12:07:37+00:00</updated><published>2023-01-25T12:07:37+00:00</published><title>Can i create deb file from source code?</title></entry><entry><author><name>/u/therealheyyojimbo</name><uri>https://www.reddit.com/user/therealheyyojimbo</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I&amp;#39;m running into screen flickering/glitching on my T14S Gen 3 running testing/bookworm. I found these couple of bug reports (which I think are written against the AMD driver, but it&amp;#39;s not entirely clear to me), and they seem to mirror what I&amp;#39;m running into, but they don&amp;#39;t have any comments, work arounds, etc.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://gitlab.freedesktop.org/drm/amd/-/issues/2352?_sm_au_=iVVSSMKsJr05RtLbtpfLFK3cJKRFM&quot;&gt;https://gitlab.freedesktop.org/drm/amd/-/issues/2352?_sm_au_=iVVSSMKsJr05RtLbtpfLFK3cJKRFM&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;https://gitlab.freedesktop.org/drm/amd/-/issues/2144?_sm_au_=iVVSSMKsJr05RtLbtpfLFK3cJKRFM&quot;&gt;https://gitlab.freedesktop.org/drm/amd/-/issues/2144?_sm_au_=iVVSSMKsJr05RtLbtpfLFK3cJKRFM&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I&amp;#39;ve run into the same thing on Gnome, KDE, and Cinnamon. I also tried Arch last week, and had the same bug, so I assume it&amp;#39;s either driver or kernel related. Interestingly, it didn&amp;#39;t seem to occur in Fedora (6.1.7 kernel) or Mint (5.15 kernel). I reinstalled testing w/ KDE in the end.&lt;/p&gt; &lt;p&gt;Has anyone else run into this issue, and does anyone know of a work around? Should I submit Debian bug report, or any other actions I should take?&lt;/p&gt; &lt;p&gt;Go easy on me - I&amp;#39;m still fairly new to Linux, and particularly this type of issue, so this is very much a learning experience for me.&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/therealheyyojimbo&quot;&gt; /u/therealheyyojimbo &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l5nrg/screen_flickeringglitches_on_t14s_gen_3_using/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l5nrg/screen_flickeringglitches_on_t14s_gen_3_using/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10l5nrg</id><link href="https://www.reddit.com/r/debian/comments/10l5nrg/screen_flickeringglitches_on_t14s_gen_3_using/" /><updated>2023-01-25T18:26:12+00:00</updated><published>2023-01-25T18:26:12+00:00</published><title>Screen Flickering/Glitches on T14S Gen 3 using Testing</title></entry><entry><author><name>/u/etherealshatter</name><uri>https://www.reddit.com/user/etherealshatter</uri></author><category term="debian" label="r/debian"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/etherealshatter&quot;&gt; /u/etherealshatter &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://i.redd.it/fv62axh5q2ea1.png&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kjia5/debian_12_bookworm_will_be_the_host_os_of_our/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kjia5</id><link href="https://www.reddit.com/r/debian/comments/10kjia5/debian_12_bookworm_will_be_the_host_os_of_our/" /><updated>2023-01-24T23:18:44+00:00</updated><published>2023-01-24T23:18:44+00:00</published><title>Debian 12 Bookworm will be the host OS of our production server for research in machine learning. Tried Ubuntu 22.04 LTS on it but hated the bloat. Realised how much faster Debian can boot!</title></entry><entry><author><name>/u/crepuscopoli</name><uri>https://www.reddit.com/user/crepuscopoli</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I am trying to install debian on macbook but installer is not recognized.&lt;br/&gt; I&amp;#39;ve tried with etcher and unebotiin. no luck&lt;br/&gt; MBP 13 2015&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/crepuscopoli&quot;&gt; /u/crepuscopoli &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l6n29/macbook_usb_installer_not_recognized/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10l6n29/macbook_usb_installer_not_recognized/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10l6n29</id><link href="https://www.reddit.com/r/debian/comments/10l6n29/macbook_usb_installer_not_recognized/" /><updated>2023-01-25T19:04:11+00:00</updated><published>2023-01-25T19:04:11+00:00</published><title>macbook usb installer not recognized</title></entry><entry><author><name>/u/NeNuEtoFlex</name><uri>https://www.reddit.com/user/NeNuEtoFlex</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi all. I use OMV to create shared folders in my office. I have the task of logging on:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Appearance of a file in a folder&lt;/li&gt; &lt;li&gt;Moving files within shared folders&lt;/li&gt; &lt;li&gt;Deleting/cutting a file from a shared folder&lt;/li&gt; &lt;li&gt;Copying a file from a shared folder to a local computer&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;If I understand correctly, the vfs_full_audit module is used for this, which allows you to track a bunch of different operations described on this page &lt;a href=&quot;https://manpages.debian.org/unstable/samba-vfs-modules/vfs_full_audit.8.en.html&quot;&gt;https://manpages.debian.org/unstable/samba-vfs-modules/vfs_full_audit.8.en.html&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;I have found the first 3 points of my problem, but I can&amp;#39;t figure out which operation is &amp;quot;Copying a file from a shared folder to a local computer&amp;quot; and is it possible to trace it?&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;The Samba version on our OMV is 4.9.5-Debian&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/NeNuEtoFlex&quot;&gt; /u/NeNuEtoFlex &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kzmar/file_copying_logging/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kzmar/file_copying_logging/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kzmar</id><link href="https://www.reddit.com/r/debian/comments/10kzmar/file_copying_logging/" /><updated>2023-01-25T14:16:49+00:00</updated><published>2023-01-25T14:16:49+00:00</published><title>File copying logging</title></entry><entry><author><name>/u/Bombini_Bombus</name><uri>https://www.reddit.com/user/Bombini_Bombus</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello everyone!&lt;/p&gt; &lt;p&gt;I&amp;#39;m trying to upgrade &lt;em&gt;Jessie&lt;/em&gt; (32bit) installed onto a Virtual Machine (VirtualBOX).&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;I downloaded all the BD-ROM images (&lt;code&gt;jigdo-bd&lt;/code&gt;) from &lt;a href=&quot;https://cdimage.debian.org/cdimage/archive/8.11.1/i386/jigdo-bd/&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Then, using BD-ROM images I &lt;strong&gt;had to&lt;/strong&gt; force install it offline (by removing the virtual network adapter of the Virtual Machine).&lt;/p&gt; &lt;p&gt;I forced the offline installation because - when using the &lt;code&gt;netinst&lt;/code&gt; Image - the Installer was constantly failing downloading from mirror (specified manuallly&lt;sup&gt;*&lt;/sup&gt; ).&lt;/p&gt; &lt;p&gt;&lt;sup&gt;*&lt;/sup&gt; I tried these mirrors (manually defined inside the Installer, console Expert Mode):&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://debian.ethz.ch/debian/&quot;&gt;http://debian.ethz.ch/debian/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;&lt;a href=&quot;http://debian.ethz.ch/debian-archive/&quot;&gt;http://debian.ethz.ch/debian-archive/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;a href=&quot;http://debian.ethz.ch/&quot;&gt;I chose the above mirrors because of this&lt;/a&gt;:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;HTTPS Access&lt;/p&gt; &lt;p&gt;While we would like to provide HTTPS access for all hostnames pointing to this mirror, Debian prefers having primary mirrors to not have HTTPS for their ftp.*.debian.org hostname. Accordingly, we will have to remove that hostname from the HTTPS SSL certificate in the near future.&lt;/p&gt; &lt;p&gt;If you prefer to access this Debian mirror via HTTPS, please replace &lt;a href=&quot;https://ftp.ch.debian.org/&quot;&gt;https://ftp.ch.debian.org/&lt;/a&gt; by &lt;a href=&quot;https://debian.ethz.ch/&quot;&gt;https://debian.ethz.ch/&lt;/a&gt; in your sources.list file. &lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;So, installation in offline mode via BD-ROMs images went fine.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;But now I &lt;strong&gt;cannot&lt;/strong&gt; proceed upgrading Jessie to the latest available sets of updates (which, if I understand correctly, should have been EOL in 2020-06-30, &lt;a href=&quot;https://wiki.debian.org/DebianReleases&quot;&gt;according to this &lt;/a&gt;) due to &lt;code&gt;KEY EXPIRED&lt;/code&gt; error.&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/Bombini_Bombus&quot;&gt; /u/Bombini_Bombus &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kvhn1/jessie_debian_8_key_expired/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kvhn1/jessie_debian_8_key_expired/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kvhn1</id><link href="https://www.reddit.com/r/debian/comments/10kvhn1/jessie_debian_8_key_expired/" /><updated>2023-01-25T10:18:28+00:00</updated><published>2023-01-25T10:18:28+00:00</published><title>[JESSIE / Debian 8] KEY EXPIRED</title></entry><entry><author><name>/u/livia2lima</name><uri>https://www.reddit.com/user/livia2lima</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;This course restarts the first Monday of next month. Based around Ubuntu 20.04 LTS, but it is still very much applicable to Debian.&lt;/p&gt; &lt;p&gt;The course is free, and daily lessons appear in the sub-reddit &lt;a href=&quot;/r/linuxupskillchallenge&quot;&gt;r/linuxupskillchallenge&lt;/a&gt; - which is used for support/discussion. A &lt;a href=&quot;https://discordapp.com/invite/wd4Zqyk&quot;&gt;discord server&lt;/a&gt; is also available.&lt;/p&gt; &lt;p&gt;More details at our &lt;a href=&quot;https://www.reddit.com/r/linuxupskillchallenge/comments/qeymzb/please_read_this_first_how_this_works_faq/&quot;&gt;FAQ&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Any feedback is very welcomed.&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/livia2lima&quot;&gt; /u/livia2lima &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kl5iq/monthlong_commandlinesysadmin_course_starting_6/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kl5iq/monthlong_commandlinesysadmin_course_starting_6/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kl5iq</id><link href="https://www.reddit.com/r/debian/comments/10kl5iq/monthlong_commandlinesysadmin_course_starting_6/" /><updated>2023-01-25T00:30:32+00:00</updated><published>2023-01-25T00:30:32+00:00</published><title>Month-long commandline/sysadmin course starting 6 February 2023</title></entry><entry><author><name>/u/fellowsnaketeaser</name><uri>https://www.reddit.com/user/fellowsnaketeaser</uri></author><category term="debian" label="r/debian"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Somehow, my Sid install always comes up with a permissions dialog *prior* to the DE. It says WLAN is set up, so that only authenticated users can connect (different wording, but that&amp;#39;s the gist). How do I get rid of that dialog and simply connect to Wi-Fi after I log in (or whatever is the default)?&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/fellowsnaketeaser&quot;&gt; /u/fellowsnaketeaser &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kt9kz/network_connection_after_boot_needs_password/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10kt9kz/network_connection_after_boot_needs_password/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10kt9kz</id><link href="https://www.reddit.com/r/debian/comments/10kt9kz/network_connection_after_boot_needs_password/" /><updated>2023-01-25T07:42:53+00:00</updated><published>2023-01-25T07:42:53+00:00</published><title>Network connection after boot needs password</title></entry><entry><author><name>/u/xXConsolePeasantryXx</name><uri>https://www.reddit.com/user/xXConsolePeasantryXx</uri></author><category term="debian" label="r/debian"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/xXConsolePeasantryXx&quot;&gt; /u/xXConsolePeasantryXx &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://lists.debian.org/debian-kde/2023/01/msg00039.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/debian/comments/10k120z/kde_plasma_527_has_been_uploaded_to_unstable/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10k120z</id><link href="https://www.reddit.com/r/debian/comments/10k120z/kde_plasma_527_has_been_uploaded_to_unstable/" /><updated>2023-01-24T08:42:19+00:00</updated><published>2023-01-24T08:42:19+00:00</published><title>KDE Plasma 5.27 has been uploaded to Unstable</title></entry></feed>