PinnedJasenko KrejićQuick guide to customize command line prompt in LinuxIn this article, I am going to talk about changing the default prompt for the Linux command line. I will be using Ubuntu 24.04 on an AWS…Sep 22Sep 22
PinnedJasenko KrejićSimple bash scripts to uninstall dependencies when uninstalling package with pipWhen we use pip to install packages with Python, when we uninstall it with it, dependencies that are installed are not automatically…Aug 5Aug 5
Jasenko KrejićGit diff Output ExplainedUsing diff command can be difficult for beginners, because it has few hidden pitfalls but gems as well. In this article, I will focus on…Oct 14Oct 14
Jasenko KrejićSetting a Private Git Server on EC2 Instance Public Key AuthenticationIf you are working with software development, you have probably come across Git managed services such as GitHUb or GitLab. But sometimes it…Oct 10Oct 10
Jasenko KrejićUsing Git Shell for Access Control via SSHYou have heard of Git, and most probably, heard of shell as well. But do you know what Git-shell is and what it is used for? I will be…Oct 7Oct 7
Jasenko KrejićCustom Git SubcommandsIn this article, I will be talking about Git custom subcommands. I will be using Git version 2.43.0, in Ubuntu 24.04 terminal window.Oct 5Oct 5
Jasenko KrejićScared of AWS Services like EC2, Route53, RDS…Try Lightsail instead!You may have or may have not come across AWS-Amazon Web Services. These service are pay-as-you go services in the cloud, which has grown…Oct 4Oct 4
Jasenko KrejićMaking a snapshot of Git repository & restore it in Bash scriptMany times, especially while we are learning git, we issue some command and want to undo it. With git, it doesn’t come easy. Especially, if…Sep 28Sep 28
Jasenko KrejićUsing git reset — mixedIn two previous articles, I have demonstrated how to go back to the previous commit, using — soft and — hard switches, and things to…Sep 18Sep 18
Jasenko KrejićUsing Git reset — hardIn the previous article, I have demonstrated how to go back to the previous commit, using — soft switch, and things to remember about…Sep 17Sep 17