Showing 234 - 243 of 269 tutorials
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...
127524
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...
178306
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...
204057
0
Feb 23, 2019
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...
187163
0
Feb 22, 2019
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...
74319
0
Feb 22, 2019
VPS
The cURL (client URL) command in Linux enables your system to exchange data with servers via the internet. This tool is essential for various tasks,...
122348
1
Feb 21, 2019
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...
114322
10
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...
70394
2
Feb 20, 2019
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,...
62940
2
Feb 20, 2019
0