Linux xclip Command Tutorial

Linux xclip Command Tutorial

Copy and paste are one of the most popular operations of our daily life. Generally, the muse right-click is used to copy and paste with a GUI or desktop environment. But as Linux is a geeky operating system some users prefer the command line interface where they also require the copy and paste operation. But … Read more

Linux sysctl Command Tutorial

Linux sysctl Command Tutorial

Linux kernel is the core of the Linux operating system and distributions. Linux kernel is the lowest level of the operating system and provides different system resources and services to the user level. these resources may have a different configuration where sometimes they may change. The sysctl command is used to list, set, and update … Read more

Zsh Profile File (.profile, .zprofile, .zshrc)

Zsh Profile File (.profile, .zprofile, .zshrc)

The zsh is not popular as bash but has a lot of users who passionately love it. Especially by using the oh-my-zsh plugin, the zsh becomes more powerful. But as a non-standard shell for the major Linux distributions, it can be a bit difficult to configure it, especially for the .profile file. The .profile file … Read more

How To Install and Configure oh-my-zsh On Linux (Ubuntu, Debian, Mint, CentOS, Fedora)?

How To Install and Configure oh-my-zsh On Linux (Ubuntu, Debian, Mint, CentOS, Fedora)?

The zsh is a shell provided by Linux distributions. Even though it is not much popular as bash it has a geek user base. The oh-my-zsh is a popular tool used to manage the zsh shell configuration in an easier and more configurable way. The Oh My Zsh is open source and a community-driven framework … Read more

How To Use curl with Proxy?

How To Use curl with Proxy?

The curl is a command-line tool that is used to download and upload files from the command line without any GUI. Even the curl is a cross-platform tool it is mainly designed and used in Linux distributions like Ubuntu, Mint, Debian, Kali, and CentOS. A proxy is an intermediate system in a network that is … Read more

How To Restart (Stop-Start) Apache Web Server?

How To Restart (Stop-Start) Apache Web Server?

Apache or Apache2 is a popular web server software used by millions of websites. Apache webserver can run PHP web applications and is generally used as Linux+Apache+MySQL+PHP formula in order to create a full-stack web application. Apache Web Server is a service that may be required to restart in different cases. Why Restart Apache Web … Read more

Read File Line By Line In Bash

Read File Line By Line In Bash

Linux bash is a powerful command-line interface and scripting language. It provides different features like reading files line by line from the command line. In this tutorial, we will examine different ways to read a file which is generally a text file line by line. Read File Line By Line with read Command The bash … Read more

“bash: wget command not found” Error and Solution

"bash: wget command not found" Error and Solution

Linux provides the wget command in order to download files from the network and internet. The wget command is very popular amongst Linux users as it supports a lot of different protocols like HTTP, HTTPS, FTP, etc. As a command-line tool, the wget is called from the bash and when we try to run the … Read more

How To Create New User Account On Ubuntu Linux?

How To Create New User Account On Ubuntu Linux?

Ubuntu is used by a lot of users around the world. It is the most popular Linux distribution and a lot of users prefer it for its easiness, support, and simplicity. An Ubuntu system can be used by multiple users and new users can be added in different ways via command-line interface or GUI. In … Read more

How To Download Files with curl In Linux Command Line?

How To Download Files with curl In Linux Command Line?

The curl tool or command is used to download different files and directories from the command line. The curl is provided by all major Linux distributions like Ubuntu, Debian, Mint, CentOS, etc. The curl command provides a lot of features for different needs of downloading files. One of the most popular features is the ability … Read more