Articles by Aqsa Yasin
-
How to Install PyCharm on Ubuntu
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0 • Published: Mar 21, 2023
PyCharm is a widely used IDE among Python programmers. It is accessible as both a community and a commercial version. This guide will show you how to install and configure PyCharm on your Linux operating system running Ubuntu.
-
how to install Mono on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, ubuntu • Comments: 0 • Published: Mar 18, 2023
Mono is free, open-source software based on ECMA standards of the .net framework. It enables developers to establish cross-platform applications which belong to the .NET foundation.
-
How to Install Gradle on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, programming, ubuntu • Comments: 0
Gradle is a tool that is used to automate software, and its users utilize this tool to build different kinds of software as well.
-
-
How to Install the Brackets Code Editor on Ubuntu 20.04
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0Brackets code editor is an open-source program that assists web developers and designers in developing websites. This tutorial shows you how to install Brackets Editor on Ubuntu 20.04.
-
How to Install qBittorrent on Ubuntu 20.04
Author: Aqsa Yasin • Tags: desktop, ubuntu • Comments: 1qBittorent is an open-source and freely available peer-to-peer bit torrent client. This article shows you how to install qBittorrent on an Ubuntu 20.04 Desktop.
-
How to play Tetris clone Tint on the Ubuntu command line
Author: Aqsa Yasin • Tags: shell, ubuntu • Comments: 0Tetris is our childhood favorite falling blocks game. The 90s generation has literally grown up playing this game and the best thing about it is that even today, it is as popular as it was years ago.
-
How to Install Vagrant and use it with VirtualBox on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu, virtualization • Comments: 2Vagrant is a command-line tool for building and managing virtual machines, it support different virtualization engines like VirtualBox, KVM, Docker and VMWare. In this article, I will show you how to install Vagrant on an Ubuntu 20.04 machine and use VirtualBox as vairtualization engine.
-
How to Install Slack on Ubuntu 20.04
Author: Aqsa Yasin • Tags: desktop, linux, ubuntu • Comments: 0Slack is a modern communication platform for companies to replace emails. In this guide we will learn how to install Slack under Ubuntu 20.04. Slack can be easily installed on your system by following a few basic steps. Here we will use the snap package to install Slack, but you can also use the deb package, as both will help you achieve your goal.
-
How to Install CouchDB on Ubuntu 20.04
Author: Aqsa Yasin • Tags: linux, server, ubuntu • Comments: 0In this guide, you will learn how to install CouchDB NoSQL database on Ubuntu 20.04 and how to create your first CouchDB database using the integrated Foxton Control panel.
-
How to use bash if -z and if -n for testing strings in Linux
Author: Aqsa Yasin • Tags: linux, programming, shell • Comments: 0There are different string operators available in bash scripting language which can be used to test strings. In this guide, we will test these string operators using the if statement in Centos 8.