Raspberry PI Installation in Virtual Machine
How to download and install Raspberry PI? We will be installing Raspberry pi into the virtual machine. First we need to download raspberry pi Operating System. As we are going to test it for...
How to download and install Raspberry PI? We will be installing Raspberry pi into the virtual machine. First we need to download raspberry pi Operating System. As we are going to test it for...
Adding printer and configuring in Raspberry PI and Desktop Here we will be learning how to add printer to your raspberry pi in 5 steps only. First Step Install the Common Unix Printing System cups...
Install magento 2 and configure magento 2 with php7 on Centos 7 First of all, we need to know the requirements to install the Magento 2 on the Centos 7 server. So that it...
How to create user in MySQL using terminal? Note :- need to edit commands where “techouse” is mentioned. How to change the password of existing user in mysql ALTER USER ‘techouse’@’localhost’ IDENTIFIED BY ‘MyNewPass’;...
Use git on centos 7 How to push all changes in gitlab, GitHub, bitbucket using git command line git add . Commit changes with messages so that changes can be identified easily git commit...