How to fix ssh_exchange_identification - read - Connection reset by peer error?
https://askubuntu.com/questions/918667/how-to-fix-ssh-exchange-identification-read-connection-reset-by-peer-error On AWS - It is caused by server is exhaust of memory. Stop the server, then restart...
Read
How to allow PING to my AWS server
https://stackoverflow.com/questions/21981796/cannot-ping-aws-ec2-instance
Read
Give user write access to folder (ubuntu:www-data) / ubuntu / group
http://askubuntu.com/questions/402980/give-user-write-access-to-folder
The simplest way is to use chown
:
MySql - How to see indexes for a database or table in MySQL?
https://stackoverflow.com/questions/5213339/how-to-see-indexes-for-a-database-or-table-in-mysql
Read
Screenshot sizes for publishing on Google Play
https://stackoverflow.com/questions/43298788/screenshot-sizes-for-publishing-on-google-play-not-working/43353860
To publish on google play, a screenshot size can be: 800x1600
pixels.
Laravel - Check whether password is correct or not in Laravel
https://stackoverflow.com/questions/38518543/check-whether-password-is-correct-or-not-in-laravel There are couple of ways: Out of the container Using the Facade
Read
Laravel Valet - Changing valet php version
https://getgrav.org/blog/macos-mojave-apache-multiple-php-versions https://stackoverflow.com/questions/40276967/uninstall-laravel-valet https://laravel.com/docs/5.8/valet#installation First make...
Read
How to find/grep files with specific content in Linux?
https://stackoverflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux if you like to search the current folder and all sub folders run the command like this:
Read
How to Change MySQL Password Policy Level
https://tecadmin.net/change-mysql-password-policy-level/ While changing the password, I got the error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements The default...
Read
MySql - Multiple Subqueries example
Here is an example of how to use multiple sub-queries to get specific data that is unrelated to one another: Will result
Read
How to fix the LOCALE problem on Ubuntu
https://askubuntu.com/questions/599808/cannot-set-lc-ctype-to-default-locale-no-such-file-or-directory
Read
Mysql - How to temporarily disable a foreign key constraint in MySQL?
https://stackoverflow.com/questions/15501673/how-to-temporarily-disable-a-foreign-key-constraint-in-mysql
Read
Ubuntu Linux - How to set date and time
https://askubuntu.com/questions/679988/how-to-change-ubuntus-server-date-and-time-via-command-line](https://askubuntu.com/questions/679988/how-to-change-ubuntus-server-date-and-time-via-command-line)...
Read
How to check Apache2 web server version
https://askubuntu.com/questions/594668/how-to-find-out-the-apache-version-installed-in-ubuntu
Read
Laravel - create event and listener
https://medium.com/@InaniT0/laravels-events-and-listeners-are-just-kids-game-e0de15a19d9a
Laravel events has 3 parts to it: Event
, Listener
and the...
Python - Setting Up Authentication for Server to Server Production Applications
https://cloud.google.com/docs/authentication/production
Read
Distributing B2B Apps using the App Store and Private Distribution
What to do when your app has been rejected by apple because it is not suitable for "wide variety of external customers around the world ?" (from Guideline 3.2.2)...
Read
MySql split values to multiple rows using REPLACE and SUBSTRING_INDEX
https://stackoverflow.com/questions/17942508/sql-split-values-to-multiple-rows
Read
Add new key pair for an AWS Ec2 instance
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html Create a private key for your instance with AWS Console Retrieving the public key for your key pair using this command...
Read
How to configure http2 protocol on Apache2.4 web server
https://www.youtube.com/watch?v=8OM_eqRAsMM https://develike.com/en/articles/configuring-apache-to-support-php-fpm-on-debian-ubuntu...
Read