Ubuntu Remote Desktop builtin Screen Sharing

ubuntu-remote-deskop-feature-image

When you are working from home or want to access a Ubuntu system that is on a different location, the best way is to set up Ubuntu’s Built-in “Screen Sharing” feature. This Remote Desktop feature gives you control over your Desktop from any other location with the help of any computer or mobile device. The … Read more

How to upgrade to Python 3.8 on Ubuntu 18.04 LTS

install-python-3.8

In this article, we will upgrade to python 3.8 and configure it as the default version of python. The current stable version of python released on 14 Oct. 2019. Many ubuntu users are facing problems during upgrading python to the latest version. Python 3.6.9 available as default when we install Ubuntu 18.04 LTS. Python 3.8 is not … Read more

Netplan Static IP – Configure static IP address on Ubuntu 18.04

Netplan, the new interface configuration utility in Ubuntu introduced in Ubuntu 17.10. For configuring static IP in Ubuntu 18.04 we will use Netplan. In the same vein, all the latest versions of Ubuntu Server and Desktop uses Netplan to manage and configure network settings. Netplan reads network configuration from /etc/netplan/*.yaml. YAML is a commonly used … Read more

Tuning Nextcloud for better Performance

tuning-nextcloud-featured-image

In this article, we will learn Tuning Nextcloud Server performance by the use of Memory cache and required software optimization. For getting better performance, these settings should be implemented in every Nextcloud installation. Nextcloud can be used on a machine with a single-core CPU and 1 GB of ram but it depends on how many … Read more

How To Install OpenLiteSpeed Web Server on Ubuntu 16.04 LTS

OpenLiteSpeed Web Server is the Open Source edition of LiteSpeed Web Server. LiteSpeed is the 4th most popular web server on the internet. 4.7% of websites are using LiteSpeed Web Server on the internet till August 2019. OpenLiteSpeed Web Server comes with a built-in WebAdmin GUI to control and serve web sites. Below is the … Read more

CentOS Bootable USB on Linux

centos-bootable-usb-banner

In this tutorial, we learn how to make a bootable USB stick for CentOS on the Linux terminal. Whenever I tried to make a bootable USB for CentOS using a Tool, I faced issues during installation. Also on the CentOS Wiki Page, it suggested that dd command should be preferred for making bootable USB Stick … Read more

Fixed: Nginx showing blank PHP pages with FastCGI or PHP-FPM

Nginx-showing-blank-PHP-pages-banner

Every time when I configure a new Website or blog with Nginx and PHP-FPM, I missed this setting and then spend a lot of time searching for this issue on google. And every time I found the same issue which I will cover in this article. Before applying this fix you should check your access … Read more

Install WordPress 5.2 On Ubuntu 18.04 with Nginx, Mysql 8 and PHP 7.3

wp-5-with-nginx-banner

Introduction : WordPress is the most widely used open-source CMS (content management system) software available on the internet. With WordPress, you can easily create a beautiful and highly customizable Blog, Website or a Web app. WordPress uses Mysql for database and PHP processing. Latest WordPress 5.2.3 is released on September 5, 2019. In this tutorial, … Read more