Record and replay Linux terminal commands
If you want to capture something like commands when you are installing some software, compiling some opensource … 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
30 results
Existing library
If you want to capture something like commands when you are installing some software, compiling some opensource … Read more
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.
npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more
Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more
Rfkill is a tool for enabling and disabling wireless devices. We use “rfkill list” command as below … Read more
Ubuntu supports various media player which allow you to play audio and video from command line. Mplayer … Read more
Lets say you are trying to do something with UPNP which reserves port 1900 for all of … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
To disable the ICMP ping from certain Linux host, lets say which has IP of 192.168.0.100 use … Read more