Python Cheatsheet PIP (Python Package Installer) Update a pip package pip install --upgrade package-name Clean pip cache pip cache purge Anaconda / miniconda Command-Line Tips Clean cache, reclaim storage, and remove unused or temporary packages: conda clean --all Boost your Python development efficiency with these quick commands! Whether you use pip or Anaconda, keeping your … Continue reading Boost Your Python Workflow: Pip and Anaconda Tips
technology
Essential Resources for Social Media Content Creation and Management
Explore top resources for social media content creation and management, including tools for video downloads, hashtag generation, stock images, and WordPress optimization.
My Journey into Self-Hosting Frappe-Based Custom Apps with Docker on DigitalOcean
Join me as I explore the process of self-hosting Frappe-based custom apps using Docker on DigitalOcean. Learn about building custom Docker images, setting up on DigitalOcean, and more!
My Gear
Photo by Bradley Hook on Pexels.com VR Quest 2 VR USB Cable for Quest Link Required for Rift mode Recording Equipment Mic XP Pen (Pen Tablet) Tripod Tripod mount mobile holder Voice Recorder (for voice notes) Wearables Amazfit SmartWatch PC BenQ monitor XP Pen (Pen Tablet) Laptop stand
How to use Clipboard History on Windows
Windows 10 and above has an inbuilt Clipboard history manager, and it saves all the things you have copied. Here is how to activate it: Windows Key+v
What is Open Source
Anyone can view, modify & share. Photo by Pixabay on Pexels.com Open Source Software allows anyone to view, modify and share its source code. This enables collaboration from a larger group (not limited to just the original authors) to contribute to the development, adding features, fixing bugs, and patching security issues.This approach is in contrast … Continue reading What is Open Source
Force Restart Android TV
The power button on Android TV remote just puts the TV sleep. How to force restart TV without getting up from your couch ? Let's find out. You must have faced one of the scenarios, One of your apps on Android TV just froze, or not working properly, WiFi is not working, screencast option is … Continue reading Force Restart Android TV
How to sync Clipboard between your devices
This app lets you copy on one device (e.g. your laptop) and paste on another (e.g your mobile phone) KDE Connect: The greatest ecosystem app KDE Connect is a free and Open-Source app that is available for virtually every mainstream operating system: desktop (Windows, Mac, Linux) mobile (android, iOS) and enables a seamless connected experience … Continue reading How to sync Clipboard between your devices
Rupee ₹ symbol Keyboard shortcut for macOS
In a previous post, I shared how to access the emoji and symbols picker on macOS. But if you have to access the ₹ symbol regularly, it can be a hassle. You can map the $ symbol to the keyboard permanently, but what if even that is not an option? Here is a simple solution: … Continue reading Rupee ₹ symbol Keyboard shortcut for macOS
How to link to a section within Readme.md file
Introduction Many markdown files, especially readme files on Github and other sites have links in them that allow you to click and jump to sections within the file.Read along to learn how to create one yourself with an example of Steps with example Click here → Footer to see the link in action to jump … Continue reading How to link to a section within Readme.md file