search

Follow along with one of our tutorials

List of tutorials

Showing 261 - 270 of 322 tutorials

How to set the timezone in CentOS 7

VPS

While you are setting up a new server, very often you might have to set the timezone. In certain cases, you might want to change your timezone....

People visited logo

22629

Chat logo

0

Mar 18, 2019

By Edward S.

Linux sed command: How to use and practical examples

VPS

The Linux sed command lets you find, replace, insert, and delete lines in a file without opening it using a text editor. Suitable for piped input and...

People visited logo

40359

Chat logo

0

Mar 15, 2019

By Laura Z. & Aris S.

NGINX vs Apache: Which web server is better

VPS

A web server is computer software that delivers content through the internet and transmits data between the host system and the user’s browser....

People visited logo

88745

Chat logo

0

Mar 15, 2019

By Domantas G. & Aris S.

How to install Docker on CentOS 9 Stream + Docker Compose

VPS

Many sysadmins use Docker in their work because of the advantages it provides when handling containers in Linux. Docker is used primarily for the...

People visited logo

50073

Chat logo

1

Mar 14, 2019

By Edward S.

Linux touch command: what it is + examples of how to use it to modify timestamps

VPS

People usually associate the touch command in Linux with creating files. However, like many other Linux commands, it offers much broader...

People visited logo

53831

Chat logo

0

Mar 14, 2019

By Edward S. & Ignas R.

How to install PostgreSQL on Ubuntu and usage instructions for effective database management

VPS

PostgreSQL is a popular open-source relational database management system (RDBMS) known for its scalability and efficiency in handling large amounts...

People visited logo

50393

Chat logo

0

Mar 14, 2019

By Aris S.

How to install, configure, and secure Redis on Ubuntu

VPS

Redis is an in-memory database used to store data temporarily as a cache to reduce server load and improve application performance. It is also a...

People visited logo

109928

Chat logo

2

Mar 13, 2019

By Aris S.

How to install Jenkins on Ubuntu in 2025

VPS

Typically, software development presents its own set of challenges. One of them is ensuring that software is built, tested, and deployed in a timely...

People visited logo

70345

Chat logo

1

Mar 12, 2019

By Ignas R.

How to use the Linux watch command

VPS

The Linux watch command is a powerful tool that runs user-defined commands at regular intervals and displays the output. It’s important for...

People visited logo

49751

Chat logo

0

Mar 08, 2019

By Ariffud M. & Aris S.