Tutorials
Porting Linux to a different drive
03
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
03
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
News
The release of Ubuntu LTS 18.04.3. The transition core 5.0
05
Those who wanted to try out Ubuntu 18.04 LTS can download the latest release, which is available for download from today. Ubuntu 18.04.3 is the third of
Linux Hub
Tutorials
Install NetworkManager in Ubuntu
02
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
02
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
CentOS
CentOS Atomic Host 7.1802 Available for Download
02
The CentOS Atomic SIG has released an updated version of CentOS Atomic Host (7.1802), a lean operating system designed to run Linux containers, built from
Linux Hub
Tutorials
Uniq Linux
02
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
Software
Moeditor
02
Moeditor — featured Electron (JavaScript) / GTK visual Markdown editor. Markdown — presented in 2004 year, the lightweight markup languagecreated with
Linux Hub
Tutorials
Configuring Xdebug in PhpStorm
02
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
Software
Wemed
02
Wemed is a specialized C++ / GTK (WebKit) graphical application to view, create and edit documents in the format of MIME. MIME (Multipurpose Internet Mail
Linux Hub
Tutorials
How to run process in background Linux
02
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