ByteXD
  • Linux Tutorials
    • Linux Commands
    • Ubuntu
    • RHEL
    • Debian
  • General Tutorials
    • Miscellaneous
    • Digital Marketing
    • Website Setup
  • Hardware
ByteXD
  • Linux Tutorials
    • Linux Commands
    • Ubuntu
    • RHEL
    • Debian
  • General Tutorials
    • Miscellaneous
    • Digital Marketing
    • Website Setup
  • Hardware
Follow

Browsing Category

Linux Commands

107 posts
LLinux
small example of auto-suggestions using "suto apt install something"
Read More
  • 3 minute read

How to Install & Use Zsh Autosuggestions Plugin

  • byEdXD
  • August 13, 2022
Zsh (or Z shell) is a Unix-based shell that significantly improves your scripting experience. Because of plugin support,…
LLinux
"MY_VAR=value" and "unset MY_VAR" on a blue gradient background
Read More
  • 7 minute read

How to Set and Unset Environment Variables in Linux

  • byEdXD
  • August 5, 2022
In this tutorial, you will be acquainted with multiple methods to manage environment variables by checking all available…
LLinux
alias [alias_name]="[command]" on a blue gradient background
Read More
  • 5 minute read

How to Create Aliases & Use the Alias Command in Linux

  • byEdXD
  • August 4, 2022
In this article, you will be acquainted with different methods to manage aliases by inspecting the alias tool…
LLinux
curl -X GET [option] [URL] on a blue gradient background
Read More
  • 6 minute read

How To Make a GET Request With cURL

  • byEdXD
  • August 3, 2022
In this article we will learn how to make HTTP GET requests using cURL, covering the common methods…
LLinux
ffmpeg and bash logos on a green gradient background
Read More
  • 5 minute read

How To Automate Multiple FFmpeg Commands With Bash

  • byEdXD
  • August 2, 2022
In this article you will learn how to use Bash scripting to automatically perform multiple FFMPEG tasks, to…
LLinux
command < infile reads from infile command > outfile Create/overwrite outfile command >> outfile Append to outfile
Read More
  • 6 minute read

How To Use I/O Redirections in Linux

  • byEdXD
  • August 2, 2022
In this article you will be acquainted with the concept of I/O redirections, and the different ways to…
LLinux
tar
Read More
  • 3 minute read

How To Extract Tar Files Into a Specific Directory

  • byEdXD
  • August 16, 2022
In this article you will learn how to extract tar archives into a specific directory, as well as…
LLinux
j [or] autojump
Read More
  • 6 minute read

How to Use Autojump Advanced Navigation in Linux

  • byEdXD
  • August 1, 2022
In this article you will learn how to use autojump to navigate easily between directories without specifying their full…
LLinux
ls | wc -l
Read More
  • 4 minute read

How to Count Files in a Directory in Linux

  • byEdXD
  • July 7, 2022
This tutorial walks you through counting files in a directory in Linux using the wc command with the…
LLinux
ssh+pass on a blue gradient background
Read More
  • 3 minute read

How to Pass Password to SCP Command in Linux using SSHPass

  • byEdXD
  • July 5, 2022
SCP stands for secure copy and is used to securely copy files or directories from one Linux environment…
LLinux
$ ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-host
Read More
  • 4 minute read

How to Use the ssh-copy-id Command

  • byEdXD
  • June 28, 2022
SSH secures communication between a local machine and a remote machine by encrypting the traffic. But, providing the…
LLinux
$ fd [options]
Read More
  • 8 minute read

How to Use the fd Command in Linux (‘find’ Alternative)

  • byEdXD
  • June 22, 2022
fd is an alternative and faster command line utility for the find command. It does the job of…

Posts navigation

1 2 … 9 Next
ByteXD
© 2022 ByteXD.com
  • Contact
  • Privacy Policy
  • Terms and Conditions
  • Affiliate Disclosure