how to redirect domain to another domain
Step 1: Register for a Cloudflare Account If you haven’t already registered for a Cloudflare account, you’ll need to start by creating one. Visit the Cloudflare website and locate the “Sign Up” option to initiate the account creation process. During this process, you’ll be required to provide essential information about your website, including your domain […]
Change the ssh key from aws
SSH key change is very easy. you just need to change the authorized_keys from the live server. SSH key generate at first, you would have to create a key on your local computer using GitBush. Remember it is not your live server. it would be creating our own computer that you use. after creating the […]
How to learn Linux || All in one Linux system adminstration
What is Linux? The Linux operating system has become one of the most widely used operating systems, popular among researchers, application developers, and hobbyists alike. These days, the Linux operating system can be found in an amazing range of computer environments, from mobile phones to satellites. This chapter examines just what the Linux operating system […]
How to install WordPress in ubuntu server
sudo apt install php libapache2-mod-php php-mysql -y MARIA DB Installation MYSQLsudo apt install mysql-server -ysudo mysql_secure_installation sudo apt install mariadb-serversudo mysql_secure_installation if show errors, when you install database. if sucessfully install then flow next section “database create” solved it by running “$sudo mysql”which logged me in as root without a password, then I ran$ALTER USER […]