Showing 261 - 270 of 297 tutorials
VPS
Managing, monitoring and security
Checking your system’s Ubuntu version is crucial to ensure compatibility before installing software or deploying an application. It also helps...
102034
Feb 26, 2019
VPS
Managing, monitoring and security
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...
128430
0
Feb 25, 2019
VPS
Managing, monitoring and security
The Global Regular Expression Print or grep command searches specific lines containing a particular pattern in a file. It is useful for quickly...
178958
2
Feb 25, 2019
VPS
Managing, monitoring and security
A command-line terminal is an essential tool for administrating Linux systems, including a VPS. It lets users execute various Linux commands to...
204612
0
Feb 23, 2019
VPS
Managing, monitoring and security
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...
177857
0
Feb 22, 2019
VPS
Managing, monitoring and security
The chown command in Linux is used to change the owner and/or group of files and directories. Managing ownership is a fundamental aspect of Linux...
82075
0
Feb 22, 2019
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...
132503
1
Feb 21, 2019
VPS
Linux Screen is a Terminal multiplexer that lets users create multiple virtual shell sessions in their system. It saves the current process in...
77654
2
Feb 20, 2019
VPS
Node.js is a runtime environment that provides software components and interfaces to allow JavaScript code to run properly. Setting it up in the host...
254613
7
Feb 17, 2019
0