Python is a trending, popular, and high-level programming language. You can build different types of applications using Python. There are different frameworks released by Python. These frameworks are used to create different types of applications. Such as Web applications, Blockchain applications, Command line applications, Game app development, Machine learning application, and many more. Everywhere you […]
How to Install and Use Sticky Note in Linux Ubuntu 21
Sticky note is a friendly, easy to use and customizable application. This is the most usable application that is used daily to keep the information. It is sticky so it can be used without any interruption while working on your system. This is available for all the platforms like Windows, Linux and MacOS. For windows […]
How to Install and Configure TeamViewer in Ubuntu 21.10
Teamviewer is open-source, cross-platform software. The main feature of this software is to connect any system remotely. This is very important when you are stuck in your system. Someone can help you by taking remote access to your system. You can share your screen, transfer the files and make a chat conversation. It is available […]
How to Install and Use FileZilla FTP Client in Ubuntu 21.10
FileZilla is a better solution for connecting any server through FTP. It connects you to the server host for deploying any code. You can edit and manipulate the files available on the server. This is open-source. You can download and install it on any platform. This is available in free and premium mode as well. […]
How to Install and Use Postman in Ubuntu 21.10
You can install Postman for checking API requests. It is most necessary to test the API endpoint and response before implementing it in the front end. In Windows, there is an installer for the postman tool. For windows, you can download postman directly from the official site. But, if you are a Linux user, you […]
How to Upgrade Node JS to a Specific Version in Ubuntu
You can upgrade Node js in Ubuntu without removing the existing packages. If you have already installed Node js and want to upgrade it without losing any files then it is possible. Even you can choose any specific version to update from the current version. In this post, I will show you how you can […]
How to Install and Configure pgAdmin 4 in Ubuntu 20.04
For accessing the PostgreSQL database you can use the command line or GUI. If you want to access and use PostgreSQL in GUI mode then you will have to install pgAdmin 4. It will provide you a web interface and also an app interface. The GUI mode is a little different from the phpMyAdmin. But, […]
How to Configure Apache Virtual Host in Ubuntu 20.04
For running any PHP application on the localhost you require localhost. The localhost is called a local server that is created in your system to run an application. We all use Apache or Nginx server to run a PHP script. But, if you are moving to any framework like Laravel. Then you can run the […]
How to Install and Use PostgreSQL in Ubuntu 20.04 LTS
If we talk about the relational database management system then PostgreSQL is one of the popular. It is not only relational database management system. It is is an open source object-relational database system. This database has a strong reputation for reliability, feature robustness, and performance. It is very much similar to MySQL database in use. […]
How to Install MySQL Workbench in Ubuntu 20.04 LTS
As we know, MySQL is the most used relational database management system. It is an open-source database management tool. There are various options to manage and use the database. Such as Command line and GUI. We already installed and used the command line in Ubuntu using the LAMP stack. Also, we already did the setup […]