The sudo command provides a mechanism for granting administrator privileges to normal users. This guide will show you the easiest way to create a sudo user on Ubuntu. After that, you can use this user account to execute administrative commands without a need to logging in to your Ubuntu server as a root user....
LEMP stack on Ubuntu 18.04 is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. LEMP stands for Linux OS, with the Nginx (pronounced like “Engine-X”) web server, Data store in a MySQL database, and dynamic content is processed by PHP. Install...
LAMP stack on Ubuntu 18.04 is a group of open-source software that is typically installed together to host dynamic websites. LAMP stands for Linux OS, with Apache web server, Data store in a MySQL database, and dynamic content is processed by PHP. Install LAMP Stack on Ubuntu 18.04# This tutorial will shows one by...
Ubuntu 18.04 LTS has a new method to configure static ip addresses. Unlike the previous versions, the Ubuntu 18.04 uses Netplan, a new command line network configuration utility, to configure IP address. Netplan enables easily configuring networking on a system via YAML files. The default configuration files of Netplan are found under /etc/netplan/ directory....
MySQL is an open-source and most popular database management system. MySQL installation on Ubuntu is very easy and it’s commonly being a part of the popular LAMP and LEMP stacks. This tutorial will help you to install MySQL on Ubuntu 18.04 Bionic Beaver systems. Prerequisites# Ubuntu 18.04 server with a non-root user with sudo...
Now, Ubuntu 18.04 LTS release is available to download. So, you can download Ubuntu 18.04 LTS iso file from below. You also can check other favors of Ubuntu 18.04 from Ubuntu official website. Ubuntu 18.04 LTS Download Links# From following links you can download ISO images of Ubuntu Server and Desktop editions. Desktop Edition#...
This tutorial shows you how to reset Gnome Shell to its original status in Ubuntu 18.04 LTS Linux system. Login to your Ubuntu 18.04 system and follow below steps and after that reboot your system. Reset Gnome Desktop on Ubuntu 18.04# At first, open the Tweaks settings on your system by searching “Tweaks” on...
Ubuntu 18.04 LTS released on 26th April 2018. Ubuntu 18.04 is codenamed Bionic Beaver. This is the latest LTS release of Ubuntu after the release of Ubuntu 17.10. Download Ubuntu 18.04 (Bionic Beaver)# Ubuntu 18.04 LTS (Bionic Beaver) is available for download in Desktop and server editions. Download Desktop Edition Download Server Edition Ubuntu Upgrade...
How to Upgrade Ubuntu 16.04 to Ubuntu 18.04 LTS. It’s easy to upgrade to Ubuntu 18.04 without reinstalling the operating system. Ubuntu provides two types of releases, one is Standard release and second is Long Term Support (LTS) release. A new Ubuntu 18.04 LTS release is available to upgrade, if you are already using...