Resume 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 ArticleRemax TWS-10 Plus, not bad for $10 earphones
I got a pair of small speakers, the Remax-10 Plus which are priced at $10 !!! they come with a power bank to recharge the earpods, and a pair of earpods that simply work, the sound on the other end of...
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 ArticleREVIEW: UGREEN HiTune X5 TWS earbuds
After trying the $10 Remax TWS-10 Plus, i decided to check out and review the $50 UGREEN HiTune X5 TWS earbuds with Qualcomm aptX HiTune X5 True Wireless Stereo EarbudsQualcomm chipset: True Wireless...
View ArticleC16-PD-QI Power Bank from banggood
This review of the C16-PD-QI Removable 16-section Power Bank Shell Mobile Power Bank Assembly Kit Diy18650 Battery Box Wireless&Quick Charging Version also serves as a guide because I am not very...
View ArticleOpenwrt internet via USB from Huawei E5577 or similar devices
If you have a 3G/4G USB dongle, which is not battery operated, just a USB stick, you might want to check out the instructions here The device I am using at the minute is the ZTE MF920U, I have also...
View ArticleAudio Video Libraries at home DLNA etc
This is basically a comparison of free sofwtare that you can install on your NAS or headless linux machine, I am using Debian Bullseye, but that is besides the point To run webm files (VP9) through...
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