This gist represents notes related to working with PostGreSQL.
pg_ctl start -D /usr/local/var/postgres11.2
pg_ctl stop -D /usr/local/var/postgres11.2
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed
I was going through a tutorial and had a project that had git repo initialized. | |
I added a project from a zip file that had its own .git and .gitignore file. This caused problems when I wanted to commit | |
changes to this file. the diagram below shows the representation | |
Diagram: | |
my_project | |
| | |
|----- .git | |
|----- .gitignore | |
| |