Leider ist zur Zeit kein IONOS Experte verfügbar. Bitte probieren Sie es zu einem späteren Zeitpunkt nochmals.
ln -s source link (hardlink for directories is not possible)
ln -s /path/to/sourcedir/ /path/to/link
ln -v /path/to/foo_file /path/to/link
cronjob für zb root:
11 * * * * root /usr/lib/command
Lösung:
apt install php-gd
apt install php5.6-gd
apt install php7.4-gd
- Status anzeigen:
drush status
- Updates anzeigen:
drush ups
- Module deinstallieren:
drush pmu MODULENAME
- Module aktivieren:
drush en MODULENAME
- Backup (an default drush-backups Ordner):
drush ard
- Backup / Sicherung an einem bestimmten Ort:
Damit "No Permission Errors / Keine Berechtigung Fehler" es nicht unübersichtlich machen:
find / -name '*.jpg' -mtime -30 ... 2>/dev/null
Lösung (my.cnf):
max_allowed_packet=2G
Manchmal lässt Webmin PHP Dateien herunterladen statt sie auszuführen.
Lösung : Webmin >> Servers >> Apache Webserver >> [Your VirtualServer] >> PHP "engine off " entfernen.
ALTER USER 'myusername'@'localhost' IDENTIFIED BY 'mynewspassword';
$ vi ~/.bashrc
export LS_OPTIONS='--color=auto'
eval "$(dircolors -b)"
alias ls='ls $LS_OPTIONS'
If you want to apply the changes in a running bash session, run:
source ~/.bashrc
Neueste Kommentare
Same problem
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup()set-timezone Europe/Berlin
sudo timedatectl set-timezone Europe/BerlinTry this:1. Go to Tools &…
Try this:
Alternative (without warnings like "no crontab for user")
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
php 8.3 apcu
php 8.3 apcu failed
über Plesk hat es geklappt.
phpize failed error?
install:
# sudo apt install php-devphpize
# sudo apt install…
phpize
# sudo apt install php-devdetails
Problem:
/opt/plesk/php/8.3…
Problem:
Problem:PHP APCu caching…
Problem:
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"nicht?