Skip to content
Technology and Trends
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search
Menu Close
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search

Linux

  1. Home>
  2. Linux>
  3. Page 3

How to Run Bash Script in Background?

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:April 12, 2020

There are times when you need to execute a long-running data ingestion job or a complex Extract, Transform, Load(ETL) data pipeline in the background. You can use the feature Shell…

Continue ReadingHow to Run Bash Script in Background?

Install Docker on Mac OS X

  • Post author:nitendratech
  • Post category:Technology
  • Post comments:1 Comment
  • Post published:March 7, 2020

Docker is a development platform used to build, run, compile, and share applications in a containerized environment. Containerization is the process of packaging all the application dependencies and configurations together so…

Continue ReadingInstall Docker on Mac OS X

Linux Networking Commands

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:0 Comments
  • Post published:September 27, 2019

Linux is a family of free and open-source software operating systems built around the Linux kernel.This post includes some of the important Linux networking commands

Continue ReadingLinux Networking Commands

Linux Admin Commands

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:September 27, 2019

It contains list of Linux Admin commands useful Process Monitoring

Continue ReadingLinux Admin Commands

Introduction to curl Command on Linux

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:June 28, 2019

curl is a command or tool that can transfer data from or to a server using any of the supported protocols. curl supports most of the major protocols and is…

Continue ReadingIntroduction to curl Command on Linux

Functions in Bash Script

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:June 23, 2019

A function is a small piece of code or command which can be used multiple times in a script. A function in bash can be created using the function keyword.…

Continue ReadingFunctions in Bash Script

How to Send Email from Linux Command Line on Linux?

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:June 10, 2019

We can automate different tasks in Linux including generating reports, monitoring processes, automating backups, submitting Spark jobs, and many more. There are times when jobs fail and a report needs…

Continue ReadingHow to Send Email from Linux Command Line on Linux?

What are Exit Codes on Linux?

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:April 6, 2019

An exit code, or sometimes known as a return code, is the number between 0 and 255 returned to a parent process by an executable or command when it returns control to its parent process. We use the special variable called $? in/Linux and Unix bash scripts to check the exit code.

Continue ReadingWhat are Exit Codes on Linux?

Arrays in Bash Scripts

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:February 16, 2019

An array is an data structure or a variable which can store multiple values.

Continue ReadingArrays in Bash Scripts

Permission and Ownership on Linux

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:0 Comments
  • Post published:April 23, 2018

Once you start working on Linux and writing a Shell script, you will notice that all files and directories on Linux have a standard set of access permissions. These access…

Continue ReadingPermission and Ownership on Linux
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • Go to the next page

Categories

  • Big Data
  • Data Science
  • Database
  • Hadoop
  • Hive
  • Interview
  • Java
  • Kafka
  • Linux
  • Programming
  • Scala
  • Spark
  • Technology

Recent Post

  • Data Profiling: Foundation for Reliable Data Engineering and Analytics
  • Data Engineering User Guide
  • Data Observability and Its Importance in Modern Data Tech Stack
  • Understanding difference between Stateless and Stateful Systems
  • What is Data Migration?
  • Disclaimer
  • About Us
  • Contact Me
Copyright 2026 @Nitendratech.com