to stackoverflow, sadly imgur does not support mini video
| #Respon to https://forum.manjaro.org/t/java-unrecognised-option-illegal-access-permit/77302 | |
| ## Java Unrecognised option –illegal-access=permit | |
| My suspicion is that you got that error when installing via yay, i do so. | |
| As i recall it run correctly when installed via aur (makepkg -si) or flatpak/snap. | |
| ## Follow up | |
| Ah turn out | |
| ``` |
Both installation php and phpspreadsheet is outside of this video scope. While the purpose is to import data from spreadsheet, which sould be uploaded to the server, We skip the upload process. It simplify the process and we can only focus on extracting the datum from the speadsheet file. We want to aply DRY principle, hence we will create CodeIgniter helper (a php file which contain reusable function).
It's good if we can also focus on WIP See range cell doc
here
| Started render process: /usr/bin/melt6 -progress /tmp/kdenlive-MKGvBV.mlt out=98111 | |
| mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsox.so (libsox.so.3: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltrubberband.so (librubberband.so.2: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltrtaudio.so (librtaudio.so.6: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltopengl.so (libmovit.so.8: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsdl.so (/usr/lib/mlt/libmltsdl.so: undefined symbol: XGetWindowAttributes)[mp3 @ 0x557c91247940] Estimating duration from bitrate, this may be inaccurate[mp3 @ 0x557c91263780] Estimating duration from bitrate, this may be inaccurate[mp3 @ 0x557c91614c80] Estimating duration from bitrate, this may be inaccurate[ |
| Started render process: /usr/bin/melt6 -progress /tmp/kdenlive-MdDRRk.mlt out=98111 | |
| mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsox.so (libsox.so.3: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltrubberband.so (librubberband.so.2: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltrtaudio.so (librtaudio.so.6: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltopengl.so (libmovit.so.8: cannot open shared object file: No such file or directory)mlt_repository_init: failed to dlopen /usr/lib/mlt/libmltsdl.so (/usr/lib/mlt/libmltsdl.so: undefined symbol: XGetWindowAttributes)[mp3 @ 0x563fa6d81fc0] Estimating duration from bitrate, this may be inaccurate[mp3 @ 0x563fa6d84e00] Estimating duration from bitrate, this may be inaccurate[mp3 @ 0x563fa7144900] Estimating duration from bitrate, this may be inaccurate[ |
processor amd ryzen 5 2600x (6 core) cooler: deep cool gammaxx 400 motherboard: MSI-b450-a pro ram: corsair (3200Mhz) ssd: XPG sx6000 lite (256 GB) hdd: seagate barracuda (1 TB) psu: corsair vs 550 (550 wattuno) ups: prolink (pro1201SFCU)
sponsored by https://www.facebook.com/GreenSunSalatiga | https://www.instagram.com/GreenSun_Sltg/
Jika youtube anda sudah siap, menambahkan chapter tidak sampai 5 menit.
Taruh minimal 3 penanda di deskripsi youtube anda, yang pertama harus dimulai dengan 0:00.
Hendaknya memilih nama chapter yang menarik dan membantu, durasi chapter minimal 10 detik. Chapter juga bisa disebut segmen, segment yang di serap ke bahasa indonesia.
Bisa lihat contoh berikut:
0:00 Pembukaan
0:10 ap.programming
0:20 Tombol subscribe masih gratis
1:00:00 Ini contoh untuk 1 jam atau lebih
| #!/bin/sh | |
| [ "$#" -lt "1" ] && { | |
| echo "Configure current shell to use a specific major PHP version. | |
| Usage: usephp 7" | |
| exit 0 | |
| } | |
| binary="php${1}" | |
| wanted="/usr/bin/${binary}" | |
| [ ! -f "${wanted}" ] && { |