Showing 279 - 288 of 320 tutorials
VPS
The tar command in Linux simplifies file management by enabling efficient archiving and compression. Originally designed for tape archives, it has...
162448
Feb 28, 2019
VPS
A hostname is a name used to identify a device on a network. Usually, it is set as localhost during the operating system installation. However, if...
59160
0
Feb 27, 2019
VPS
As a server administrator, understanding how to list software packages installed in an Ubuntu system is crucial. It is useful for various tasks, such...
48444
2
Feb 27, 2019
VPS
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...
50855
2
Feb 27, 2019
VPS
Checking your system’s Ubuntu version is crucial to ensure compatibility before installing software or deploying an application. It also helps...
107627
0
Feb 26, 2019
VPS
Anaconda is a popular Python/R data science platform available for novice users, data scientists, and other scientific communities. The platform is an...
128964
5
Feb 26, 2019
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...
133838
0
Feb 25, 2019
VPS
The Global Regular Expression Print or grep command searches specific lines containing a particular pattern in a file. It is useful for quickly...
196842
2
Feb 25, 2019
VPS
A command-line terminal is an essential tool for administrating Linux systems, including a VPS. It lets users execute various Linux commands to...
208468
0
Feb 23, 2019
2