Thursday, April 30, 2020

How to Install phpMyAdmin with Apache (LAMP) on Ubuntu 20.04

This tutorial will be showing you how to install phpMyAdmin with Apache, MariaDB, PHP7.4 (LAMP stack) on Ubuntu 20.04 LTS. phpMyAdmin is a free and open-source web-based database management tool written in PHP. It provides a graphical web interface for users to manage MySQL or MariaDB database. We are also going to learn how to…


Read full story here:
How to Install phpMyAdmin with Apache (LAMP) on Ubuntu 20.04

Wednesday, April 29, 2020

Install NextCloud on Ubuntu 20.04 with Apache (LAMP Stack)

This tutorial will be showing you how to install NextCloud on Ubuntu 20.04 LTS with Apache web server. What’s NextCloud? NextCloud is a free open-source self-hosted cloud storage solution. It’s functionally similar to Dropbox. Proprietary cloud storage solutions (Dropbox, Google Drive, etc) are convenient, but at a price: they can be used to collect personal…


Read full story here:
Install NextCloud on Ubuntu 20.04 with Apache (LAMP Stack)

Install NextCloud on Ubuntu 20.04 with Nginx (LEMP Stack)

This tutorial will be showing you how to install NextCloud on Ubuntu 20.04 LTS with Nginx web server. What’s NextCloud? NextCloud is a free open-source self-hosted cloud storage solution. It’s functionally similar to Dropbox. Proprietary cloud storage solutions (Dropbox, Google Drive, etc) are convenient, but at a price: they can be used to collect personal…


Read full story here:
Install NextCloud on Ubuntu 20.04 with Nginx (LEMP Stack)

Monday, April 27, 2020

Install Roundcube Webmail on Ubuntu 20.04 with Apache/Nginx

Roundcube is a free and open source webmail client written in PHP. A webmail is a mail client in your browser, which means instead of reading and sending emails from a desktop mail client like Mozilla Thunderbird, you can access your email from a web browser. Roundcube functionality includes MIME support, address book, folder management,…


Read full story here:
Install Roundcube Webmail on Ubuntu 20.04 with Apache/Nginx

Saturday, April 25, 2020

Install Mailtrain v1.24 on Ubuntu 20.04 Server Without Docker

