ubuntu

How To Install And Configure mod_deflate On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install And Configure mod_deflate On Ubuntu 14.04

Mod\_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to download it faster. This is valuable not only for clients with lower bandwidth, but it is also taken into consideration by search engines when evaluating your site performance and its page rank.

Read more
How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OpenLDAP and phpLDAPadmin on Ubuntu 16.04

In this guide, we will discuss how to install and configure the OpenLDAP server on Ubuntu 16.04. We will then install phpLDAPadmin, a web interface for viewing and manipulating LDAP information. We will secure the web interface and the LDAP service with SSL certificates from Let’s Encrypt, a provider of free and automated certificates.

Read more
Ubuntu 20 .04にPostfixをインストールして設定 する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20 .04にPostfixをインストールして設定 する方法

Postfixは人気のあるオープンソースのメール転送エージェント(Mail Transfer Agent: MTA)であり、Linuxシステムで電子メールのルーティングや配信に使用できます。インターネット上のパブリックメールサーバーの約25%がPostfixを実行していると推定されます。このガイドでは、Ubuntu 20.04サーバーにPostfixをインストールして設定する方法を学びます。

Read more
How To Install and Configure Sphinx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Sphinx on Ubuntu 16.04

Sphinx is an open source search engine that allows full-text searches. In this tutorial we will set up Sphinx with MySQL server using the example SQL file included in the distribution package to give you a basic idea of how to use Sphinx for your project.

Read more
How to Install and Configure VNC on Ubuntu 20.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure VNC on Ubuntu 20.04 [Quickstart]

Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. In this quickstart tutorial, you’ll set up a VNC server on an Ubuntu 20.04 server and connect to it securely through an SSH tunnel.

Read more
How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04

To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.

Read more
How To Install and Use Command Line Cheat Sheets on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Command Line Cheat Sheets on Ubuntu 14.04

Cheat is a command line based Python program that allows system administrators to view and store helpful cheat sheets. It retrieves plain-text examples of a chosen command in order to remind the user of options, arguments, or common uses. Cheat is ideal for “commands that you use frequently, but not frequently enough to remember.”

Read more
CHAT