How to Compress files using 7z in Linux ?
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
Learn
Practical tutorials and deep explanations grounded in reproducible environments, exact versions, and observable results.
Start learning your way
Learn by technology
Learning resources
Learning search
53 results
Existing library
7-Zip is a file archiver with a high compression ratio. Using 7 zip we can compress the directory … Read more
CMake is a widely used build system that helps automate the compilation process for software projects. Keeping … Read more
BUP is a program that backs things up. It’s short for “backup.” BUP is a Very efficient backup … Read more
In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more
Write a C packet sniffer in Linux using AF_PACKET raw sockets to capture, decode, and analyze Ethernet, IP, TCP, and UDP frames on wlan0.
Resolve 'no permissions (user in plugdev group; are your udev rules wrong?)' error on Linux by configuring /etc/udev/rules.d/51-android.rules.
Today Accidentally I deleted one of my folder in ubuntu which has contained important files, but I … Read more
An apt or dpkg lock usually means another package operation is already protecting the package database. Do not delete the lock file. Identify the owner, let healthy updates finish, terminate only a genuinely frozen frontend, then complete pending configuration and dependency repair.
Write a Go program using net.InterfaceByName to lookup IP addresses, MAC hardware addresses, MTU, and status flags for a specific network interface.