This tutorial will show you how to install Mailtrain on Ubuntu 20.04 without Docker. Mailtrain is an open-source self-hosted newsletter application, an alternative to commercial email service providers like Mailchimp. You can use Mailtrain to send newsletters to your email subscribers via your own email server or by using any SMTP relay service (Mailjet, SendGrid,…


Read full story here:
Install Mailtrain v1.24 on Ubuntu 20.04 Server Without Docker

How to Install Dropbox on Ubuntu 20.04 From Official Repository

This tutorial will be showing you how to install Dropbox on Ubuntu 20.04 LTS desktop from Dropbox Linux repository. We will not download the installer from Dropbox Linux Download page, because the installer on that page is outdated. Install Dropbox on Ubuntu 20.04 From Official Repository If you don’t have a Dropbox account yet, then…


Read full story here:
How to Install Dropbox on Ubuntu 20.04 From Official Repository

Install Jitsi Meet on Ubuntu 20.04 – Self-Hosted Video Conferencing

This tutorial is going to show you how to install Jitsi Meet on Ubuntu 20.04 server. Jitsi Meet is a free open-source video conferencing software that works on Linux, macOS, Windows, iOS and Android. If you don’t trust Zoom, you can run your own video conferencing platform on your own server. Features of Jitsi Meet…


Read full story here:
Install Jitsi Meet on Ubuntu 20.04 – Self-Hosted Video Conferencing

Friday, April 24, 2020

Install Jitsi Meet on Ubuntu 18.04 - Self-Hosted Video Conferencing

This tutorial is going to show you how to install Jitsi Meet on Ubuntu 18.04 server. Jitsi Meet is a free open-source video conferencing software that works on Linux, macOS, Windows, iOS and Android. If you don’t trust Zoom, you can run your own video conferencing platform on your own server. Features of Jitsi Meet…


Read full story here:
Install Jitsi Meet on Ubuntu 18.04 - Self-Hosted Video Conferencing

Tuesday, April 21, 2020

Integrate Collabora Online with Nextcloud on Ubuntu without Docker

This tutorial is going to show you how to install Collabora Online on Ubuntu and then integrate it with an existing Nextcloud server without using Docker. Collabora Online is a self-hostable and LibreOffice-based open-source online office suite. Its features include: Basic editing High fidelity, WYSIWYG rendering Supports DOC, DOCX, PPT, PPTX, XLS, XLSX, ODF document…


Read full story here:
Integrate Collabora Online with Nextcloud on Ubuntu without Docker

Monday, April 20, 2020

How to Set Up Prosody XMPP Server on Ubuntu 18.04

Prosody is a free open-source XMPP server written in Lua. It’s fast and lightweight. XMPP is a great protocol for instant messaging. This tutorial is going to show you how to install and configure Prosody XMPP server on Ubuntu 18.04. Once you have finished this tutorial, you will have your own chat server. Step 1:…


Read full story here:
How to Set Up Prosody XMPP Server on Ubuntu 18.04

Sunday, April 12, 2020

Set Up OpenConnect VPN Server (ocserv) on Ubuntu 20.04 with Let’s Encrypt

This tutorial is going to show you how to run your own VPN server by installing OpenConnect VPN server on Ubuntu 20.04. OpenConnect VPN server, aka ocserv, is an open-source implementation of Cisco AnyConnnect VPN protocol, which is widely used in businesses and universities. AnyConnect is an SSL-based VPN protocol that allows individual users to…


Read full story here:
Set Up OpenConnect VPN Server (ocserv) on Ubuntu 20.04 with Let’s Encrypt

Set Up Local DNS Resolver on Ubuntu 20.04 with BIND9

This tutorial will be showing you how to set up a local DNS resolver on Ubuntu 20.04, with the widely-used BIND9 DNS software. A DNS resolver is known by many names, some of which are listed below. They all refer to the same thing. full resolver (in contrast to stub resolver) DNS recursor recursive DNS…


Read full story here:
Set Up Local DNS Resolver on Ubuntu 20.04 with BIND9

Saturday, April 11, 2020

How to Install RainLoop Webmail on Ubuntu 20.04 with Apache/Nginx

In previous articles, we discussed how to set up your own mail server on Ubuntu from scratch. This tutorial is going to show you how to install RainLoop Webmail on Ubuntu 20.04 with Apache or Nginx web server. RainLoop is a simple, modern, fast and open-source Web-based email client written in PHP. RainLoop webmail Features…


Read full story here:
How to Install RainLoop Webmail on Ubuntu 20.04 with Apache/Nginx

Part 3: PostfixAdmin – Create Virtual Mailboxes on Ubuntu 20.04 Mail Server

In previous articles, we discussed how to set up your own mail server on Ubuntu from scratch. In part 1 and part 2 of this tutorial series, we learned how to set up Postfix SMTP server and Dovecot IMAP server, but so far we can only have email addresses for users with local Unix accounts.…


Read full story here:
Part 3: PostfixAdmin – Create Virtual Mailboxes on Ubuntu 20.04 Mail Server

Friday, April 10, 2020

How to Install LAMP Stack on Ubuntu 20.04 Server/Desktop

This tutorial is going to show you how to install LAMP stack on Ubuntu 20.04 LTS. A software stack is a set of software tools bundled together. LAMP stands for Linux, Apache, MariaDB/MySQL and PHP, all of which are open source and free to use. It is the most common software stack that powers dynamic…


Read full story here:
How to Install LAMP Stack on Ubuntu 20.04 Server/Desktop

How to Install LEMP Stack on Ubuntu 20.04 Server/Desktop

This tutorial is going to show you how to install LEMP stack (Nginx, MariaDB, and PHP7.4) on Ubuntu 20.04. A software stack is a set of software tools bundled together. LEMP stands for Linux, Nginx (Engine-X), MariaDB/MySQL and PHP, all of which are open source and free to use. It is the most common software…


Read full story here:
How to Install LEMP Stack on Ubuntu 20.04 Server/Desktop

Thursday, April 9, 2020

2 Ways to Upgrade Ubuntu 19.10 To Ubuntu 20.04 (Graphical & Terminal)

Ubuntu 20.04 Focal Fossa will be released on April 23, 2020. This tutorial is going to show you 2 ways to upgrade from Ubuntu 19.10 to Ubuntu 20.04: using the graphical update manager and using the command line. Normally you use the graphical update manager to upgrade Ubuntu desktop and use the command line to…


Read full story here:
2 Ways to Upgrade Ubuntu 19.10 To Ubuntu 20.04 (Graphical & Terminal)

2 Ways to Upgrade Ubuntu 18.04 To Ubuntu 20.04 (Graphical & Terminal)

Ubuntu 20.04 Focal Fossa will be released on April 23, 2020. This tutorial is going to show you 2 ways to upgrade from Ubuntu 18.04 to Ubuntu 20.04: using the graphical update manager and using the command line. Normally you use the graphical update manager to upgrade Ubuntu desktop and use the command line to…


Read full story here:
2 Ways to Upgrade Ubuntu 18.04 To Ubuntu 20.04 (Graphical & Terminal)