Showing headlines posted by LinuxWave

( 1 2 3 ... 4 ) Next »

How to Search Multiple Words or String Patterns Using grep Command

  • linux4one.com; By Linux4one (Posted by LinuxWave on Jan 13, 2020 6:39 AM EDT)
  • Story Type: Tutorial; Groups: LXer
The grep command used to find a particular string or pattern in one or multiple patterns. Grep stands for “Global Regular Expression Print”. Grep is the most powerful command in Linux. It can be also used to read Standard Output from another command. In this tutorial, you are going to learn How to Search Multiple Words or String Patterns Using grep Command.

How to Find or Search a Word in Vim or Vi Text Editor

Vim is a popular text editor that comes preinstalled on macOS, Linux Distros and BSD Like operating systems. Vim is a free and opensource text editor available today. Finding or searching a word is a frequent task that we often do. In this tutorial, you are going to learn How to Find or Search a Word in Vim or Vi Text Editor.

How to Turn On Syntax Highlighting in Vim/Vi Editor

  • linux4one.com; By Linux4one (Posted by LinuxWave on Jan 7, 2020 6:26 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Vim is one of the popular text editors among the software developers & system administrators. The macOS as well as on different Linux Distros Vim comes preinstalled. We can edit code in Vim easily. But the syntax is not highlighted by default in Vim. In this tutorial, you are going to learn How to Turn On Syntax Highlighting in Vim/Vi Editor.

How to Copy, Cut, Paste in Vim or Vi

  • linux4one.com; By Linux4one (Posted by LinuxWave on Jan 6, 2020 9:26 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Vim is one of the popular text editors among the software developers and system administrators. On the macOS as well as on different Linux Distros it comes preinstalled. When you work with Vim copy paste or cut pasting text is one of the common tasks we do most of the time. In this tutorial, you are going to learn how to Copy, Cut, Paste in Vim or Vi.

Copy Files using cp command in Linux

Do you want to learn how to copy files in the Linux terminal? Then you are the right place. In this tutorial, you are going to learn How to Copy File using cp command in Linux.

How to Save a File in Vim or Vi and Quit the Editor

  • linux4one.com; By Linux4one (Posted by LinuxWave on Dec 24, 2019 7:05 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Vim or Vi is the popular text editor among the Linux System Administrators and Software Developers. Vim comes preinstalled on major Linux distributions and macOS. The Vim text editor is used to edit configuration files or program files. In this tutorial, you are going to learn how to Save a File in Vim or Vi and Quit the Editor.

How to Change or Rename Username and UID in Linux

In some cases, we need to change the username of the system or the user id (UID) of the system or both. In Linux there are lot configurations depends on user id like permissions. By using the command usermod you can change the username of your system. After changing the Username of UID the changes will affect systemwide. In this tutorial, you will learn how to change or rename username and UID in Linux.

17 Best Practical Examples of ls Command in Linux

The ls command in Linux is used to list files and directories information inside the filesystem. It is the most basic command in the Linux systems. The ls command can also display additional information about files.

Bash Case Statement with Examples

Bash case statements can be used to replace multi-level if… else statement. You can use the case statement to match one variable against several values. The bash case statement is similar to switch statement in C programming but bash switch statement does not go ahead one it’s found.

How to Install MariaDB on Fedora 29

MariaDB is the fork of MySQL and backward compatible replacement for MySQL. In Fedora 29 main repository by default contains repository for MariaDB. Here in this tutorial, we are going to show you how to install MariaDB 10 on Fedora 29.

Chown Command in Linux

Linux systems are designed in such a way that they can support multiple users. Because of this Linux systems should maintain the database for access permissions for different files and directories.

Bash For Loop With Examples

Bash For Loop is used to execute a series of commands repeatedly until certain condition reached. Basically, Loops in any programming languages are used to execute a series of commands or tasks again and again until the certain condition becomes false. Loops are useful in bash to perform repetitive tasks.

Secure Nginx with Let’s Encrypt SSL on Ubuntu 18.04

By using Let’s Encrypt you can get a free valid SSL certificate. Let’s Encrypt is the Certificate Authority (CA) which provides free SSL certificate. To get SSL certificate Certbot client is used which fetches and deploys SSL certificate on your server.

Bash Functions with Examples

  • linux4one.com; By Linux4one (Posted by LinuxWave on Apr 22, 2019 9:47 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Basically bash function is a set of commands. Bash function mainly used for executing a single or group of commands again and again. Functions make it easier to read the code and execute meaningful group code statements.

How to Use Linux Screen Command With Examples

The screen command in Linux is used creating terminal multiplexing. By using screen you can run any number of the terminal based applications. Screen command can enable you to resume your work where last time you exited the application.

How to Install and Use Docker on Ubuntu 18.04

Docker is an application used to manage application processes in containers. Containers run applications in resource-isolated process. By using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers.

17 Curl Command Examples in Linux

Curl utility in Linux is used to transfer files to or from a server using protocols like HTTP, HTTPS, FTP, SCP, SFTP etc. This command is easy to use and can work without user interaction. Curl command can also be used to download or upload files with supported options like proxy support, resume transfer etc.

How to Install VirtualBox on Ubuntu 18.04

VirtualBox is a free open source virtualization software allows you to run multiple operating systems. VirtualBox is also a cross-platform software which is available for Linux, Windows, and MacOS etc. operating systems. Ubuntu global repository also supports VirtualBox installation through it, but it always does not provides the latest version of VirtualBox.

Concatenate Strings in Bash Script

  • linux4one.com; By Linux4one (Posted by LinuxWave on Mar 30, 2019 3:36 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Concatenating Strings in Bash Script is one of the easiest operations. Concatenating string means appending one string to another and creating a new string. This string joining operation used more often in Bash Script.

How Install Redis on CentOS 7

  • linux4one.com; By Linux4one (Posted by LinuxWave on Mar 21, 2019 9:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Redis is a in memory key-value data structure store mainly used as a database, message broker or as a cache. Redis supports wide languages with flexibility and high performance. It supports different data structures like strings, lists, sets, maps, spatial indexes, and bitmaps.

( 1 2 3 ... 4 ) Next »