search

Follow along with one of our tutorials

List of tutorials

Showing 288 - 297 of 323 tutorials

How to use the Linux cat command

VPS

The cat command is one of the most useful commands in Linux – it is used for displaying, combining, and manipulating text files. Its versatility is...

People visited logo

136048

Chat logo

0

Feb 25, 2019

By Anish

How to use the grep command in Linux + examples

VPS

The Global Regular Expression Print or grep command searches specific lines containing a particular pattern in a file. It is useful for quickly...

People visited logo

207321

Chat logo

2

Feb 25, 2019

By Aris S.

How to rename files in Linux using the mv and rename commands

VPS

A command-line terminal is an essential tool for administrating Linux systems, including a VPS. It lets users execute various Linux commands to...

People visited logo

209970

Chat logo

0

Feb 23, 2019

By Edward S.

How to create and remove Linux symlinks for files and directories

VPS

A symbolic link, or symlink, is a special file type in Linux that points to another file or directory. Similar to Windows shortcuts, symlinks provide...

People visited logo

243969

Chat logo

0

Feb 22, 2019

By Ariffud M.

How to use the chown command to change the owner of a file in Linux, and a free Linux cheat sheet

VPS

Managing file and directory ownership is essential when working with Linux operating systems on a virtual private server. The correct use of the chown...

People visited logo

81057

Chat logo

0

Feb 22, 2019

By Ignas R.

What is the cURL command? understanding the syntax, options, and examples

VPS

The curl command (client URL) is a command-line tool for transferring data to or from a server. At its simplest, you specify a URL and the data to...

People visited logo

131206

Chat logo

1

Feb 21, 2019

By Aris S.

How to install Laravel on Ubuntu with Apache in 2025

VPS

There are many powerful PHP frameworks, but some of them have limitations when it comes to reading the application’s source code. This can be a...

People visited logo

120432

Chat logo

10

Feb 21, 2019

By Edward S.

How to use Linux screen for effective terminal management

VPS

Linux Screen is a Terminal multiplexer that lets users create multiple virtual shell sessions in their system. It saves the current process in...

People visited logo

76632

Chat logo

2

Feb 20, 2019

By Aris S.

How to use the Linux rsync command to streamline remote file synchronization

VPS

Copying files from one device to another can be a cumbersome task. Fortunately, you can simplify this process on Linux using the rsync command. rsync,...

People visited logo

68320

Chat logo

2

Feb 20, 2019

By Ariffud M.