Skip to main content

Posts

Showing posts from July 19, 2020

How to install Phpmyadmin include php, apache, and mysql in your Linux OS.

hello guys, tonight I'm going to share something that's useful to start a programming especially starting using PHP this is a mandatory. but, sometime when you try to install that you get an error  and confuse to solve it, so you should to looking for solution. oke let's start first you can type : sudo apt install mysql-server sudo apt install phpmyadmin php-mbstring php-gettext let you follow the step using command yes yes end yes wkwk and if you gave a password form so you can fill it such as you want. after that if you get an error can't connect to mysql socket you can activate it using systemctl mysql start and try to log in into mysql in yout terminal. sudo mysql -u root and press enter, next you should change the credential to login using this command okey: ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'test'; exit systemctl mysql restart noted the 'test' is you password you can change it. and congratulation...

git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. if you get an error like this, it's mean you have to set up the ssh from your computer to gitlab. 1. open your gitbash 2. if you use a window you have to make a public and private key using putty application. 3. generate the public and private key then store the private key to gitlab. and good job, you got it.