Direkt zum Inhalt
Startseite

Main navigation

  • Startseite
  • Neue Frage stellen!
User account menu
  • Anmelden
By Gast (nicht überprüft), 14 Dezember, 2021

Apache Solr - Nur Localhost erlauben, Remote Verbindungen blockieren (mit Ausnahme)

Alles außer Localhost ignorieren

Alle Verbindungen, die nicht aus dem IP 127.0.0.1 kommen, werden ignoriert (Reihenfolge ist wichtig).


iptables -A INPUT -p tcp -s localhost --dport 8983 -j ACCEPT
iptables -A INPUT -p tcp --dport 8983 -j DROP

 

By Gast (nicht überprüft), 8 August, 2021

Oracle VM VirtualBox - Launcher startet nicht

Hallo, ich habe mir VirtualBox 6.1 für Windows 10 heruntergeladen. 

By Gast (nicht überprüft), 8 Juli, 2021

Upgrade Drupal 8 🠢 Drupal 9 ( Server, DB, Composer, Contrib + Custom Module / Themes )

Drupal 8 Upgrade auf Drupal 9

 

By Gast (nicht überprüft), 19 Mai, 2021

"At least one authentication provider must be defined for resource entity.node" : Drupal Error

Drupal 8 (letzte Version) zeigt immer diese Fehlermeldung, wenn ich Module aktualisieren möchte (zB mit Drush). Unabhängig davon sehe ich diese Meldungen ab und zu in Logs.

# drush ws :

By Gast (nicht überprüft), 4 Mai, 2021

Drupal Views : Header/Footer verstecken, wenn View leer ist

Obwohl man in Views,  Blocks und auch in Anzeigen es markiert hat, wird das View trotzdem oft dargestellt bzw. Header / Footer bleiben sichtbar.

Lösung:

Gleiches Feld in Filter auswählen (if not empty) 

 

By Gast (nicht überprüft), 6 März, 2021

Language Code / Name (Liste)

 

By Gast (nicht überprüft), 13 Februar, 2021

Mysql Group Concat + Order By Rand()

Mysql Group Concat & Order By Rand()

SELECT group_concat(uid SEPARATOR ',') FROM (select uid from user_details where name='' order by rand() limit 3) tmp_t1

 

By Gast (nicht überprüft), 8 Februar, 2021

Drupal 8/9 - current_uri , current_path, Alias mit/ohne Language Code

Current Url



$current_url = Url::fromRoute('<current>');
$path = $current_url->toString();



 

Current Url : Internal Path / Route Name




$current_url->toString();    # /en/user/login
$current_url->getInternalPath();    # user/login
$path = $current_url->getRouteName();   # <current>


 

System Path



$path = \Drupal::request()->attributes->get('_system_path');

 

By Gast (nicht überprüft), 2 Februar, 2021

MySQL Full Processlist - Watch live every 0.5 seconds (from Command-Line)

Watch MySQL full-processlist every 0.5 seconds :


while : ; do mysql -u MY_USERNAME --password='MY_PASSWORD' -e "show full processlist"; sleep 0.5; done 

 

Save full-processlist to log


while : ; do mysql -u MY_USERNAME --password='MY_PASSWORD' -e "show full processlist"; sleep 0.5; done >> mysql-proc.log

 

By Gast (nicht überprüft), 24 Januar, 2021

MS Teams oder Zoom? Welche Videokonferenz-Software ist besser?

Wir möchten gerne für Meetings und Webinare eine Software für 3-5 User anschaffen. Wir können uns nicht entscheiden, welche Software besser ist? Welche Videokonferenz-Software habt Ihr im Einsatz und würdet sie empfehlen? Wir tendieren eher in die Richtung Microsoft Teams.

Seitennummerierung

  • First page
  • Vorherige Seite
  • …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Aktuelle Seite 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • …
  • Nächste Seite
  • Last page

Neueste Kommentare

  • Fragen zu Drupal 10 Cache

    3 Tage 8 Stunden ago
    4 Wege um Drupal Cache zu löschen / leeren?
    Read more
  • Solution:
    sudo chmod 777 -R…

    1 Woche 5 Tage ago
    User warning: mkdir(): Permission Denied in FileStorage->createDirectory() (Line 123 in web/core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Read more
  • Alternativ mit SFTP : 
    sftp…

    1 Woche 5 Tage ago
    Server-to-Server Transfer - Download vie SCP / SSH / SFTP
    Read more
  • Plesk

    4 Wochen 1 Tag ago
    PHPStan failed - PHP Fatal error: Trait "Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait" not found in
    Read more
  • Das hilft: symfony/phpunit-bridge + chmod 777

    4 Wochen 2 Tage ago
    PHPStan failed - PHP Fatal error: Trait "Symfony\Bridge\PhpUnit\Legacy\PolyfillAssertTrait" not found in
    Read more
  • Solution ( ~/bash_profile ):…

    1 Monat ago
    Drush Error / PHP Warning: Phar::mapPhar(): open_basedir restriction in effect.
    Read more
  •  
     
    Backup Web & DB:
    drush…

    4 Wochen 1 Tag ago
    Drush 10 - sql:dump & compress backup to .gz file
    Read more
  • Das funktioniert:
    /usr/local…

    3 Monate ago
    phpenv: composer: command not found
    Read more
  • Die Lösung ist:

    # export…

    8 Monate ago
    Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user.
    Read more
  • IT ist Grundlage der EDV

    7 Monate ago
    Gibts Unterschied zwischen EDV und IT?
    Read more

Tools

  • Cookie settings
  • Inhalt hinzufügen
  • Neuester Inhalt

Fußbereich

  • Allgemeine Geschäftsbedingungen - Datenschutz - Impressum