Tag: Ubuntu Linux

Ubuntu is the modern, open-source operating system on Linux for enterprise servers, desktops, cloud, and IoT.

  • How to Install and Use ArangoDB on Ubuntu Linux

    How to Install and Use ArangoDB on Ubuntu Linux

    ArangoDB is a free, open-source, multi-model NoSQL database system offering high availability and eliminating single failure points. It offers a paid version for enterprises with additional support. Supporting native multi-model and search capabilities, ArangoDB is utilized by companies processing large volumes of data. The article also provides a detailed guide on installing and configuring ArangoDB…

  • How to Install Koel Media Streamer on Ubuntu Linux

    How to Install Koel Media Streamer on Ubuntu Linux

    Koel is an open-source personal web media streamer, optimized for MP3 streaming and compatible with any media format streamed over the internet. This tutorial guides users on how to install the Koel streaming server on Ubuntu 16.04 and 18.04 LTS servers and desktops. The instructions include installation of MariaDB Database Server, PHP, Node.js, Yarn and…

  • How to Flush or Clear DNS Cache on Ubuntu Linux

    How to Flush or Clear DNS Cache on Ubuntu Linux

    Ubuntu’s DNS cache is a temporary database storing records of recent internet domain visits. If corrupted, it may hinder domain name resolution. Users can rectify this by clearing the cache using specific commands. Ubuntu uses systemd-resolved for network name resolution and caching. If internet connection issues or browser problems arise, users should consider clearing their…

  • How to Delete MySQL Database and User on Ubuntu Linux

    How to Delete MySQL Database and User on Ubuntu Linux

    The post is a tutorial showing how to delete old MySQL databases and associated user accounts via the Ubuntu command line, a task particularly relevant for those managing websites with content management systems like WordPress. It underlines the permanence and potential risk of these actions and provides step-by-step commands for both dropping databases and user…

  • How to Install Zimbra Desktop Email Client on Ubuntu Linux

    How to Install Zimbra Desktop Email Client on Ubuntu Linux

    Zimbra Desktop, an email client compatible with Windows, macOS, and Linux, allows users to manage and sync their emails, contacts, calendars, and other documents from various online accounts locally. It requires Java installation, after which users can install Zimbra using specific commands, and configure it for their profile. This desktop application supports Yahoo Mail, Gmail,…

  • Installing Foreman Server Manager on Ubuntu Linux

    Installing Foreman Server Manager on Ubuntu Linux

    Foreman is a comprehensive life-cycle management tool for Linux systems, including Ubuntu, providing a user-friendly web interface for system administration. By supporting agents such as Puppet, Chef, Salt, and Ansible, it allows easy automation of tasks, quick deployment of applications, and proactive server management. The post provides instructions to install Foreman on Ubuntu, turning complex…

  • How to Install Hexo CMS (Node.js) on Ubuntu Linux

    How to Install Hexo CMS (Node.js) on Ubuntu Linux

    The post explains the process of installing Hexo, a simple and fast blogging framework on Ubuntu. It starts with prerequisites, like installing Ruby and Node.js, and then proceeds to install Hexo. Hexo supports all GitHub markdown features, Octopress plugins, and even Jade and CoffeeScript via its plugin system. It’s user-friendly, requiring no knowledge of templating…

  • How to Install Cachet with Apache on Ubuntu Linux

    How to Install Cachet with Apache on Ubuntu Linux

    This tutorial guides users through installing the Cachet status page system on Ubuntu with Apache2, MariaDB, and PHP 7.2. Cachet helps communicate app statuses to customers. The instructions detail installing and configuring Apache2, MariaDB, and PHP. Steps include securing MariaDB, creating a Cachet database, and setting up Cachet with Composer. The process ends with configuring…

  • How to Setup CMSUno with Nginx on Ubuntu Linux

    How to Setup CMSUno with Nginx on Ubuntu Linux

    This brief tutorial will show students and new users how to install CMSUno CMS on Ubuntu 16.04 / 18.10 and 18.04 LTS. CMSUno is an open-source, flat-file (no databases) content management system (CMS) based on PHP and jQuery that lets you quickly build beautiful and responsive websites for your projects or clients. No database servers are…

  • Install and Configure VNC Server on Ubuntu Linux

    Install and Configure VNC Server on Ubuntu Linux

    This tutorial guides on installing the Virtual Network Computing (VNC) server on Ubuntu 16.04 or 18.04, which allows remote connections using the VNC protocol. It explains how to install a light desktop environment, ‘Xfce’, before installing the VNC server, specifically ‘TigerVNC’. The tutorial also covers initial setup, VNC server configuration, and checking its status.