Z4o: Unterschied zwischen den Versionen

Aus robopagex.com
Zur Navigation springen Zur Suche springen
 
Zeile 22: Zeile 22:
 
       2. journalctl -b -k
 
       2. journalctl -b -k
 
  '' 7. Grub ''
 
  '' 7. Grub ''
   su - root instead of su root - nicest solution (thanks to Rui)
+
   su - root instead of su root
 
   /etc/default/grub
 
   /etc/default/grub
 
   '''update-grub'''
 
   '''update-grub'''
 
   '''grub-mkconfig'''
 
   '''grub-mkconfig'''

Aktuelle Version vom 30. September 2023, 18:07 Uhr

z4o GNU/Linux OS

z4o a linux distribution, powered by Blockchain Office

https://z4o.de/

 Install minimal os(deb 10.X , on 4GB)
 clone 4GB Image
 Config 
 1. List/Show network devices 
 2. DHCP => /etc/network/interfaces 
 3. APT Lists => /etc/apt/sources.list 
 4. apt update & upgrade 
 5. disable the Lid Switch => /etc/systemd/logind.conf 
   If you just want to prevent suspending when the lid is closed you can set the following options
   HandleLidSwitch=ignore 
   HandleLidSwitchDocked=ignore 
   Then run systemctl restart systemd-logind.service or reboot
 6. Logs and Kernel Messages
      1. dmesg
      2. journalctl -b -k
 7. Grub 
 su - root instead of su root
 /etc/default/grub
 update-grub
 grub-mkconfig