Tutorials
Porting Linux to a different drive
00
This problem arises infrequently. Usually, it is easier to reinstall the system from scratch than to transfer already installed version on another hard
Linux Hub
Tutorials
Installing CMake in Ubuntu
00
CMake is a set of tools that allows you to create, test and package software. This family of tools is available on several platforms and is distributed
Linux Hub
Tutorials
Install NetworkManager in Ubuntu
00
Network connections in Ubuntu are managed through a tool called NetworkManager. Through the console it not only allows you to view the list of networks
Linux Hub
Tutorials
Configuring SSH in Ubuntu
00
Technology SSH (Secure Shell) allows secure remote management of a computer via a secure connection. SSH produces the encryption of all transferred files
Linux Hub
Tutorials
Uniq Linux
00
Uniq is designed to search for identical strings in the arrays of the text. Thus with the found matches, the user can perform many actions — for example
Linux Hub
Tutorials
Configuring Xdebug in PhpStorm
00
Debugging is one of the most important processes in programming. With the help of the debugger, you can see what is actually happening in the program
Linux Hub
Tutorials
How to run process in background Linux
00
As a rule, the commands in the terminal is connected with one disadvantage — before writing the next command must wait for the previous one is completed.
Linux Hub
Tutorials
Configuring a virtual host with Nginx
01
In a previous article we talked about how to perform the installation and initial configuration of the web server Nginx in CentOS 7. This web server has
Linux Hub
Tutorials
Installing Fluentd on Unix/Linux
00
FluentD is a cross — platform software with open source for data collection was originally developed by Treasure Data. It is written mostly in Ruby.
Linux Hub
Tutorials
How to create user in Ubuntu
01
During installation of Ubuntu there is only one privileged user who has root and any ability to manage the computer. After installation is complete, you
Linux Hub
Tutorials
File managers for Ubuntu
00
Working with files in Ubuntu is done through the appropriate Manager. All of the distributions developed on the Linux kernel, allows the user to fully
Linux Hub