Showing 270 - 279 of 347 tutorials
Pre-installed applications
Docker images are the cornerstone of your Docker environment, serving as templates from which containers are created. However, these images can...
77816
Mar 18, 2019
Pre-installed applications
Software development is one of the most challenging areas to work in. Fortunately, the right tools can make the development process more streamlined...
33973
0
Mar 18, 2019
Managing, monitoring and security
The Linux sed command lets you find, replace, insert, and delete lines in a file without opening it using a text editor. Suitable for piped input and...
41242
0
Mar 15, 2019
Pre-installed applications
When comparing NGINX vs. Apache, architecture plays the biggest role. Here’s how the two web servers differ in terms of architecture, performance,...
89979
0
Mar 15, 2019
Pre-installed applications
Many sysadmins use Docker in their work because of the advantages it provides when handling containers in Linux. Docker is used primarily for the...
50721
1
Mar 14, 2019
Managing, monitoring and security
People usually associate the touch command in Linux with creating files. However, like many other Linux commands, it offers much broader...
54544
0
Mar 14, 2019
Pre-installed applications
PostgreSQL is a popular open-source relational database management system (RDBMS) known for its scalability and efficiency in handling large amounts...
51399
0
Mar 14, 2019
Pre-installed applications
Redis is an in-memory database used to store data temporarily as a cache to reduce server load and improve application performance. It is also a...
110819
2
Mar 13, 2019
Pre-installed applications
Typically, software development presents its own set of challenges. One of them is ensuring that software is built, tested, and deployed in a timely...
70946
1
Mar 12, 2019
0