How to display and control your Android device on laptop ?
If you are a software developer, just use scrcpy command line tool to display and control your android smartphone or tablet on a laptop. This application provides display and control of Android β¦
How to compress files with xz and upload archive to Google cloud ?
First, install Google cloud command line tool and configure it. pip install gsutil Have your project id ready using gsutil config. Check docs for more info. Create the archive / compressed file tar β¦
How to remove an audio track from an mkv ?
You can use final cut pro x or iMovie on Mac OS, or Camtasia Studio or Adobe Premiere Pro or DaVinci Resolve on Windows, or DaVinci Resolve or Blender or Kdenlive or ShotCut on Any Linux distro. But I β¦
Run Ubuntu with Multipass tool: Effortless Local Development
Effortless Local Development with Multipass: VMs for All (Windows, macOS, Linux) π Developing applications often requires setting up specific environments to test and debug code. Virtual machines β¦
Lazy Adopter
In contrast with early adopters, I am a lazy adopter. In programming, we use the word lazy to tell that this thing will be available or done at the right time, such as lazy-loading images. β¦
How to change the favicon in dark mode ?
How to display a different favicon in dark or light mode ? I have my Macbook set up to automatically switch between dark and light mode. I built a new website and I realized that I used a white image β¦
How to change an HTML image URL in dark mode ?
Using CSS itβs pretty easy to apply changes if the system is in dark mode, using the prefers-color-scheme media feature. Today I wanted to change images on my website according to the theme chosen. If β¦

10 things to do after installing Ubuntu 21.10
show battery percentage π Here is the steps to show battery percentage. open the settings app select the power section switch on the toggle of the power percentage install a file preview tool π If β¦
Unleash the Speed: Go Performance Optimization for Your Apps
Go, known for its simplicity and concurrency features, is a popular choice for building high-performance applications. But even the most elegant Go code can benefit from optimization techniques. This β¦
The Only Introduction to Go (Golang) You Need
Go, or also called Golang, is absolutely trendy, and rightly so. It is not as difficult to learn as C or C++, but still quite fast, and has a great community & many interesting and helpful β¦