Follow
💡

Ubuntu Linux

CMS 11 min read
Migrate Drupal to Google Cloud: A Step-by-Step Guide

The content provides a guide for migrating a Drupal website to Google Cloud without downtime. It involves processes like initial server inventory, registering and setting up Google Cloud, installing necessary software packages such as LAMP or LEMP, backing up current server data, copying the server content to Google Cloud, and restoring the data there. It also recommends configuration validations, domain redirections through DNS updates, and system fine-tuning post-migration.

December 29, 2021 Read more →
CMS 11 min read
Seamless WordPress Migration to Google Cloud

This post guides students through the process of migrating a WordPress website to Google Cloud without downtime. Key steps include preparing the new server environment, updating DNS records, duplicating configurations from the current server to Google Cloud, backing up server data, transferring and restoring content, and finally, updating DNS to point to the new server. The guide provides commands and procedures for each step to assist in successful migration.

Ubuntu Linux 6 min read
How to Create your Website on Google Cloud Server

This post is a comprehensive guide on setting up websites on Google Cloud servers, particularly those running Ubuntu Linux. Topics cover domain registration, Google Cloud server setup, installation of important software and packages, to the use of popular content management systems (CMS). The guide also highlights connecting to the Google Cloud server and creating websites on these servers. Tools to enhance website functionality are discussed, with additional steps on securing them with free SSL certificates.

December 28, 2021 Read more →
Ubuntu Linux 5 min read
Check PHP Version and Install on Ubuntu 24.04

This article details the steps to check and install a specific PHP version on Ubuntu 24.04, highlighting its significance for web development compatibility. It covers checking installed PHP versions, using the phpinfo() function, identifying PHP modules, and installing specific PHP versions via third-party repositories, ensuring optimal server performance and security.

Ubuntu Linux 6 min read
How to Check & Install Specific Nginx version on Ubuntu Linux

The post provides a detailed guide for determining which version of Nginx is running on a server or installing a specific Nginx version on Ubuntu Linux. Besides, it offers instructions for finding out which modules come with Nginx, and also covers how to install a particular version from a third-party repository, if it's not available in Ubuntu's repository.

December 27, 2021 Read more →
Ubuntu Linux 5 min read
How to Check & Install Specific Apache version on Ubuntu Linux

This post provides a comprehensive guide on how to check the version of Apache running on a server and how to install a particular Apache version on Ubuntu Linux. It covers basic information about Apache, detailed instructions to check server versions, loaded modules, and the process for installing specific Apache versions including the addition of third-party repositories for versions unavailable in Ubuntu Linux's repository.

Ubuntu Linux 6 min read
How to Install phpMyAdmin on Google Cloud Server

This blog post provides a step-by-step guide for beginners on installing phpMyAdmin, a free and open-source administration tool, on Google Cloud servers running Ubuntu Linux. The series also teaches how to register a domain, set up a Google Cloud server, install required software and packages, secure a phpMyAdmin website, and manage MySQL or MariaDB databases via a browser.

December 8, 2021 Read more →
Ubuntu Linux 5 min read
How to Set up a Nginx Server Block on Ubuntu Linux

This post provides a guide on configuring an Nginx server block file on Ubuntu Linux to host multiple websites on a single server. The tutorial covers creating website directory structures including a site's document root, modifying permissions, preparing basic HTML content for testing, and setting up Nginx virtual host files. The steps are repeatable for multiple domains.

December 7, 2021 Read more →
Ubuntu Linux 5 min read
How to Set up an Apache Virtual Hosts on Ubuntu Linux

This post explains how to configure an Apache Virtual Host file on Ubuntu Linux. Apache's Virtual Host feature enables running multiple websites on one server, each operating independently with unique settings. Instructions are provided on creating website directory structures and configuring the Virtual Host file, using the example.com domain as an exemplar. The process includes assigning permissions, creating an index.html file, and creating a site-specific Virtual Host configuration file.

December 6, 2021 Read more →
CMS 6 min read
How to Install Nextcloud on Google Cloud Server

This guide provides instructions on setting up and installing Nextcloud, an open-source, self-hosted file sync and sharing platform, on Google Cloud servers running Ubuntu Linux. The process involves registering a domain name, establishing a Google Cloud server, and installing relevant software and packages. With the completion of these steps, users can create their own cloud storage service akin to Dropbox and OneDrive.

December 5, 2021 Read more →
CMS 6 min read
How to Install ownCloud on Google Cloud Server

The post offers guidance to students and new users on installing ownCloud on Google Cloud servers running Ubuntu Linux to develop a cloud storage service akin to Dropbox or OneDrive. The step-by-step guide includes registering a domain name, setting up a Google Cloud server, and installing necessary software and packages. The post is the last in a series educating readers on creating their own dynamic, effective cloud storage service using ownCloud.

CMS 6 min read
How to Install PrestaShop on Google Cloud Server

This post series offered a beginner's guide to creating and running a functional online product store, detailing steps from domain registration to server setup on Google Cloud using Ubuntu Linux. It emphasized the role of open-source eCommerce platform, PrestaShop, and auxiliary software like Apache, Nginx, PHP, MySQL, or MariaDB, in realizing a dynamic, efficient, innovative website. Users learned to connect to their Google Cloud servers, install necessary tools, and secure their PrestaShop site with free SSL certificates.

December 4, 2021 Read more →
CMS 6 min read
How to Install Moodle on Google Cloud Server

The post details the process of installing Moodle on Google Cloud servers running Ubuntu Linux. It builds on a series of prior instructions, including setting up Google Cloud servers and installing necessary software. Once set up, Moodle facilitates the creation of dynamic online courses. The post includes steps for connecting via SSH to the Google Cloud server, followed by instructions for installing and managing Moodle directly from a browser.

December 3, 2021 Read more →
CMS 6 min read
How to Install Magento on Google Cloud Server

This guide teaches how to install Magento 2 on Google Cloud servers running Ubuntu Linux. It provides a detailed step-by-step process that starts from domain registration, setting up a Google Cloud server, installing necessary software and packages, and finally installing Magento. Magento is an open-source eCommerce platform that enables users to create a professional, dynamic online store with a variety of templates and plugins. The guide is part of a series aimed at beginners, teaching them to create and run a website online.

Ubuntu Linux 6 min read
How to Install LEMP on Google Cloud Server

The post guides beginners on how to install the LEMP stack, a solution used to build many popular websites and apps, on Google Cloud servers running Ubuntu Linux. The content comprises a series of instructions, starting with domain registration and setting up a Google Cloud server, followed by steps to install necessary software packages aiding in building LEMP-based websites or applications.

December 2, 2021 Read more →