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…

Continue Reading Linux Sed Regular Expressions

Desktop Environments: DE

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…

Continue Reading Desktop Environments: DE

netstat Command in Linux

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,…

Continue Reading netstat Command in Linux