linux-tips
-
How to configure network interface to manually assign IP address on Linux: CentOS
This article will help to configure network interface on Linux manually Prerequisites to configure network interface To configure network interface following things are required Terminal or SSH Access to…
-
Amazing Linux Command Line Tips and Tricks
In an operating system, Command line is a tool which provides the typing interface to perform commands on computer. This article will walk you trough some time saving tips…
-
Linux Shell Command Tips For Files and Directories
This article would give you quick Linux command tips to perform operation and work with files and directories effectively Create Multiple Directories at once mkdir path/to/{test,work,pictures,newDir} No spaces around…