<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Littery</title>
    <description>The latest articles on DEV Community by Littery (@littery1).</description>
    <link>https://dev.to/littery1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1107704%2Fbfa53e86-3aee-4d80-b930-62bd11fd7625.png</url>
      <title>DEV Community: Littery</title>
      <link>https://dev.to/littery1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/littery1"/>
    <language>en</language>
    <item>
      <title>Firefox is crashing all the time</title>
      <dc:creator>Littery</dc:creator>
      <pubDate>Wed, 09 Oct 2024 06:32:29 +0000</pubDate>
      <link>https://dev.to/littery1/firefox-is-crashing-all-the-time-4953</link>
      <guid>https://dev.to/littery1/firefox-is-crashing-all-the-time-4953</guid>
      <description>&lt;p&gt;I've been using Firefox Nightly for 4 years without a problem but yesterday Firefox Nightly started crashing on my Windows11 laptop. I tried reinstall it, install Firefox, downgrade it to 130.0.1, uninstall latest updates from Windows but nothing worked Firefox Nightly/ Firefox always crash after a few minutes at max. I tried to go to troubleshoot mode in Firefox but it crashes as well. In about:crashes I got these two crashes but they seem outdated:&lt;br&gt;
bp-4ab3e697-d505-4750-84f3-765c40240901 9/1/2024, 2:16 PM&lt;br&gt;
bp-306f59a9-b324-4b80-9bf3-7438a0240807 8/7/2024, 6:31 PM&lt;br&gt;
I am using Bitdefender and disabling it doesn't solve it even in combination with troubleshoot mode. I've also changed my paging file size to: intitial size: 24576MB maximum size: 49152MB I have 16GB RAM but still Firefox is crashing. I couldn't find anything else on the internet.&lt;br&gt;
Thanks in advance&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Grub does not hide though GRUB_TIMEOUT=0</title>
      <dc:creator>Littery</dc:creator>
      <pubDate>Sat, 24 Jun 2023 19:27:17 +0000</pubDate>
      <link>https://dev.to/littery1/grub-does-not-hide-though-grubtimeout0-1e36</link>
      <guid>https://dev.to/littery1/grub-does-not-hide-though-grubtimeout0-1e36</guid>
      <description>&lt;p&gt;I'm running Ubuntu 22.04.2 LTS and have dual boot windows 11. I'm trying to hide grub menu while booting and automatically boot ubuntu as I have seen that can be done with changing GRUB_TIMEOUT to 0 in /etc/default/grub and run sudo update-grub but grub doesn't hide and sets time to 10 seconds. I am able to change the timer to be different even -1 but 0 does not work for whatever reason. I have also come across the solution that in /etc/grub.d/40_custom I should add at the end of the file: set default="0" set timeout=0 . While this works I'm concerned that when some error occurs I would not be able to get into ubuntu advanced options because it disables grub menu in the boot time so I decided not to use it.&lt;/p&gt;

&lt;p&gt;Here is my /etc/default/grub: GNU nano 6.2 /etc/default/grub&lt;/p&gt;

&lt;p&gt;If you change this file, run 'update-grub' afterwards to update&lt;br&gt;
/boot/grub/grub.cfg.&lt;br&gt;
For full documentation of the options in this file, see:&lt;br&gt;
info -f grub -n 'Simple configuration'&lt;br&gt;
GRUB_DEFAULT=0 GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR=lsb_release -i -s 2&amp;gt; /dev/null || echo Debian GRUB_CMDLINE_LINUX_DEFAULT="quiet splash loglevel=0" GRUB_CMDLINE_LINUX=""&lt;/p&gt;

&lt;p&gt;Uncomment to enable BadRAM filtering, modify to suit your needs&lt;br&gt;
This works with Linux (no patch required) and with any kernel that obtains&lt;br&gt;
the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
&lt;/h1&gt;

&lt;p&gt;Uncomment to disable graphical terminal (grub-pc only)&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_TERMINAL=console
&lt;/h1&gt;

&lt;p&gt;The resolution used on graphical terminal&lt;br&gt;
note that you can use only modes which your graphic card supports via VBE&lt;br&gt;
you can see them in real GRUB with the command `vbeinfo'&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_GFXMODE=640x480
&lt;/h1&gt;

&lt;p&gt;Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_DISABLE_LINUX_UUID=true
&lt;/h1&gt;

&lt;p&gt;Uncomment to disable generation of recovery mode menu entries&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_DISABLE_RECOVERY="true"
&lt;/h1&gt;

&lt;p&gt;Uncomment to get a beep at grub start&lt;/p&gt;

&lt;h1&gt;
  
  
  GRUB_INIT_TUNE="480 440 1" GRUB_DISABLE_OS_PROBER=false
&lt;/h1&gt;

&lt;p&gt;I would be really grateful for any advice as to why my grub menu does not hide. Thank you in advance&lt;/p&gt;

</description>
      <category>grub</category>
      <category>dual</category>
      <category>kernel</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
