Deeptendu Santra

How to Install VS Code on Arch Linux

On Arch Linux, the name you install determines the editor build you receive. The official repository package named code is Code – OSS, while the Microsoft-branded Visual Studio Code build is available as visual-studio-code-bin in the Arch User Repository (AUR). Choose the build first, then use the matching command. Choose the VS Code build before […]

How to Install VS Code on Arch Linux Read More »

How to install KDen-Live in Linux

Kden-live is an acronym for KDE Non-Linear Video Editor. Resonating with the open-source ideals of the KDE community Kdenlive is one of the best open-source video editors out there. It works on GNU/Linux, Windows and BSD. This article covers various ways in which we can install kden-live in Linux. These are all official sources of downloads and are trustable. Without much

How to install KDen-Live in Linux Read More »

Git rebase: A gentle introduction

Git rebase is easily one of the most misunderstood commands in Git. Beginners often tend to mess up their working tree using this command the wrong way or fail to find the difference between git rebase and merge. So in this article, we try to explain in detail using graphical representations what actually happens and

Git rebase: A gentle introduction Read More »