Difference between revisions of "Unix and Linux config"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Add section q Xfce4 Related q)
m (Add link regarding xfce4 settings file name and location)
Line 26: Line 26:
  
 
<!-- comment -->
 
<!-- comment -->
 
 
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==
 
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==
  
Line 56: Line 55:
  
 
<!-- comment -->
 
<!-- comment -->
 
 
== [[#top|^]] Xfce4 Related ==
 
== [[#top|^]] Xfce4 Related ==
  
 
Where xfce4-display-settings config data are written:
 
Where xfce4-display-settings config data are written:
 +
 +
*  https://forum.xfce.org/viewtopic.php?id=15572 - xfce4 settings file name and location
  
 
*  https://forum.xfce.org/viewtopic.php?pid=65593#p65593
 
*  https://forum.xfce.org/viewtopic.php?pid=65593#p65593
  
 
<!-- odne komentar -->
 
<!-- odne komentar -->

Revision as of 13:38, 15 July 2026

Unix and Linux config :: Containers :: Clusters :: <link>


Article on ways to start programs automatically as a Linux system boots into multi-use mode:

^ systemd and systemctl note

Necessary to run the following after adding a .service file:

sudo systemctl daemon-reload

sudo systemctl enable my_new_service.service

sudo systemctl start my_new_service.service

^ Linux Kernel Archives

Important steps to verify Linux kernel archive downloads:

^ Install And Booting Modes Legacy Versus UEFI

Notes here to address troubles encountered while installing Ubuntu 20.04 LTS from USB thumb driver to HP EliteBook laptops. At startpage.com entered search string "hp elitebook Ubuntu install "Bootdevice Not Found" Hard Disk - (3F0)" and first visited:

 *  https://ubuntuforums.org/showthread.php?t=2452483

Began install anew after setting "EUFI" boot mode in BIOS, so that we're now booting USB driver via this newer EUFI firmware.

^ Ubuntu Post Install Notes 2021 Q3

Different topic:

After installing Ubuntu 20.04 LTS on HP Elitebook, and performing `sudo apt update && sudo apt upgrade` there are 79 packages to update. End of updates get a series of warnings to the effect:

 W: Possible missing firmware /lib/firmware/i915/skl_guc_49.0.1.bin for module i915

There are roughly fifteen similar warnings. Missing binary files in same path include [skl_|bxt_|kbl_|glk_|ehl_] and there are one or two more binary files possible missing as well. i915 is a GPU or graphics chipset, so this firmware may be related to the graphics subsystem of this laptop.

After Ubuntu server install from flash driver, adding packages:

icewm
lightdm
openbox
xdm
xfce4
xfce4-battery-plugin
xserver-xorg

^ Xfce4 Related

Where xfce4-display-settings config data are written: