First of all install the extensions manager from Ubuntu Software Then inside the Extension Manager, install Net speed Simplified After the installation, you will see […]
Ubuntu 22.04 Laptop Connecting AirPods Pro
Then add the following line to the file sudo vim /etc/modules After a reboot, you should see the bluetooth icon on the upper right corner […]
Using Gitlab with ed25519 private-public key pair
Generate Key Pair Add SSH Public Key to Gitlab Profile You should now login to gitlab preferences->SSH keys and add the ed25519.pub to your SSH […]
VSCode Remote SSH use code command to Open project
Add the following to your ~/.bashrc References https://stackoverflow.com/questions/62201080/is-it-possible-to-use-the-code-command-in-sshed-terminal-to-open-vs-code-on-l
Deploy selenium-based crawler on Windows Server
You should make sure that the crawler is able to be run on Windows server manually. And to note that to make sure selenium runs […]
Selenium Fix “Chrome version must be between 70 and 73”
Issue Sometimes, the local chromedriver version is larger than expected by Selenium. Fix Download a version that is required from this page, uncompress it. And […]
Fix “locale.Error: unsupported locale setting”
Reproduce Fix Verification
Filepath of Executing File
The default file path for python is the path of ‘__main__‘, regardless of where the called module is located. To know where the module is, […]
Troubleshoot for peewee
ImproperlyConfigured: MySQL driver not installed You may refer to MySQL API Dependency Installation to install the MySQL Drivers. This issue is stated at ImproperlyConfigured: MySQL […]
MySQL API Dependency Installation for peewee
When using peewee with MySQL, 2 types of API can be used, one is pymysql, another is mysqlclient. They can be used as alternatives, but […]