Harish Kumar

Harish Kumar

1623133734

How to install phpMyAdmin on Nginx (LEMP Server) | Setup Web Dev Environment Ubuntu

Installing PHPMyAdmin sometimes become painful. To have access to all the commands required, I am writing this post. We will install PHPMyAdmin on LEMP stack. LEMP stack contains Linux, Nginx, MySQL, and PHP.

Step 1 — Install PHPMyAdmin

To install PHPMyAdmin, just run the following in your terminal.

sudo apt-get install phpmyadmin

Now you will see two options. For our installation, we won’t select one of them. Press the tab button and enter OK. Enter password of MySQL when asked.

Step 2 — Setup PHPMyAdmin for NGINX

sudo ln -s /usr/share/phpmyadmin /var/www/html

Step 3 — Boom! restart NGINX server

sudo systemctl restart nginx 
# OR 
sudo service nginx restart 

Now you’ve PHPMyAdmin available on your server. You can check on localhost/phpmyadmin or yourhostname/phpmyadmin.

#phpmyadmin #database #mysql #ubuntu #nginx #lemp

What is GEEK

Buddha Community

How to install phpMyAdmin on Nginx (LEMP Server) | Setup Web Dev Environment Ubuntu
Harish Kumar

Harish Kumar

1623133734

How to install phpMyAdmin on Nginx (LEMP Server) | Setup Web Dev Environment Ubuntu

Installing PHPMyAdmin sometimes become painful. To have access to all the commands required, I am writing this post. We will install PHPMyAdmin on LEMP stack. LEMP stack contains Linux, Nginx, MySQL, and PHP.

Step 1 — Install PHPMyAdmin

To install PHPMyAdmin, just run the following in your terminal.

sudo apt-get install phpmyadmin

Now you will see two options. For our installation, we won’t select one of them. Press the tab button and enter OK. Enter password of MySQL when asked.

Step 2 — Setup PHPMyAdmin for NGINX

sudo ln -s /usr/share/phpmyadmin /var/www/html

Step 3 — Boom! restart NGINX server

sudo systemctl restart nginx 
# OR 
sudo service nginx restart 

Now you’ve PHPMyAdmin available on your server. You can check on localhost/phpmyadmin or yourhostname/phpmyadmin.

#phpmyadmin #database #mysql #ubuntu #nginx #lemp

Lenora  Hauck

Lenora Hauck

1593507060

How to Install Nginx, MySQL & PHP (LEMP) on Ubuntu 20.04

A combination of Linux, Nginx, MySQL, and PHP is known as LEMP stack is the popular web hosting environment for the PHP based application. Here Linux is an operating system, Nginx is the popular web server, MySQL is relational database management system used for storing data and PHP is the widely used programming language.

This article will help you to install Nginx, MySQL 8.0 and PHP 7.4 on Ubuntu Linux system. Let’s begin with the installation of LEMP stack your Ubuntu machine.

Prerequisites

Before beginning the LEMP installation on Ubuntu:

  • A running Ubuntu 20.04 system
  • Login as sudo proviledged account on your system. To create it follow initial server setup tutorial.
  • A domain/subdomain name pointed to your server

#ubuntu #lemp #lemp on ubuntu 20.04 #nginx #setup lemp on ubuntu

Chet  Lubowitz

Chet Lubowitz

1595429220

How to Install Microsoft Teams on Ubuntu 20.04

Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects. However, Microsoft Teams is available for macOS, Windows, and Linux operating systems available now.

In this tutorial, we will show you how to install Microsoft Teams on Ubuntu 20.04 machine. By default, Microsoft Teams package is not available in the Ubuntu default repository. However we will show you 2 methods to install Teams by downloading the Debian package from their official website, or by adding the Microsoft repository.

Install Microsoft Teams on Ubuntu 20.04

1./ Install Microsoft Teams using Debian installer file

01- First, navigate to teams app downloads page and grab the Debian binary installer. You can simply obtain the URL and pull the binary using wget;

