Reference
Precise answerswhile you work
Commands, APIs, configuration, compatibility notes, and technical concepts designed for quick retrieval.
$ ip route show
default via 192.168.1.1 dev eth0 192.168.1.0/24 dev eth0 proto kernel 10.0.0.0/24 via 192.168.1.20 dev eth0
$
Browse by technology
Reference across the stack
Move directly into the engineering domain you are working in.
Recently updated
Fresh from the index
Meaningful publication and substantial-update dates from the live library.
A fastboot permission error is fixable, but only after you know Linux can see the bootloader. This diagnostic path separates USB, mode, tool, group, and udev-rule failures without normalizing sudo fastboot.
The who command can settle a tense “is anyone still using this server?” moment—provided you understand what its session records can and cannot prove.
Turn an unfamiliar directory into a readable map with tested tree commands for depth, filtering, metadata, symlinks, and machine-readable output.
Build predictable Linux find expressions for names, types, sizes, and file contents, then inspect every match safely before taking action.
Renaming `memory_map.c` to `memory_mapping.c` and changing identifiers inside source files are separate operations. This guide previews both, handles unusual filenames, refuses collisions, keeps backups, and makes rollback practical.
Reference index
Browse the library
Set / change the timezone in Django
If you have followed to create your first django project “Starting webserver using your first simple Django … Read more
Define different urlpatterns in view.py for Django
As we have seen in our previous post “Developing REST API using functions in DRF application views” … Read more
Example for using shared data between two Unix threads
Following is the simple example to show, how we can create two threads at a time and … Read more
Creating a simple thread in Linux using pthread library api’s
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
Presentation – Operating System Concepts
Operating-System-Concepts
Presentation – Linux Fundamentals and Basic Commands
Linux-Fundamentals-and-Commands
Developing REST API using functions in DRF application views
This post is in continuation with our previous post “Developing first REST API using Django Rest Framework … Read more
Understanding pcap file format – part I – Global Header
The file must begin with a Section Header Block. Below is typical configuration, with a single Section Header … Read more
Sending AVTransport commands to UPNP DMR using command line
If you are working on developing DMR (Digital Media Renderer) or DMC ( Digital Media Controller) for … Read more
Install Java using apt-get command on Ubuntu
Installing JAVA on ubuntu can be done using following easiest command. for Ubuntu 20.04, this command installs … Read more
Adb pull
As we have seen in our last post, you can use “adb push” to copy files from … Read more
Understanding Linux page cache memory
If data is written, it is first written to the Page Cache and managed as one of … Read more
Still searching?
Move from exact lookup to experimentation, troubleshooting, or deeper understanding.
