Hallo, ich bin Web Developer und installiere ein Windows 10 PC gerade. ich bin nicht up2date, letzte Installation ist schon mehrere Jahre her. Von daher würde ich mich auf Tipps und Empfehlungen sehr freuen.

  • Welche Apps / Platformen sollte ich installiert haben?
  • Welche Konfiguration-Tipps habt ihr?
  • Welche Optimierungen sollte ich nicht verpassen?

Es geht um ein i7 PC mit 1TB SSD und 16 GB Ram. OS ist Windows 10 / DE.

Woran liegt das, dass weder drupal/search_api_solr noch drupal/search_api aktualisiert werden kann?

 

#  composer require 'drupal/search_api:^1.14'





./composer.json has been updated

Gathering patches for root package.

No patches supplied.

Loading composer repositories with package information

Updating dependencies (including require-dev)

Your requirements could not be resolved to an installable set of packages.

Top 100 / 1000 / 10.000 .DE Domains

google.de amazon.de ebay.de ebay-kleinanzeigen.de spiegel.de businessinsider.de web.de blogspot.de t-online.de bund.de bild.de ccc.de chip.de welt.de dhl.de mobile.de mpg.de siemens.de heise.de idealo.de focus.de otto.de sueddeutsche.de bahn.de postbank.de zeit.de immobilienscout24.de pinterest.de check24.de goethe.de zdf.de fraunhofer.de tagesschau.de e-recht24.de fu-berlin.de thomann.de uni-muenchen.de 1und1.de dw.de uni-heidelberg.de tum.de wetteronline.de deutsche-bank.de tagesspiegel.de mediamarkt.de stern.de mydealz.de rwth-aachen.de ozerov.de berlin.de wetter.de computerbild.de flirtcaf

Suche

Neueste Kommentare

  • 4 weeks ago
    Transaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)

     Edit "/etc/my.cnf" ( under [mysqld] ):

    transaction_isolation="READ-COMMITTED"

    Restart MariaDB / MySQL:

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 2 months 1 week ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 2 months 1 week ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 2 months 1 week ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 2 months 1 week ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?