$ VERSION=1.3.00.5153
$ wget https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_${VERSION}_amd64.deb

#linux #ubuntu #install microsoft teams on ubuntu #install teams ubuntu #microsoft teams #teams #teams download ubuntu #teams install ubuntu #ubuntu install microsoft teams #uninstall teams ubuntu

Ollie  Dietrich

Ollie Dietrich

1626853680

Setup Web Dev Environment Ubuntu #5: Install phpMyAdmin on Nginx server & TablePlus

In this tutorial, you will learn the installation of phpMyAdmin on an Nginx server, PHP 8.0 (LEMP) on an Ubuntu system. phpMyAdmin is a free and open-source database management tool written in PHP. It provides a web-based interface for users to manage the MySQL database.

In this video, you will also see the installation of TablePlus (Database management tool) in Ubuntu.

🗒 Install phpMyAdmin Manually with Nginx server on Ubuntu
🔗 https://qirolab.com/posts/install-phpmyadmin-manually-with-nginx-server-on-ubuntu-1610792270

#1: Install Ubuntu with Partitions
🔗 https://www.youtube.com/watch?v=vcOMWfykE34

#2: 10 Things to Do After Installing Ubuntu
🔗 https://www.youtube.com/watch?v=Qyl2p2H4bVs

#3: Install ZSH with oh-my-zsh on Terminal
🔗 https://www.youtube.com/watch?v=ANxLmiLXtFM

#4: How to install Laravel Valet Linux Plus
🔗 https://www.youtube.com/watch?v=9Tc4fRLuj2A

▶ Setup Web Development Environment On Ubuntu Playlist
🔗 https://www.youtube.com/playlist?list=PL1TrjkMQ8UbUsk2YD-gJ_OfJWi_pIJ5BV

Timestamps:
00:00 Introduction
01:26 Download the latest phpMyAdmin
04:11 Configure PHPMyAdmin
05:54 Create an Nginx Server Block
07:00 Change Authentication method for MySQL 8 User
09:43 Install TablePlus

Support my work:

  1. On BuyMeACoffee: https://www.buymeacoffee.com/qirolab
  2. On Patreon: https://www.patreon.com/qirolab

𝐃𝐢𝐠𝐢𝐭𝐚𝐥𝐎𝐜𝐞𝐚𝐧 𝐑𝐞𝐟𝐞𝐫𝐫𝐚𝐥
https://m.do.co/c/e740238537d0

Also, follow us on:
𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: https://fb.com/qirolab
𝐓𝐰𝐢𝐭𝐭𝐞𝐫: https://twitter.com/qirolab

#phpmyadmin #nginx #tableplus #ubuntu

Chet  Lubowitz

Chet Lubowitz

1595515560

How to Install TeamViewer on Ubuntu 20.04

TeamViewer is a cross-platform, proprietary application that allows a user to remotely connect to a workstation, transfer files, and have online meetings. In this tutorial, we will walk you through how to install TeamViewer on Ubuntu 20.04 Desktop through the command line.

Prerequisites

Before continuing with this tutorial, make sure you are logged in as a user with sudo privileges.

Installing TeamViewer on Ubuntu

01- To install TeamViewer, first, download the TeamViewer .deb package. So, open the Terminal and run the following wget command.

$ wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb

02- Once you have downloaded the TeamViewer‘s Debian package, execute the following command to install Teamviewer:

$ sudo apt install ./teamviewer_amd64.deb

The system will prompt you with a [Y/n] option. Type ‘Y‘ and hit the enter key in order for to continue the installation.

03- Once the installation is done, you can launch TeamViewer either by typing the command teamviewer in your terminal or by clicking on the TeamViewer icon (Activities -> TeamViewer).

04- A pop-up License Agreement will be displayed. To proceed, click on the Accept License Agreement button.

#linux #ubuntu #install teamviewer #install teamviewer ubuntu #teamviewer #teamviewer ubuntu #teamviewer ubuntu install #ubuntu install teamviewer