uz
Feedback
📚 Cs/books/uwu

📚 Cs/books/uwu

Kanalga Telegram’da o‘tish

#Books #linux #GNU #Cprogramming #engineering #computer

Ko'proq ko'rsatish
585
Obunachilar
+124 soatlar
+67 kunlar
+1430 kunlar
Postlar arxiv
i am painter now
i am painter now

Repost from Libreware
How to run #ADB and #fastboot in #Termux without root to unlock #bootloader, run ADB commands, remove #bloatware, flash ROM, or even root another #Android https://www.mobile-hacker.com/2025/06/16/how-to-run-adb-and-fastboot-on-a-non-rooted-android-smartphone-using-termux/: 1. It supports debloating of various manufacturers and mobile carriers such as LG, Samsung, Xiaomi, Huawei, Oppo, Realme, Vivo, ZTE, OnePlus, Nokia, Sony, Asus, Google, Fairphone, Motorola, Tecno, Unihertz. 2. Full access to the app’s private storage — including databases, tokens, cached credentials, config files, or even offline user data. 3. Another common issue in AndroidManifest.xml is this flag: When enabled (which it is by default unless explicitly disabled), Android allows the app’s private data to be backed up via ADB — again, even on non-rooted devices. Android, use termux-adb command instead of adb https://github.com/nohajc/termux-adb Android debloater for pc and debloat lists https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/main/resources/assets/uad_lists.json #debloat

Repost from Libreware
yt-fts - YouTube Full Text Search https://github.com/NotJoeMartinez/yt-fts yt-fts is a command line program that uses yt-dlp to scrape all of a #YouTube channels #subtitles and load them into a sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped YouTube urls to the video containing the keyword. It also supports semantic search via the OpenAI embeddings APIGemini embedding API and using chromadb. Blog Post LLM/RAG Chat Bot Video Summaries Semantic Search CHANGELOG Installation: pip install yt-fts #yt

Introduction to System Programming in Linux https://github.com/stewartweiss/intro-linux-sys-prog

Understanding Integer Overflow in C/C++ https://users.cs.utah.edu/~regehr/papers/overflow12.pdf

Dive into Systems (Book) https://diveintosystems.org/book/

A framework for systematically addressing undefined behaviour in the C++ Standard https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3100r5.pdf

Dependable C: A subset of C for developers who want to develop, widely portable, and compilable, software in Classic C https://dependablec.org/

Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step (C++) https://youtube.com/watch?v=ncHmEUmJZf4

A Comprehensive Guide on Game Hacking #0 Runtime Function Patching: https://bananamafia.dev/post/cvar-hax #1 Developing Hacks for idTech3 Based Games: https://bananamafia.dev/post/multihack #2 Coding A CS:GO Hack: https://bananamafia.dev/post/bananabot #3 Hooking Direct3D EndScene(): https://bananamafia.dev/post/d3dhook #4 Cheating in Unity Games: https://bananamafia.dev/post/frida-unity #5 Hacking Walls and Particles: https://bananamafia.dev/post/cs-aimbot-wallhax #6 Cheating on Console with Lua: https://bananamafia.dev/post/ps2ps4

Memory is slow, Disk is fast (C) https://www.bitflux.ai/blog/memory-is-slow-part2/