Recently in v4.2.0, editing feature has been added in Peertube, allowing you to do some simple edits on your uploaded videos. But for some reason…
I was trying to blur some part of my video with motion tracking added, but somehow there is no Motion Tracker in the list of…
I was trying to use YoloCR when suddenly VapourSynth-Editor keep spitting out this error: Failed to evaluate the script:Python exception: module ‘vapoursynth’ has no attribute…
I don’t usually accessing a phone storage on PC. But when I do, they will refuse to work. For this blog post, I was trying…
I have been trying to specify DNS server as resolver in Openresty, but having issue with specifying IPv6 DNS server. My config looks like this…
Have you ever getting this error when trying to build your own OpenWrt firmware? * opkg_install_cmd: Cannot install package luci-app-sqm. * satisfy_dependencies_for: Cannot satisfy the…
rmadison is a command to check package version available in all supported Debian release. This is a very useful command in case you are searching…
I was scratching my head for hours in troubleshooting this issue. My WordPress website which was caching fine with FastCGI, suddenly stopped caching. I couldn’t…
Preventing a package from being installed can be very useful in some cases. This guide will show you on how to do that. Issue I…
When you first install MySQL or MariaDB, root password is set to blank. So when you are trying to use a command such as mysql_secure_installation,…