Showing headlines posted by cloudbooklet
« Previous ( 1 2 3 4 5 6 7 8 ... 9 ) Next »How to Install or Upgrade PHP 8.1 on Ubuntu 20.04
Install and upgrade your PHP version to latest 8.1 on Ubuntu 20.04
How to Set Up SSH Keys on Debian
There are 2 methods to access the SSH, one is by password based and other is key based. The SSH key based authentication is meant provide a secure way to access a server with private and public key.
How to Check your Linux OS Version
The most common distributions are Ubuntu, Debian, SUSE, Mint, CentOS, Redhat, ArcLinux and many more. In this guide you going to learn how to identify your Linux OS and the version installed on your machine.
How to Rename Git Branch Local and Remote
When you realize that your branch name in Git is not suitable while collaborating on a project, you can rename the branch name easily on your local and remote.
Install phpMyAdmin on Ubuntu 20.04 with Apache
phpMyAdmin is a web-based application for interacting with MySQL database server. This tool provides you with a user interface to make MySQL operations so you don’t have to use the command line interface.
File Permissions in Linux – Read/Write/Execute
File permissions, ownerships control the access level of files and system process specific to users. This makes sure that the authorized users and process can only access the specific files and directories.
How to Install and Configure Redis on Debian
Redis is a in-memory key-value store known for performance and flexibility. In this guide you are going to learn how to install and configure Redis on Debian.
Top Basic Linux Commands for Beginners
This guide lists out all the top most used basic Linux commands every day on your Linux system. You can use the following commands on any Linux distributions like Ubuntu, Debian, CentOS, Fedora, RedHat, ArcLinux.
How to Redirect using Htaccess – Common Rules for 301, 302, HTTPS
How to configure redirection using .htaccess file. Htaccess is file which is used to make changes to your web server configuration without editing the server configuration file. This .htaccess file will be placed in your website root directory.
How to Install and Setup Sendmail on Debian 10
How to install and configure Sendmail on Debian 10 for sending emails using a email server which routes or relays the mail delivery.
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.
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.
How to Import Export Database in MYSQL MariaDB
Import or Export database from MySQL or MariaDB database from MySQL shell or command line. This is the easiest method to export database or particular table from a database.
How to Find Specific Text using GREP on Linux
In this guide you are going to learn how to use the grep command for various use cases on your Linux machine.
How to Install cPanel & WHM on Ubuntu 20.04
How to Install cPanel WHM on Ubuntu 20.04. Cpanel recently launched support for Ubuntu servers and you can try this on your Ubuntu 20.04. You can use the specific version 98 of cPanel for Ubuntu.
How to Upgrade PHP Version to PHP 8.0 on Ubuntu
Upgrade PHP version to PHP 8.0 on Ubuntu. You can upgrade your current PHP version to the latest release PHP 8.0 on your Ubuntu.
How to Install WordPress with Google Cloud Run in Docker Containers
Google Cloud Run is a server less container architecture which is highly scalable for running WordPress. In this guide you are going to learn how to install or deploy WordPress to Cloud Run and configure custom domain with SSL.
How to Install and Configure Memcached with Apache and PHP
In this guide you are going to learn how to install and configure Memcached in your server alongside with Apache and PHP on Ubuntu 20.04.
How to Setup GeoIP Block using Apache
Setup GeoIP based blocking using Apache on Ubuntu or Debian. The GeoIP module allows the admin to block or redirect traffic based on location.
In this guide you are going to learn how to install GeoIP module and configure it t block specific countries.
Setup CI/CD Workflow with GitHub Actions
In this guide you are going to learn how to configure GitHub actions to make automated deployments to server once a push is made. We will setup SSH keys to authenticate with the server.
How to Secure your Ubuntu server with CSF Firewall
CSF is a popular security tool for Linux to secure the server with stateful packet inspection firewall (SPI), intrusion detection, a login failure daemon, DDOS protection, and control panel integration. Install and configure CSF (Config Server Firewall) and secure your server.
How to Setup SSH Keys on Ubuntu 20.04
SSH keys provide a secure way for logging to a server with private and public key based authentications.