linux

  • How to manually assign IP Address to network interface on CentOS/Linux using command line

    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…

    neotam Avatar
  • Compile and install python from source on Linux

    Compile and Install Python from Source On Linux

    All Linux distributions come with latest stable python release. Yet, if you want to try out new python for its elegant new features. You can compile and install it…

    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
  • Install GNOME GUI On CentOS

    Install Gnome Desktop Environment (GUI) on CentOS/RHEL

    The linux distribution CentOS is widely used on server side without GUI. Which might not come with desktop environment. If you want to install GUI for any kind of…

    neotam Avatar
  • Endianness. Little Endian vs Big Endian

    Endianness. Little Endian vs Big Endian

    Endianness describes the byte order in which bytes of large values are stored, transferred and accessed. Based on order in which bytes are stored, transmitted and accessed there are…

    neotam Avatar