The objective is to install Communitheme on Ubuntu 18.04 Bionic Beaver Linux. Please be aware that you may encounter numerous issues when using Ubuntu communitheme as this is also a reason why Communitheme was not selected as a default theme for Ubuntu 18.04 LTS release.
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver Linux
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
Gnome extensions are designed to extend the functionally of your Gnome desktop. Gnome extensions are also a great way to customize your desktop to add tools and functionally based on per user requirements. This article lists some of the best extensions available.
Install Laravel with Nginx and MariaDB on Ubuntu 18.04
Distributions
Ubuntu 18.04 Bionic Beaver
Requirements
A working install of Ubuntu 18.04 with root privileges
Difficulty
Easy
Conventions
# - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ - requires given linux commands to be executed as a regular non-privileged user
Introduction
Laravel as quickly earned its place as the top PHP framework. It brought a lot of developer friendly features found in other frameworks like Rails to the PHP ecosystem, and in doing so, modernized PHP development.
If you're looking to develop with Laravel or host it on Ubuntu 18.04, the setup process has never been easier. Since Laravel is PHP, there are a couple of ways to handle this, but Nginx and MariaDB provide a fairly straightforward way to get your project running with modern production-ready tools.
The objective of this article is to provide the reader with a basic instructions on how to customize the dock panel on the default Gnome Ubuntu 18.04 Bionic Beaver desktop.
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver
Software: - GNOME Shell 3.28.1 or higher
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
In this article we will be installing Stacer as an alternative system monitoring tool for Ubuntu 18.04 Linux Desktop.
Stacer allows Ubuntu users to monitor and optimize multiple aspects of their operating system. Stacer monitoring includes but is not limited to CPU load monitoring, disk performance and usage. Stacer also allows for number of system configurations as well as it is capable to perform disk clean up.
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver
Software: - Stacer 1.0.9
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
The objective of this article is to provide reader with instructions on how to install LaTeX on Ubuntu 18.04.
Furthermore, this article will also explain the procedure on how to compile a basic Latex document from a command line. Lastly, the reader will be introduced to some of the best LaTeX editors available on the Ubuntu 18.04 system.
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver Linux
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
Did you know you could install a desktop environment with a single command?
GNOME 3 is a default Ubuntu 18.04 desktop environment but this does not stop you to install and use some other desktop environments as there are many to choose from.
To make your search for the best Ubuntu desktop environment easier, we choose 8 Ubuntu desktop environments for your consideration. Our list of recommended desktops for Ubuntu 18.04 Bionic Beaver Linux is complemented with links to instructions on how to install each desktop environment which we hope will turn out to be a very useful feature of this article.
So have fun and experiment with different desktop environments to find the one that suits you most. Follow the links and navigate to our desktop installation articles to see more screenshots of the Ubuntu desktop that interests you the most.
KVM is the Linux kernel's own answer to virtualization. As a result, it's the lightest, most stable, and most universal virtualization option for Linux systems. While, KVM isn't as simple to set up as packaged solutions like VirtualBox, it's ultimately more efficient and flexible.
The objective is to install Kubernetes on Ubuntu 18.04 Bionic Beaver Linux
Operating System and Software Versions
Operating System: - Ubuntu 18.04 Bionic Beaver Linux
Software: - Kubernetes v1.10.0
Requirements
Privileged access to your Ubuntu System as root or via sudo command is required.
Scenario
In this guide we will be configuring the simplest possible Kubernetes cluster consisting of two nodes. The first node with hostname kubernetes-master will act as the master node.
The second node with hostname kubernetes-master also running Ubuntu 18.04 will be a slave node simply joining the Kuberneets cluster. Once we get the Kubernetes cluster up and running as a proof of concept we will deploy a Nginx server container.