Changes between Version 70 and Version 71 of public/FAQ


Ignore:
Timestamp:
5 Nov 2020 09:17:46 (5 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • public/FAQ

    v70 v71  
    11[=#top][[PageOutline]]
    22= Antworten auf häufig gestellte Fragen =
    3 
    4 == Samba CUPS PrinterSharing ==
    5 
    6 The Samba CUPS back-end is enabled by default, if for any reason it is not activate it by entering the following command and restarting CUPS.
    7 
    8 {{{
    9 # ln -s $(which smbspool) /usr/lib/cups/backend/smb
    10 }}}
    11 
    12 
    13 Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
    14 For the device location, enter:
    15 
    16 {{{
    17 smb://username:password@hostname/printer_name
    18 }}}
    19 
    20 
    21 Or without a password:
    22 
    23 {{{
    24 smb://username@hostname/printer_name
    25 }}}
    26 
    27 
    28 Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the URI includes the domain:[[BR]]
    29 
    30 {{{
    31 smb://username:password@domain/hostname/printer_name
    32 }}}
    33 
    34 
    35 
    36 
    37 Dienste --> Windows Update deaktivieren
    38 
    39 
    40 == Windows 10 automatische Updates deaktivieren ==
    41 
    42 [Win]+[X] --> Computerverwaltung
    43 Dienste --> Windows Update deaktivieren
    44 
    45 == Automatische Updates im Firefox deaktivieren ==
    46 
    47     about:config (bzw. Datei prefs.js von Firefox)
    48     user_pref("app.update.auto", false);[[BR]]
    49     user_pref("app.update.enabled", false);[[BR]]
    50     user_pref("extensions.update.enabled", false);[[BR]]
    51     user_pref("extentions.update.notifyUser", false);[[BR]]
    52     user_pref("browser.search.update", false);[[BR]]
    53 
    54 oder
    55 
    56 via Tool: https://addons.mozilla.org/de/firefox/addon/only-minor-update/?src=userprofile
    57 
    58 == Outlook startet nicht richtig ==
    59 https://support.office.com/de-de/article/Befehlszeilenoptionen-f%C3%BCr-Outlook-f%C3%BCr-Windows-079164cd-4ef5-4178-b235-441737deb3a6
    60 
    61 == Windows Drucker via RegEdit löschen ==
    62 1. Regedit (als Amdin) öffnen
    63 2. HKEY LOCAL MACHINE / SOFTWARE / MICROSOFT / WINDOWS NT / CURRENT VERSION / PRINT / PRINTER
    64 3. Alle gewünschten Keys löschen
    65 4. CMD als Amdin öffnen
    66 5. net stop spooler
    67 6. net start spooler
    68 
    69 == Beim Ausdruck in der P.O.S. kommt seit neuestem folgende Fehlermeldung: ==
    70 [[Image(FehlermeldungBeimDruckenAusPOS.png,499px)]] [[br]]
    71 
    72 LÖSUNG:
    73 1. Aktuelleste Java-Version installieren
    74 2. Alte Java-Versionen deinstallieren
    75 3. in Google Chorme URL: {{{ chrome://flags/#NPAPI }}} eingeben und Flag
    76 > NPAPI aktivieren Mac, Windows[[BR]]
    77 > Aktiviert die Verwendung von NPAPI-Plug-ins #enable-npapi[[BR]]
    78 > Deaktivieren[[BR]]
    79 aktivieren
    80 4. Browser neu starten.
    81 
    82 ^([#top Zum Anfang der Seite])^
    833
    844== Welcher Kunde hat welchen Wein wie oft gekauft? ==
     
    489409Trotz Auswahl bei Installation von fixer IP-Adresse wird auf DHCP eingestellt.
    490410Lösung: mit Konfiguration-Tool (von Kyocera-CD) Option DHCP manuell entfernen
     411
     412== Samba CUPS PrinterSharing ==
     413
     414The Samba CUPS back-end is enabled by default, if for any reason it is not activate it by entering the following command and restarting CUPS.
     415
     416{{{
     417# ln -s $(which smbspool) /usr/lib/cups/backend/smb
     418}}}
     419
     420
     421Next, simply log in on the CUPS web interface and choose to add a new printer. As a device choose "Windows Printer via SAMBA".
     422For the device location, enter:
     423
     424{{{
     425smb://username:password@hostname/printer_name
     426}}}
     427
     428
     429Or without a password:
     430
     431{{{
     432smb://username@hostname/printer_name
     433}}}
     434
     435
     436Make sure that the user actually has access to the printer on the Windows computer and select the appropriate drivers. If the computer is located on a domain, make sure the URI includes the domain:[[BR]]
     437
     438{{{
     439smb://username:password@domain/hostname/printer_name
     440}}}
     441
     442
     443
     444
     445Dienste --> Windows Update deaktivieren
     446
     447
     448== Windows 10 automatische Updates deaktivieren ==
     449
     450[Win]+[X] --> Computerverwaltung
     451Dienste --> Windows Update deaktivieren
     452
     453== Automatische Updates im Firefox deaktivieren ==
     454
     455    about:config (bzw. Datei prefs.js von Firefox)
     456    user_pref("app.update.auto", false);[[BR]]
     457    user_pref("app.update.enabled", false);[[BR]]
     458    user_pref("extensions.update.enabled", false);[[BR]]
     459    user_pref("extentions.update.notifyUser", false);[[BR]]
     460    user_pref("browser.search.update", false);[[BR]]
     461
     462oder
     463
     464via Tool: https://addons.mozilla.org/de/firefox/addon/only-minor-update/?src=userprofile
     465
     466== Outlook startet nicht richtig ==
     467https://support.office.com/de-de/article/Befehlszeilenoptionen-f%C3%BCr-Outlook-f%C3%BCr-Windows-079164cd-4ef5-4178-b235-441737deb3a6
     468
     469== Windows Drucker via RegEdit löschen ==
     4701. Regedit (als Amdin) öffnen
     4712. HKEY LOCAL MACHINE / SOFTWARE / MICROSOFT / WINDOWS NT / CURRENT VERSION / PRINT / PRINTER
     4723. Alle gewünschten Keys löschen
     4734. CMD als Amdin öffnen
     4745. net stop spooler
     4756. net start spooler
     476
     477== Beim Ausdruck in der P.O.S. kommt seit neuestem folgende Fehlermeldung: ==
     478[[Image(FehlermeldungBeimDruckenAusPOS.png,499px)]] [[br]]
     479
     480LÖSUNG:
     4811. Aktuelleste Java-Version installieren
     4822. Alte Java-Versionen deinstallieren
     4833. in Google Chorme URL: {{{ chrome://flags/#NPAPI }}} eingeben und Flag
     484> NPAPI aktivieren Mac, Windows[[BR]]
     485> Aktiviert die Verwendung von NPAPI-Plug-ins #enable-npapi[[BR]]
     486> Deaktivieren[[BR]]
     487aktivieren
     4884. Browser neu starten.
     489
     490^([#top Zum Anfang der Seite])^
     491