NOTES
✨ Why Genshin Impact Feels Like More Than Just a Game ✨
by akatsync · Dec 21, 2025
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
by naruto · Dec 21, 2025
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
by akatsync · Jan 04, 2026
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)
by akatsync · Dec 28, 2025
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
by naruto · Dec 21, 2025
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
by aster002 · Dec 26, 2025
okokokokokokokokokokokok
Why Waking Up at the Same Time Every Day Can Change Your Life
by akatsync · Dec 27, 2025
 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
by akatsync · Dec 26, 2025
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?
by akatsync · Dec 28, 2025
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 …
What is his name?
by akatsync · Dec 22, 2025
1.
by Anish107776 · Dec 24, 2025
Qwerty is the most used Keyboard type currently.
systemd — Complete, Concise Notes
by naruto · Dec 19, 2025
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, …
test
by akatsync · Dec 22, 2025
test
Understanding ip route Output — Line by Line, Word by Word
by akatsync · Jan 01, 2026
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?
by aster003 · Dec 25, 2025
thread thread thread
The Quiet Power of Writing Things Down
by akatsync · Dec 27, 2025
 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 🐥
by admin · Dec 20, 2025
test note
its a teste
0 0 None
Read →
Lord filins
by akatsync · Dec 21, 2025
How Writing Notes Daily Can Sharpen Your Brain and Boost Productivity
by akatsync · Dec 27, 2025
 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
by akatsync · Jan 01, 2026
 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 …