Showing 288 - 297 of 348 tutorials
VPS
Pre-installed applications
A MySQL database server is frequently the first choice for developers and anyone interested in testing a structured query language. MySQL includes...
204932
Mar 05, 2019
VPS
Managing, monitoring and security
The Linux shutdown command is used to power off, reboot, and schedule these tasks on Unix-based systems, offering a flexible way to manage system...
57284
0
Mar 05, 2019
VPS
Managing, monitoring and security
To unzip, Linux users can apply a command utility similar to other compression formats, such as tar and gzip. Understanding how to use the unzip...
78796
0
Mar 05, 2019
VPS
Managing, monitoring and security
The tail command in Linux prints the last N lines of a given file. By default, it shows the last 10 lines. When used with multiple files, tail...
88063
2
Mar 04, 2019
VPS
Managing, monitoring and security
Managing multiple servers may be challenging, which is where hostnames can prove to be useful. Hostnames enable users to name their servers and...
48026
0
Mar 01, 2019
VPS
Managing, monitoring and security
The tar command in Linux simplifies file management by enabling efficient archiving and compression. Originally designed for tape archives, it has...
172330
2
Feb 28, 2019
VPS
Managing, monitoring and security
A Linux hostname identifies systems within a network, enabling them to identify and communicate with one another correctly. Assigning a unique...
61738
0
Feb 27, 2019
VPS
Managing, monitoring and security
As a server administrator, understanding how to list software packages installed in an Ubuntu system is crucial. It is useful for various tasks, such...
50902
2
Feb 27, 2019
VPS
Managing, monitoring and security
A Bash for loop is a statement in the Bash programming language that allows a code or script to run repeatedly. It enables you to finish repetitive...
52592
2
Feb 27, 2019
0