Search found 6 matches

by werta
2024-08-08 06:16
Forum: Beginners Questions
Topic: [Software] EFI/GRUB (grubx64.efi) gets HOT
Replies: 4
Views: 1303

Re: [Software] GRUB gets HOT

You can adjust GRUB timeout settings:

sudo nano /etc/default/grub

GRUB_TIMEOUT=5
GRUB_HIDDEN_TIMEOUT=0

sudo update-grub

Also, if you don't need the GRUB password prompt for security, you can disable it by removing the GRUB_PASSWORD line in /etc/default/grub and updating GRUB with sudo update-grub.
by werta
2024-08-08 05:57
Forum: General Questions
Topic: [Solved] Is Krusader file search available to Dolphin
Replies: 4
Views: 680

Re: Is Krusader file search available to Dolphin

Krusader's search cannot be directly integrated with Dolphin, as they are separate file managers with their own search functionalities. However, you can enhance Dolphin's search features by using additional tools like Recoll or Tracker, or by using external command-line utilities such as find or gre...
by werta
2024-08-07 06:44
Forum: Beginners Questions
Topic: Quick app launch and app search in GNOME Flashback
Replies: 2
Views: 942

Re: Quick app launch and app search in GNOME Flashback

1) You can add application launchers to the top panel by right-clicking the panel, selecting "Add to Panel," and choosing "Launcher." 2) GNOME Flashback does not include a search bar by default, but you can install Gnome Do or Albert (sudo apt install gnome-do sudo apt install al...
by werta
2024-08-07 06:36
Forum: Beginners Questions
Topic: [Installation] Need help with NGINX setup for subdomain
Replies: 1
Views: 592

Re: [Installation] Need help with NGINX setup for subdomain

Add two new server blocks: one for HTTP and one for HTTPS. In the HTTP server block, set the root directory to /var/www/fastdl and configure the subdomain accordingly. In the HTTPS server block, also set the root directory to /var/www/fastdl and include SSL certificates for fastdl.csarena.online
by werta
2024-08-06 09:42
Forum: Installation
Topic: Unable to Boot From Encrypted /boot on mdadm luks lvm
Replies: 1
Views: 1162

Re: Unable to Boot From Encrypted /boot on mdadm luks lvm

Make sure GRUB_ENABLE_CRYPTODISK=y is set and update-grub has been run. You can also regenerate the initramfs to include necessary encryption and RAID modules, and check that UUIDs and crypttab entries are accurate.