opensuse

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
opensuse [11/05/2021 - 09:25] thommie4opensuse [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 75: Zeile 75:
 If you do not plan to use Snapper for system rollbacks, the partitioning restrictions mentioned above do not apply. If you do not plan to use Snapper for system rollbacks, the partitioning restrictions mentioned above do not apply.
  
 +
 +===== Secure boot=====
 +
 +Ab Kernel 6.2.1: Kernel locking ist aktiv, es werden nur signierte Module geladen. Das kann Probleme bei nvidia und vmware auslösen.
 +Workaround: secure boot ausschalten
 +
 +**Abschalten per mokutil**
 +
 +  - sudo mokutil --disable-validation  (dabei temporäres PW vergeben)
 +  - reboot
 +  - im blauen Screen: MOK management  
 +  - Menüpunkt "Change Secure Boot state", dann temp. pW eingeben
 +  - reboot
 +
 +Das ganze zurück mit "mokutil --enable-validation"
 +
 +Alternativ: Abschalten **direkt im BIOS**
 ====== Zypper ====== ====== Zypper ======
  
Zeile 124: Zeile 141:
 </code> </code>
  
-Vendor change in general+**Vendor change in general**
  
 You can define a list of repositories having different "vendors" as equivalent by creating a file in the /etc/zypp/vendors.d/ directory with a similar content: You can define a list of repositories having different "vendors" as equivalent by creating a file in the /etc/zypp/vendors.d/ directory with a similar content:
Zeile 241: Zeile 258:
 </code> </code>
  
-Rollback+**Rollback** 
 + 
 +Setzt den aktuell aktiven **read only** snapshot auf **read-write** und erzeugt einen weiteren Snapshot als read-only Kopie.  
 +Beim nächsten boot wird der read-write Snapshot benutzt.
  
-Setzt einen aktuell aktiven read only snapshot auf read-write und erzeugt einen weiteren Snapshot als read-write Kopie. Für den Rollback Snapshot kann man eine Beschreibung hinzufügen, die im Grub gezeigt wird: 
 <code> <code>
 +locutus:~ # snapper rollback
 +Ambit is classic.
 +Creating read-only snapshot of default subvolume. (Snapshot 1946.)
 +Creating read-write snapshot of current subvolume. (Snapshot 1947.)
 +Setting default subvolume to snapshot 1947.
 +</code>
  
-snapper modify --userdata "bootloader=rollback from 103 with nvidiaG04" 109+Für den Rollback Snapshot kann man eine Beschreibung hinzufügen, die im Grub gezeigt wird:
  
 +<code>
 +snapper modify --userdata "bootloader=rollback from [source snapshot] [comment]" [snapshot ID]
 </code> </code>
  
Zeile 324: Zeile 351:
 ===== Shares auf eineen Samba Server abscannen ===== ===== Shares auf eineen Samba Server abscannen =====
  
 +Scannen von Samba Servern inder eigenen Broadcast domain
  
-anonym+<code> 
 +nmblookup __SAMBA__ 
 +</code>
  
 +<code>
 ''thommie@locutus:~> smbclient -N -L //nas2 Anonymous login successful Sharename Type Comment ——— —- ——- video Disk video photo Disk photo music Disk music admin Disk admin buch Disk buch downloads Disk downloads backup Disk backup datanas1 Disk datanas1 public Disk public data1 Disk data1 IPC$ IPC IPC Service (nas2 server) Reconnecting with SMB1 for workgroup listing. Anonymous login successful Server Comment //  '' ''thommie@locutus:~> smbclient -N -L //nas2 Anonymous login successful Sharename Type Comment ——— —- ——- video Disk video photo Disk photo music Disk music admin Disk admin buch Disk buch downloads Disk downloads backup Disk backup datanas1 Disk datanas1 public Disk public data1 Disk data1 IPC$ IPC IPC Service (nas2 server) Reconnecting with SMB1 for workgroup listing. Anonymous login successful Server Comment //  ''
 +</code>
  
-//mit smbclient -L wird ein Passwort für den aktuellen Shell User abgefragt //+mit smbclient -L wird ein Passwort für den aktuellen Shell User abgefragt
  
 **Samba Share fest mounten** **Samba Share fest mounten**
Zeile 339: Zeile 371:
  
 Anonym mounten für bestimmten USer Anonym mounten für bestimmten USer
- 
-</code> 
- 
-''mount -t cifs -o vers=3.0,guest,uid=thommie,gid=users //nas2.netzwissen.loc/photo /mnt/nas_photo/ '' xx //'' ''  //  //'' //'' //'' ''  //''  //  //'' //'' //'' //'' //'' //'' ''  //''  //''  //''  //''  //''  //''  //''  //'' 
- 
  
 ====== Rescue System ====== ====== Rescue System ======
  • opensuse.1620725113.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)