Category: Ubuntu Linux

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

  • How to Restart Ubuntu Linux: A Complete Guide

    How to Restart Ubuntu Linux: A Complete Guide

    The post explains various methods to restart an Ubuntu Linux PC. These include the standard approach through the system menu, using the command line, and as a last resort, manually using the power button. Each method is suitable depending on the situation, and the user’s comfort and preference.

  • How to Properly Shut Down Ubuntu Linux: A Complete Guide

    How to Properly Shut Down Ubuntu Linux: A Complete Guide

    The post elaborates various ways to shut down a Ubuntu Linux PC. Options include using the power button, engaging the system menu, or via the command line. However, caution is advised when shutting down with the power button as ongoing processes may not be saved. The shutdown method should be chosen based on the user’s…

  • 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…