Category: WebAdmin
WordPress – “.. exceeds the maximum upload size for this site”
Problem Rješenje Editiraj /public_html/wp-config.php i/ili /public_html/<%web%>/wp-includes/ @ini_set( ‘upload_max_size’ , ‘123M’ ); @ini_set( ‘post_max_size’, ‘123M’); @ini_set( ‘memory_limit’, ‘123M’ ); @ini_set( ‘max_execution_time’, ‘300’ ); ..i možda proradi…..
HTML – Uvoz sadržaja iz druge datoteke
Zadatak Tvoj zadatak, odlučiš li prihvatiti ga, jest koristiti HTML i negdje u tekstu stranice “index.html” umetnuti sadržaj datoteke “stranica_dva.html“. index.html <!doctype html> <html lang="hr">…
thttpd – instalacija; par primjera datoteke “thttpd.conf”
Instalacija thttpd Download: https://www.acme.com/software/thttpd/ (https://www.acme.com/software/thttpd/thttpd-2.29.tar.gz) tar -xvf thttpd-2.29.tar.gz cd thttpd-2.29 ./configure make make install mkdir /var/www/thttpd (po potrebi:chown -R nešto:nešto /var/www/thttpd) nano /root/thttpd.conf (uredi, spremi)…
Python Playwright fullscreen maximize nocache save html
from playwright.sync_api import sync_playwright with sync_playwright() as peijdz: browser = peijdz.chromium.launch( headless = True , args = ["–start-fullscreen"] ) bejzurl1= "https://jednostavno.somware.org/" bejzurl2= "https://misli.somware.org/" context =…
Chromium (Microsoft Edge, Google Chrome) ne može “premotati” video naprijed / natrag
Na kraj video-linka dodaj “/stream?“: https://jednostavno.somware.org/video.mp4/stream? Izvor: https://stackoverflow.com/questions/44408534/html5-video-in-chrome-forward-rewind-not-working/70196523#70196523 forward rewind html5 mp4 video stream chrome edge msedge xforward xrewind xhtml5 xmp4 xvideo xstream xchrome xedge…