Using AC600 Free Driver (0bda:c811) on Ubuntu
Published at Mar. 1, 2024 · 1 min read
The in-kernel driver (rtw88_8821cu) recognizes but does not work, so we installed another driver.
Published at Mar. 1, 2024 · 1 min read
The in-kernel driver (rtw88_8821cu) recognizes but does not work, so we installed another driver.
Published at Aug. 5, 2021 · 2 min read
PyInstaller makes it easy to create an exe, but I didn’t know how to create multiple …
Published at Dec. 1, 2020 · 1 min read
Running Python Selenium causes the ChromeDriver console window to appear. In this article, I will …
Published at Jul. 28, 2020 · 1 min read
This is how to get the value of the href attribute of the a tag in Puppeteer. I write about how to …
Published at Jan. 30, 2020 · 1 min read
Introducing a PowerShell script that converts an Excel file to PDF format and saves it.
Published at Jan. 3, 2020 · 1 min read
This is a method of compressing a folder into a ZIP file (.zip) with Python. It also describes how …
Published at Dec. 24, 2019 · 1 min read
Open an Excel workbook with password in PowerShell. When executing the Excel book Open method, just …
Published at Dec. 20, 2019 · 2 min read
Replace strings in cells in Excel using PowerShell. Imagine operating and executing Excel’s …
Published at Nov. 1, 2019 · 2 min read
Replace strings in Excel cells with Python. It can be used to output a new file by replacing a part …
Published at Nov. 1, 2019 · 3 min read
Make a program created with Python & Selenium into an executable format (.exe). In particular, …