webP is the new PNG
Superior in both Lossless compression, and Lossy compression, webp is the new image format by google Already supported by all web browsers *(that i have tested it with), webP is indeed a promising...
View ArticleMaking a video smaller
A couple of hours ago, i received a video that is 50 frames per second, and compressed in H264, the video was 58MB, and she wanted it less than 15 to send it via email, the video was 1:45 long, so i...
View ArticleResume bad blocks where it was stopped
The answer to this should be simple, I initiated the test with badblocks -nsv /dev/sdb , first, interrupt bad blocks with ctrl+c, the output should be Checking for bad blocks in non-destructive...
View ArticlePlaying games after 20 years
I haven’t played any games in 20 years, up until early this month, I played a simple game on my phone, nice, but I’m not addicted, no urge to pick up the phone So, having no windows PC of my own, i...
View ArticleBlank page running PhpMyAdmin on nginx with PHP 8.1 pfm
After an apt-get upgrade, phpmyadmin stopped working, I would see a blank page that sets a session cookie but does not show a login screen , just a blank page and the source of the page is also blank...
View ArticleNested virtualization in KVM
The reason I am enabling this in my virtual machine is to develop with android studio under windows or Linux in a dedicated development machine (Let us call it an android development virtual machine),...
View ArticlefirewallD cheat sheet
Reload firewall-cmd --reload Dealing with zones * firewall-cmd --get-zones <- Show all zone names * firewall-cmd --list-all-zones <- Detailed info about all zones * firewall-cmd --zone=zone-name...
View ArticleOpen ports on a Linux machine
What services are listening on what ports ? netstat -tunlp or the all new ss which shares the same command options ss -tunlp for a better view of the files ! (Depending on your setup, you might be...
View ArticleLaravel Tutorial: Laravel Setup
The people behind Laravel have created multiple ways to setup laravel, one popular such way is using a docker container which is useful for may situations. I will cover them all is this tutorial ever...
View ArticleLaravel Tutorial: Blade part 1
The simplest Blade tutorial ! Disambiguation: This tutorial is about Blade, the template engine for Laravel…. I am covering blade on Laravel 9, but I am also taking into account that you might be...
View Article