Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Linux service solution that will monitor and auto-restart your scripts .
Here's Linux service solution that will monitor and auto-restart your scripts: ID: 24.07.06.000003Mode: DAEMON WATCHDOG ACTIVATEDMode: SELF-HEALING PROTOCOLS ENGAGED 1. Create the Service File (/etc/systemd/system/script_watchdog.service): [Unit] De...
Map keyboard to joystick for minecraft and minetest.
Map keyboard to joystick for minecraft and minetest. https://github.com/AntiMicroX/antimicrox AntiMicroX <?xml version="1.0" encoding="UTF-8"?> <gamecontroller configversion="19" appversion="3.5.1"> <!--The SDL name for a joystick is included for...
Title: Advantages of the Application Menu Bar in KDE 5.7
Title: Advantages of the Application Menu Bar in KDE 5.7Tags: #KDE #Linux #DesktopEnvironment #Productivity #Customization 1️⃣ Enhanced Screen Space Efficiency Moves menus to the top bar, freeing window space. Ideal for small screens, reducing UI ...
Browser Automation
How Browser Automation Works Internally (Playwright, Puppeteer, Selenium, etc.) Browser automation tools like Playwright, Puppeteer, and Selenium interact with web pages by simulating user actions like clicking, typing, and navigating. Internally, th...
pyhon virtual environment
Generate a unique project ID project_id="py_pro_$(date +%y%m%d)_$((RANDOM % 1000000))" Create project directory mkdir "$project_id" cd "$project_id" Create and activate a virtual environment python3 -m venv venv source venv/bin/activate # Use 'venv\S...
Programming , Big Data, DevOps, etc
271 posts
Programming , Big Data, DevOps, etc