RORidwan Olanrewajuinblog.root.i.ng路Feb 16, 2022 路 2 min readAccessing Bitbucket Private RepoThe Backstory 馃ゲ So I'd been making code changes on a server I had access to for a while now. And wanted to push the changes to Bitbucket, so I could work with the update locally. So I run git add . git commit -m "whatever suit me" git push origin ma...00
RORidwan Olanrewajuinblog.root.i.ng路Jan 23, 2022 路 2 min readInstalling Postgresql on UbuntuWhether you're running Ubuntu 14+ or a later version, getting Postgresql installed is a pretty straightforward task; that is, if you have these two key ingredients: root user privileges or sudo access the right commands to get the job done Consider...00