1605763800
Learn to create new directories on Linux CentOS 8. mkdir is used to make directories/folders on the linux. You can create multiple directories at once using the mkdir command followed by the names of the directories you want to create.
Subscribe : https://www.youtube.com/channel/UC-FZ9Vs5uXEAwcmrOoKoCjA
#linux #centos
1625631509
Dig Command Line Options and Examples
Here is the frequently used command line options and example’s of dig command.
1. Basic Dig Command
A basic dig command accept domain name as command line parameter and prints Address record.
2. Query With Specific DNS Server
The default dig command queries to dns server configured on your system. For example, the Linux systems keep default DNS entry in /etc/resolv.conf.
3. Print Short Answer
Use +short command line option to print result in short form. This is basically useful with the shell scripting and other automation tasks.
4. Print Detailed but Specific Result
Use +noall with +answer to print detailed information but specific. This will print only answer section including few more details as a result.
#linux commands #command #dig #dig command #useful examples #linux
1625625674
mv Command Examples
Below is the basic mv command examples on Linux terminal.
#linux commands #command #mv #useful example #mv command #linux
1625481038
How to Make a New Directory In Linux
To create a directory using the **_mkdir _**command in linux with terminal.
Note : To create a hidden directory, follow our guide on how to show and create hidden files in Linux.
How to Create Multiple Directories with mkdir
If you want to create multiple directory at once command. So, you can use a single mkdir command to create multiple directories at once.
Note that, Do not add any spaces in the curly brackets for the directory names.
How to Make Parent Directories
Note that, you can use ls -R to display the recursive directory tree in linux. And Without the -p option, the terminal returns an error if one of the directories in the string does not exist.
#linux #directories #command #mkdir command
1605763800
Learn to create new directories on Linux CentOS 8. mkdir is used to make directories/folders on the linux. You can create multiple directories at once using the mkdir command followed by the names of the directories you want to create.
Subscribe : https://www.youtube.com/channel/UC-FZ9Vs5uXEAwcmrOoKoCjA
#linux #centos
1603612560
This tutorial will be showing you how to install qBittorrent on CentOS 8/RHEL 8**. **qBittorrent is a free, open-source, fast and lightweight P2P BitTorrent client written in C++ / Qt, available for Linux, FreeBSD, MacOS and Windows. It aims to provide an open-source alternative to uTorrent, which is a very popular BitTorrent client among Windows users.
qBittorrent is included in the EPEL software repository. You can easily install it on CentOS 8/RHEL 8 desktop by running the following command in a terminal window.
sudo dnf install epel-release
sudo dnf install qbittorrent qt5-qtsvg
Once installed, you can start qBittorrent from the application menu.
#centos #redhat #centos desktop #centos server #linux