Ich bin auf der Suche nach Tutorials / Beispielprogramme, wie ich Mindstorms programmieren kann? Grafische Oberfläche in App ist nicht selbsterklärend. Wie die zusammenspielt der einzelnen Programmierblöcke/Befehle klappt, habe ich nicht versandten. Wo finde ich dazu Anleitungen, Beispielprogramme?
Windows CMD:
debian config --default-user root
MYSQL neu starten:
service mysql restart || service mariadb restart || service mysqld restart
Description_of_the_Problem
RedirectMatch 301 ^/index.php/(.*) /$1
Mit einem Befehl alle .JPG und .PNG Dateien finden:
find ./ -size +1024 -type f \( -iname \*.jpg -o -iname \*.png \) -exec du -sh {} \;
Replace barlin and burlin with berlin in db_2021.sql:
sed -i -E "s/([a-z0-9_\-]+)\.(barlin|burlin)/\1.berlin/g" db_2021.sql
Trim all array elements with PHP:
$trimmed_array = array_map('trim', $fruits);
To see the difference:
WGET do:
- Download example.com
- Download all level-1 and level-2 links
- Download everything to : /root/t3mp/wget
- Identify as 'Mozilla/MyUserAgent'
- Ignore robots.txt
- Random wait between requests (average : 3 seconds)
wget -U 'Mozilla/MyUserAgent' -P /root/t3mp/wget --wait=3 --random-wait -nd -r -l 2 -e robots=off https://example.com
Mysql export kann sehr lange dauert, wenn man viele und große Datenbanken hat. Damit man schnell ein Backup von allen DBs erstellen kann:
mysqldump --opt --quick --all-databases > /root/backup/mysql/alldbs.sql
Wenn User login notwendig ist :
mysqldump -u root -p --opt --quick --all-databases > /root/backup/mysql/alldbs.sql
- Firefox
- Chrome
- Opera
- Vivaldi
- PDF Reader
- Winrar
- Docker
- PhpStorm
- OpenOffice
- 1Password
- Box
- Cloud Software
- FileZilla FTP Client
- Eraser
- Foldersize
- MS Office
- Node.js
- Postman
- Python
- Skype
- Smart Switch
- VeraCrypt / TrueCrypt
- Keepass
- Teamviewer
- WAMP Server / XAMPP
- PowerShell
- Ubuntu for Windows
Neueste Kommentare
Short Code w. Radio Buttons, Checkbox, Textarea, Email, Phone
$("input[type='radio']").each(function () {Wildcard
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
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: