Category Archives: Linux

Visual Studio Code Integrated Terminal

Visual Studio code has a great feature called Integrated terminal. It provides the ability to have a  Shell terminal while working with your files. In Windows,  the default terminal is PowerShell, however this can be changed easily. In this blog post, … Continue reading

Posted in Linux, Powershell, Ubuntu, Ubuntu in Windows 10, Uncategorized, Visual Studio Code | Comments Off on Visual Studio Code Integrated Terminal

Configuring PuTTy Sessions

PuTTy is one of the best SSH tools for Microsoft Windows. I found myself spending more and more time when managing Linux VMs and Containers in Microsoft Azure, and I wanted to share some quick tips that could make your … Continue reading

Posted in Azure, Linux, Microsoft Azure, PuTTy tutorial, SSH, Uncategorized | Comments Off on Configuring PuTTy Sessions

Installing PyCharm and Oracle Java in Ubuntu

Follow these steps to install PyCharm in Ubuntu: 1. Copy the pycharm-*.tar.gz to the desired installation location (make sure you have rw permissions for that directory) 2.Unpack the pycharm-*.tar.gz using the following command:   3. Check that you have Java Installed … Continue reading

Posted in Java, Linux, Python, Ubuntu | Tagged , , , , | Comments Off on Installing PyCharm and Oracle Java in Ubuntu