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 human-readable programming languageContinue reading “Netplan Static IP – Configure static IP address on Ubuntu 18.04”
Tag Archives: tutorial
Install NextCloud Server by Manual Method On Ubuntu 16.04 | 18.04 With Apache2, MariaDB And PHP 7.3 — LinuxBots
Nextcloud is a fork of ownCloud used for file-sharing servers to store your personal data like documents and pictures in a centralized location, like Dropbox or Google Drive. Nextcloud is fully open-source software. Your data privacy and security are much better when you use a self-hosted server instead of using Third-party cloud services like Google Drive or Dropbox.Continue reading “Install NextCloud Server by Manual Method On Ubuntu 16.04 | 18.04 With Apache2, MariaDB And PHP 7.3 — LinuxBots”
Print Awesome ASCII Text in Linux Terminal – LinuxBots
In this article, we will learn how to print colorful and exciting ASCII text banners in Linux Terminal. We have two command-line tools called Figlet and Toilet for making this possible. The Figlet tool is written by John Cowan and the Toilet tool is written by Sam Hocevar. Both tools are having many interesting options. So let’s get into it and haveContinue reading “Print Awesome ASCII Text in Linux Terminal – LinuxBots”