Skip to content

Instantly share code, notes, and snippets.

View Frajder's full-sized avatar
🦴
Yabba-Dabba-Doo!

Frajder Frajder

🦴
Yabba-Dabba-Doo!
View GitHub Profile
@Frajder
Frajder / install-python-venv.md
Last active April 3, 2024 06:29
Recording My Desktop Using CLI (xwininfo, recordmydesktop,ffmpeg)

Python 3 Virtual Environment Setup

Why Use a Virtual Environment?

A virtual environment in Python is a self-contained directory that holds your project's Python interpreter, libraries, and scripts. This setup ensures that each project has its own dependencies, regardless of the dependencies of other projects. This isolation prevents conflicts between projects and makes dependency management much easier.

Installing Python and Virtual Environment

First, install Python 3, pip, and the virtual environment package. Open your terminal and run:

@Frajder
Frajder / README.md
Created April 3, 2024 05:23
DO NOT READ ME - bad option

DO NOT README.md

Warning: Reading can be detrimental to your mental equilibrium. Take, for example, the curious case of Don Quixote, whose voracious consumption of books launched him into a world of chivalrous fantasy, far detached from the mundane realities of life. Thus, we urge you: steer clear of this document, lest you fall victim to its potentially mind-altering contents.

Frajder's forbidden annals of knowledge, a trove teeming with hacks, tricks, and code snippets so potent, so unconventional, they might just tilt your perception of what's possible. Like the valiant Don Quixote, you might find yourself embarking on quests that defy logic, challenge the norms, and push the boundaries of coding ethics.

curl http://localhost | sh
 _______________________
< touch of-madness.dat! >
@Frajder
Frajder / installing-cuda-support-for-docker-on-kali-linux.md
Created December 12, 2024 20:29
Things that come in handy for the next time.