Category: Ubuntu Linux

Articles based on Ubuntu Linux, including installing packages, managing user accounts, sharing files with Windows machines and more.

  • How to Run Cron Jobs every Minute, Hour, Day on Ubuntu Linux

    How to Run Cron Jobs every Minute, Hour, Day on Ubuntu Linux

    The post provides an in-depth guide to configuring and scheduling cron jobs in Ubuntu Linux, which are executed at specified intervals for routine tasks like log cleaning or system file backups. Using a cron table (crontab), one can schedule tasks to run by the minute, hour, day, month, or year using multiple operators. The post…

  • How to Rebrand (or Change Domain Name) in WordPress

    How to Rebrand (or Change Domain Name) in WordPress

    This post provides a step-by-step guide to rebranding or changing a domain name in WordPress. Thus, it starts with registering a new domain name, creating a new virtual host or server block, and redirecting traffic from the old domain to the new one. The post then shifts to updating the WordPress database and verifying the…

  • How to Play DVD in Ubuntu Linux

    How to Play DVD in Ubuntu Linux

    Ubuntu Linux, by default, does not support encrypted or region-protected DVDs. Users need to install the correct codecs and certain packages such as libdvd. This post provides step-by-step instructions on how to enable the multiverse repository, install the libdvd-pkg, and set up additional packages and plugins to watch DVDs and videos in Ubuntu Linux.

  • Install Ionic Framework on Ubuntu: A Step-by-Step Guide

    Install Ionic Framework on Ubuntu: A Step-by-Step Guide

    The post guides students and new users on installing and using the Ionic Framework on Ubuntu Linux. Ionic is an open-source, cross-platform framework used for creating Angular, React, and Vue applications across Android, iOS, and other devices. The process begins with installing Node.js and NPM, followed by the Ionic command-line utility. Once set up, the…

  • Install Angular CLI on Ubuntu: A Step-by-Step Guide

    Install Angular CLI on Ubuntu: A Step-by-Step Guide

    This post teaches how to install and use Angular CLI on Ubuntu Linux. First, the NVM environment is installed and activated. Then, Node.js v16 is installed. After Node.js and NPM are set up, the latest Angular CLI can be installed. The post also outlines how to create, build, serve a new Angular project on a…

  • How to Install LibreOffice on Ubuntu Linux

    How to Install LibreOffice on Ubuntu Linux

    The post guides students and new Linux users on installing LibreOffice, a free, open-source productivity software, on Ubuntu Linux. LibreOffice, a successor to OpenOffice, comes with diverse applications including word processing, spreadsheets, presentations, and more. The article details installation procedures, either automatically with a desktop version of Ubuntu, manually by downloading the DEB package, or…

  • How to Delete Let’s Encrypt SSL Certificates

    How to Delete Let’s Encrypt SSL Certificates

    The post provides a guide for students and new users on how to delete Let’s Encrypt SSL certificates using Certbot on Ubuntu Linux. Certbot, a command-line tool, is utilized for creating, renewing, revoking, and deleting these certificates. Instructions are given for signing into the server and using the command terminal to execute deletion commands.

  • Install GlassFish Server on Ubuntu: Quick Guide

    Install GlassFish Server on Ubuntu: Quick Guide

    The provided content details a step-by-step process on how to install GlassFish JAVA application server on Ubuntu Linux. It begins by explaining the role and benefits of using GlassFish, especially for developers. The tutorial progresses with precise commands for installing JAVA and GlassFish on Ubuntu Linux and configuring the GlassFish server. Advanced settings involving a…

  • How to Install Apache Solr on Ubuntu Linux

    How to Install Apache Solr on Ubuntu Linux

    This post provides a guide on installing Apache Solr, an open-source search platform, on Ubuntu Linux. The process involves installing Java, downloading and extracting Solr, installing it using provided commands, checking the service status, and configuring data collections. Users are also guided on allowing external access, configuring the firewall, and accessing the admin console.

  • How to Install Plex Desktop on Ubuntu Linux

    How to Install Plex Desktop on Ubuntu Linux

    The post guides students and new users on installing the Plex Linux desktop client on Ubuntu Linux, a requirement to stream media via Plex at home or remotely. Previously not available, a Plex Linux desktop app has been released via Snap, facilitating content streaming on Linux desktops. The app can be installed using apt-get commands…