Showing headlines posted by cloudbooklet
« Previous ( 1 2 3 4 5 6 7 8 ... 9 ) Next »How to Install and Setup Sendmail
Sendmail is a opensource Mail Transfer Agent (MTA) which is used to route email using server or by using shell commands. You can also configure SMTP using Sendmail. In this guide you are going to learn how to install and setup Sendmail on Ubuntu. Also you will setup SMTP and configure it with PHP.
How to Secure WordPress Installation with Bedrock
How to Secure WordPress Installation with Bedrock on Google Cloud Platform. Bedrock is a WordPress boilerplate with a different improved directory structure and easier configuration.
How to Install Vagrant on Ubuntu 20.04
Vagrant is an automation software used for building and managing virtual machines easily. Vagrant gives a developer a disposable consistent environment for developing and managing any scripts. In this guide you are going to learn how to install Vagrant on Ubuntu 20.04. We will use VirtualBox on which we use Vagrant to provision virtual machines.
How to Use Multiple Node.js Versions using NVM
In this guide you are going to learn how install specific version of Node.js using NVM - Node.js Version Manager
How to Enable HTTP/2 with Apache in Ubuntu
In this guide you are going to learn how to enable HTTP/2 with Apache. This setup is tested on a Google cloud compute engine instance with Ubuntu 20.20 OS and Apache 2.4.41.
How to Add Swap Space on Ubuntu 20.04
Swap Space is a space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, swap space let you store additional information. Swap space can help machines with a small amount of RAM. In case you choose a VM instance with 600 MB RAM, then your memory will get exhausted and you will get an error because your server cannot allocate sufficient memory.
How to Reset Change MySQL Root Password
Ever forgotten your MySQL root password or fixing a MySQL installation on a new server, we have all been there. In this guide you are going to learn how to reset or change or update MySQL root password in MySQL 8, MySQL 5.7 and MySQL 5.6.
How to Install IonCube Loader on Ubuntu
In this guide you are going to learn how to install ionCube loader on Ubuntu or Debian and configure your PHP or PHP-FPM and PHP-CLI to use it.
How to Install V Lang on Ubuntu 20.04
In this guide you are going to learn how to install V language on Ubuntu 20.04. This installation is tested on Google Cloud platform. So these steps will work well on other cloud hosting or VPS or dedicated servers running Ubuntu or Debian.
How to Install Odoo 14 on Ubuntu 20.04
In this tutorial you are going to learn how to install and setup Odoo with Nginx reverse proxy and connect it with PostgreSQL in Cloud SQL.
How to Install PHP 8 on Debian
How to Install PHP 8 on Debian.
How to Install PHP 8 on Ubuntu
This guide let you learn how install the latest PHP version 8 and upgrade to latest on your Ubuntu 20.04 or 18.04 systems or your Ubuntu server on any VPS or any Cloud or any Dedicated hosting and configure it with Apache and Nginx.
Install Webmin on Ubuntu 20.04
Install Webmin on Ubuntu 20.04. Webmin is a web based control panel to manage Linux your Linux server through a browser-based web interface. You can manage user accounts, cronjobs, DNS settings, and other common settings related to server using Webmin.
How to Create a New user and Grant Permissions in MySQL
MySQL is an open-source relational database management software package to store, organize or retrieve data. It has an extensible varieties of management options like user management with specific permissions to databases and tables.
How Git Works – 7 Basic Steps for Beginners
Git is a distributed version control system created by Linus Torvalds in 2005. It also has an excellent support for branching, merging, rewriting repository history and more. Git is considered to be the modern standard for software development.
How to Install Git on Ubuntu 20.04
In this guide you are going to learn how to install Git on your Ubuntu 20.04 LTS server or system.
Simple Ways to Free Up Space in Ubuntu Linux
Ever running out of disk space in your Ubuntu server or system, you can follow the below simple ways to free up space and clean your Ubuntu. In thins guide you are going to learn how to clean up cache, old kernels, remove unused packages, journal logs.
How to Install Docker on Debian 10
Docker is a toolset to build applications and CI/CD pipelines to build, ship and run your applications in containers.
How to Remove All Files in a Git Repository
By default we can delete only one file from a branch in a git repository. But if you need to delete all files and folders from the branch and make fresh start you need use the command line tool to remove all folders and files In this guide you are going to learn how to remove multiple files and folders from your git repository.
How to Install Redis on Ubuntu 20.04
How to install Redis on Ubuntu 20.04. Redis is a key-value store known for performance and flexibility.