Linux Sed Regular Expressions
Stream Editor sed command is use for stream editing. Like example of : # echo interactive | sed 's/inte/dist/' # echo interactive | sed 's:inte:dist:' # echo interactive | sed…
Stream Editor sed command is use for stream editing. Like example of : # echo interactive | sed 's/inte/dist/' # echo interactive | sed 's:inte:dist:' # echo interactive | sed…
When selecting the proper Linux distribution for you. It often confusing given the variability of selections in desktop managers. Whereas Microsoft Windows users have one desktop manager. But Linux users…
The Unix or Linux route command displays and manipulate IP routing table for your system. Linux router is a device which is basically used to determine the best way to…
The Linux nslookup command is also use to find DNS related query. nslookup stands for Name Server Lookup. This tool is use to query the name servers related to a…
dig command stands for Domain Information Groper. The Linux dig command is use for queries related to DNS name servers. This tool mainly deals to troubleshoot DNS related problems. Now…
ss command is a replacement for netstat command. The Linux ss command gives more information in comparison to the netstat. Faster than netstat as it gets all information from kernel…
netstat command stands for Network Statistic. It's so many helpful command. Because it can help to setup network environment. netstat command shows information about different interface statistics including open sockets,…
ping command stands for Packet Internet Groper. This command checks the connectivity between two nodes. And finds whether a server is reachable or not. The Linux ping command keeps executing…
traceroute command and tracepath command are similar. But it doesn't require root privileges. System of traceroute installed by default in Ubuntu but you may have to download traceroute on Ubuntu…
The pwd command stands for - Print Working Directory In the shell, we execute commands while staying in a directory. If we do ls, we see the contents of that…