Optimizing Windows Defender for C# Development with Visual Studio and JetBrains RiderAs a C# developer, whether you’re using Visual Studio or JetBrains Rider, you might notice that Windows Defender can sometimes slow down…4d ago4d ago
What’s file “__init__.py”?The __init__.py file is a special Python file used to indicate that a directory is a Python package. It can be an empty file, but it can…Jul 27Jul 27
Change hostname in Rocky Linux 9 via terminal commandTo change the hostname on a Rocky Linux system, you can use the hostnamectl command, which is a tool for managing system hostnames. Here’s…May 11May 11
VLC: How to Hide the File Name When Opening VideosSometimes, when you open a video file in VLC Media Player, a brief overlay displaying the file name appears. This can break immersion if…Mar 131Mar 131
How to Access HTTPS:// on Localhost in Google ChromeWhen developing or testing a website locally, you might need to access it via HTTPS in Google Chrome. However, Chrome typically blocks this…Feb 101Feb 101
Recursive create directories by PowershellCreating Directories Using Windows PowerShellJun 22, 2022Jun 22, 2022
Just note…how to add a user with root permission and a basic install firewall on Ubuntu 20.04Upon completing the Ubuntu installation, it is essential to remember the following steps that I often forget. This note serves as a…Jan 24, 2022Jan 24, 2022
How to fix the “Logitech Cordless Device” driver not installed!When I connected the Logitech Unify USB receiver to my laptop, Windows could not install the driver for the ‘Logitech Cordless Device.’Dec 22, 20214Dec 22, 20214
[Golang] How to skip verifying https certificateJust a note, Sometimes when I call API in the dev environment maybe I have to connect with a bad HTTPS self-signed certificate or the wrong…May 5, 2021May 5, 2021