terminal

  • Looping in Shell Scripting Explained

    Looping in Shell Scripting Explained

    Loops are programming constructs that some particular statement needs to be executed repetitively for a finite number of time with respect to the given condition. Loops that are available…

    neotam Avatar
  • Manage Swap Space Linux

    Manage Swap Space on Linux/CentOS

    Swap memory or Swap space is reserved space on disk which is part of virtual memory system. Swap space is configured as either partition or file on Linux. It…

    neotam Avatar
  • Linux Command Line Tips & Tricks

    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…

    neotam Avatar
  • Linux Shell Command Tips For Files and Directories

    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…

    neotam Avatar