An Introduction to Shell in Linux
Shell is the command line user interface to a UNIX-like system. bash is the default shell under Linux.
Shell is the command line user interface to a UNIX-like system. bash is the default shell under Linux.
tc is a user space program for managing qdiscs for network interfaces. tc is used for configuring traffic control in the kernel.
The ss command gives the socket statistics. It gives information about the network connections. ss is a replacement for the netstat command.
The umask command is used for setting a mask which is used for managing the permissions of files created by processes during a login session.
htop is a ncurses based program for viewing processes in a Linux system. htop gives information about processor, memory and swap usage.
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 netstat command in Linux provides information about network connections, routing tables and network interface statistics.
Solution to the problem of not able to login to a Linux system because the disk partition containing the HOME directory had become full.
Wireless network broke down and "Wireless is disabled by hardware switch" message was reported. Steps taken to resolve the problem are given.