NeoLAB
35 subscribers
150 photos
29 videos
94 files
335 links
Lab of @neo_is_kal

🐧 | @ArchLinuxIndia
🐚 | @PrivacyToolsIOChat
🍬 | @FossMemes

This is a Journal + Shrine of links
Website: https://neovoid.is-cool.dev
Download Telegram
I am deleting my mobile telegram client.
First step to delete telegram.

Available only on matrix.
void00r:matrix.org
Forwarded from Easy Physics
This media is not supported in your browser
VIEW IN TELEGRAM
A fascinating hobby is the American engineer Russell Buck, who finds "Easter eggs" with pop culture characters inside chips and microchips.

EP
Hacking is the art of creative problem solving, whether that means finding an unconventional solution to a difficult problem or exploiting holes in sloppy programming. Many people call themselves hackers, but few have the strong technical foundation needed to really push the envelope.
Rather than merely showing how to run existing exploits, author Jon Erickson explains how arcane hacking techniques actually work. To share the art and science of hacking in a way that is accessible to everyone, Hacking: The Art of Exploitation, 2nd Edition introduces the fundamentals of C programming from a hacker's perspective.
The included LiveCD provides a complete Linux programming and debugging environmentβ€”all without modifying your current operating system. Use it to follow along with the book's examples as you fill gaps in your knowledge and explore hacking techniques on your own. Get your hands dirty debugging code, overflowing buffers, hijacking network communications, bypassing protections, exploiting cryptographic weaknesses, and perhaps even inventing new exploits. This book will teach you how to:
β€’ Program computers using C, assembly language, and shell scripts
β€’ Corrupt system memory to run arbitrary code using buffer overflows and format strings
β€’ Inspect processor registers and system memory with a debugger to gain a real understanding of what is happening
β€’ Outsmart common security measures like nonexecutable stacks and intrusion detection systems
β€’ Gain access to a remote ser
Mount the Android devices using simple-mtpfs

simple-mtpfs -l : To list device (instead of lsblk)
Note the device number

mount the android drive with:
simple-mtpfs --device <device number> <path to mount at>

now to unmount:
umount -l <path>

#notes
Philosophies that linux follows
πŸ”₯1
#books
The Art of Unix Programming
by Eric S. Raymond

http://www.catb.org/~esr/writings/taoup/html/index.html
Linux File system