Process: clementine [51093] Path: /Applications/clementine.app/Contents/MacOS/clementine Identifier: org.clementine-player.clementine Version: 1.3.1 (4096.1.3.1.1) Code Type: X86-64 (Translated) Parent Process: launchd [1]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# DO NOT EDIT THIS FILE | |
# | |
# It is automatically generated by grub-mkconfig using templates | |
# from /etc/grub.d and settings from /etc/default/grub | |
# | |
### BEGIN /etc/grub.d/00_header ### | |
insmod part_gpt | |
insmod part_msdos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* https://responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/ */ | |
/* Smartphones (portrait and landscape) ----------- */ | |
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { | |
/* Styles */ | |
} | |
/* Smartphones (landscape) ----------- */ | |
@media only screen and (min-width : 321px) { | |
/* Styles */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://kinsta.com/blog/enable-gzip-compression/#how-to-check-if-gzip-compression-is-enabled | |
<IfModule mod_deflate.c> | |
# Compress HTML, CSS, JavaScript, Text, XML and fonts | |
AddOutputFilterByType DEFLATE application/javascript | |
AddOutputFilterByType DEFLATE application/rss+xml | |
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject | |
AddOutputFilterByType DEFLATE application/x-font | |
AddOutputFilterByType DEFLATE application/x-font-opentype | |
AddOutputFilterByType DEFLATE application/x-font-otf | |
AddOutputFilterByType DEFLATE application/x-font-truetype |
- Hashcat
- Gobuster
- metaspploit a.k.a mse
4. nmap
nmap listed here because you can use it within or without mse on terminal.
- Wfuzz , as tools
- pip install wfuzz
to stackoverflow, sadly imgur does not support mini video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[ |
NewerOlder