NOTES
✨ Why Genshin Impact Feels Like More Than Just a Game ✨
Genshine
Genshin Impact isn’t just about grinding characters or pulling on banners — it’s about getting lost in a world that actually wants you to explore …
Some notes on Linux networking
OS
Linux
networking
1. Network InterfacesList interfaces: ip link, ip addrBring up/down: ip link set eth0 up|downAssign IP: ip addr add 192.168.1.10/24 dev eth0Loopback: lo (127.0.0.1)2. IP AddressingIPv4 …
Day 1 of Starting to learn Java Script
Learning Journal
tech
JavaScript
Today I am planning to start learning java script from zero. till now i know java script is a language ,used to make a web …
Best Anime to Watch: Top 10 Rankings by Genre (And Why They’re Worth Your Time)
Anime isn’t just entertainment — it’s storytelling at its peak. Whether you love intense action, emotional drama, or mind-bending plots, there’s an anime that will …
Linux kernal some notes
kernal
OS
Linux
1. What the Kernel IsCore of OS: manages CPU, memory, devices, filesystems, networkingRuns in kernel space (privileged)Linux = monolithic kernel (modular via loadable modules)2. Kernel …
nothing
okokokokokokokokokokokok
Why Waking Up at the Same Time Every Day Can Change Your Life
Most people focus on how many hours they sleep. But science says something even more important matters: waking up at the same time every day.This …
Cricket Fans Flood Google as ENG vs AUS and Domestic Clashes Trend Big
Cricket Fans Flood Google as ENG vs AUS and Domestic Clashes Trend BigCricket is once again dominating the internet, with Google Trends showing a sharp …
REST API vs GraphQL — Which One Should You Really Use?
If you’ve worked with modern web or mobile applications, you’ve probably heard this debate again and again:“Should I use REST or GraphQL?”Blogs, YouTube videos, and …
1.
Qwerty is the most used Keyboard type currently.
systemd — Complete, Concise Notes
What is systemd?systemd is the init system and service manager for modern Linux distributions.It is responsible for:Booting the systemStarting & supervising servicesManaging processes, logs, devices, …
Understanding ip route Output — Line by Line, Word by Word
When debugging network issues on Linux, one of the most important commands is:ip routeThis command shows the routing table — the rules your system uses …
how thread works?
thread thread thread
The Quiet Power of Writing Things Down
Most people think writing is for authors, poets, or someone with a big story to tell. But the truth is—writing is for anyone who feels …
test note 🐥
test note
its a teste
How Writing Notes Daily Can Sharpen Your Brain and Boost Productivity
In a world full of notifications, short videos, and endless scrolling, our attention span is shrinking fast. One simple habit is proving to be a …
Linux Networking: What Actually Happens When Your System Talks to the Internet
You open a terminal.You type a command.You hit Enter.Sometimes it works instantly.Sometimes it hangs.Sometimes it fails with no clear reason.That moment — when Linux is …