Showing headlines posted by ostechnix

« Previous ( 1 ... 20 21 22 23 24 25 26 27 28 29 30 ... 50 ) Next »

How To Run MacOS Software On Linux Using Darling #Darwin

Darling is a translation layer that allows us to run macOS applications on Linux. Darling emulates a complete Darwin environment in Linux.

How To Use Case Statement In Bash Scripts

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 26, 2021 6:10 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains what is Bash case statement and how to use case statement in Bash shell scripts with examples.

Conditional Statements In Bash Explained With Examples

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 21, 2021 7:53 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains how to work with conditional statements in bash scripting, and how to write compact conditional statements with examples.

Bash String Manipulation Explained With Examples In Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Oct 20, 2021 10:25 PM EDT)
  • Story Type: Tutorial; Groups: Linux
String manipulation is one of the fundamental concepts of bash scripting. This guide explains how to create and manipulate strings in bash.

How To Find Available Network Interfaces On Linux

  • ostechnix.com; By Senthil Kumar (Posted by ostechnix on Oct 19, 2021 12:20 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This detailed tutorial addresses all the possible ways to find available network interfaces on Linux and Unix operating systems.

Bash Scripting – Printf Command Explained With Examples

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 12, 2021 2:23 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Bash offers two types of commands that can be used to print your output to the terminal. One is the echo command which is mostly used for this purpose. The second is the printf command. In this article, we will learn the basic usage of the printf command with examples in Linux.

FFmpeg Command Tutorial For Beginners

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 10, 2021 2:02 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains how to use FFmpeg multimedia framework to do various audio, video transcoding and conversion operations with examples.

How To Check Laptop Battery Status And Level From Commandline In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 7, 2021 7:26 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide lists 5 methods to check a Laptop battery status and level from commandline in any Linux distribution.

How To Suspend A Process And Resume It Later In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 7, 2021 12:07 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial explains how to suspend a process and resume it later using "ps" and "kill" commands in Linux operating systems.

Bash Scripting - Associative Array Explained With Examples

Bash supports two types of arrays namely Indexed Array and Associative Array. This guide explains Bash associative array in detail in Linux.

Bash Scripting - Indexed Array Explained With Examples

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 5, 2021 5:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Bash supports two types of arrays namely Indexed Array and Associative Array. This guide explains Bash indexed array in detail with examples.

How To Automatically Switch To A Directory Without Using Cd Command In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 2, 2021 9:16 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide describes a simple bash trick that helps you to automatically switch to a directory without using cd command in Linux.

Tr Command In Linux Explained With Examples For Beginners

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 1, 2021 5:51 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The tr command is used to translate, squeeze, and delete characters from standard input, writing to standard output in Linux and Unix.

How To Find All Sudo Users In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Oct 1, 2021 1:31 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial describes how to find all sudo users or super users (the users who have sudo access) in Linux and Unix-like systems.

How To Create SSH Alias In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 29, 2021 4:56 PM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief tutorial describes how to create SSH alias in Linux using SSH Config file and alias command for faster SSH connection.

How To Find If A User Is Using Password-based Or Key-based SSH Authentication In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 29, 2021 8:16 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This brief guide explains how to find if a user is using password-based or key-based SSH authentication in Linux operating systems.

How To Convert Text To Speech Using eSpeak NG In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 28, 2021 4:09 PM EDT)
  • Story Type: Tutorial; Groups: Linux
eSpeak NG is a CLI software speech synthesizer for English and other languages. Using eSpeak NG, we can convert text to speech in Linux.

How To Find Files Based On their Permissions In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 25, 2021 10:09 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Finding files from command line in Linux is easy! This guide explains how to find files based on their permissions in Linux and Unix-like operating systems.

How To Zoom Tmux Panes For Better Text Visibility In Linux

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 25, 2021 5:46 AM EDT)
  • Story Type: Tutorial; Groups: Linux
This guide explains how to zoom tmux panes to fit them into the full size of current Terminal window and zoom out tmux panes back to their normal size in Linux.

Bash Scripting - While & Until Loop Explained With Examples

  • ostechnix.com; By Senthilkumar (Posted by ostechnix on Sep 23, 2021 4:13 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Bash supports three types of loops, namely for loop, while loop and until loop. In this guide, we will learn about while and until loops.

« Previous ( 1 ... 20 21 22 23 24 25 26 27 28 29 30 ... 50 ) Next »