ERROR 1130 (HY000): Host 'x.x.x.x' is not allowed to connect to this MySQL server Md. Shahzad Alam - 19:02 0 Edit Error: ERROR 1130 (HY000): Host 'x.x.x.x' is not allowed to connect to this MySQL server I got the above error when i was access...
e: could not get lock /var/lib/dpkg/lock - open (11 resource temporarily unavailable) ubuntu Md. Shahzad Alam - 18:56 0 Edit Error: e: could not get lock /var/lib/dpkg/lock - open (11 resource temporarily unavailable) ubuntu Solution: sudo rm /var/lib/apt/lis...
php info page syntax Md. Shahzad Alam - 15:02 0 Edit Php info page syntax: <?php phpinfo (); phpinfo ( INFO_MODULES ); ?>
command to delete s3 bucket from aws cli Md. Shahzad Alam - 14:55 0 Edit Delete empty bucket $ aws s3 rb s3://bucket_name Delete non empty bucket $ aws s3 rb s3://bucket_name --force
Git create branch and merge Md. Shahzad Alam - 22:58 0 Edit Create a new branch in git $ git checkout -b branchname check branch name $ git branch -a Switch/change to another branch $ git chec...