ip command in Linux with examples
The ip command is used for IPv4 and IPv6 network configuration. It replaces the previous ifconfig and other similar commands.
The ip command is used for IPv4 and IPv6 network configuration. It replaces the previous ifconfig and other similar commands.
htop is a ncurses based program for viewing processes in a Linux system. htop gives information about processor, memory and swap usage.
Software Configuration Management involves source code revision control. The issues involved in source code revision control are discussed.
The vimdiff command runs vim in the diff mode on two, three or four files. It is useful for comparing multiple versions of a file.
How for redirect non-www URLs to www while using Varnish as a reverse HTTP proxy is explained with configuration directives.
How to do trigonometric calculations using bc, the command line basic calculator available with Linux and Unix systems.
Problem: After login in the Ubuntu Linux system, the Unity launcher stays at the left edge of the display. It does not auto-hide. Solution: Click on the Settings icon in…
The text format of a block was PHP code and it contained PHP code with an error. This broke the website resulting in blank screen web pages, the white screen…
Git is a source code management system. Git concepts and commands are explained with examples in this tutorial.
The iptables command is for defining packet filtering rules for firewalls in Linux. iptables concepts and command parameters are explained.