How to Keep Ubuntu Up to Date

Ubuntu Update

Ubuntu, as well as any Linux like operating system, comes with free software updates for each user. It releases operating system updates, patches and security fixes regularly for improvements in performance or fixing bugs. It is very crucial to update your Ubuntu operating system up to date because it helps to protect your system against … Read more

How to Install Arduino IDE on Ubuntu

Arduino IDE on Ubuntu

The Arduino software or IDE (Integrated Development Environment) contains a text editor that is generally used for writing, compiling and uploading code in Arduino hardware. It helps to connect and communicate with the Arduino hardware. Arduino IDE can be run on all major operating system platforms like Linux, Windows, and Mac OS. It is available … Read more

How to Generate a Certificate Signing Request (CSR) on Ubuntu

Ubuntu SSL CSR

SSL Certificates have become an essential requirement for any live website. SSL certificates are verified and issued by a Certificate Authority (CA). These certificates have two categories: Self-Signed certificates: Signed by an entity creating it rather than a trusted certificate authority. Mostly used for trial and development purposes and on an intranet environment. CA Certificates: … Read more

How to Install Minecraft on Ubuntu

Minecraft Installation on Ubuntu

Minecraft is a game about placing blocks and going on adventures. It’s set in infinitely-generated worlds of wide open terrain – icy mountains, swampy bayous, vast pastures and much more – filled with secrets, wonders and peril! In this article, we will explain how to install Minecraft through the official .deb package available at the … Read more

How to test REST API’s with Postman on Ubuntu

Postman REST API Tester

With Postman API (Application Programming Interface) development tool, you can build, modify, and test APIs. In Postman, all functionality required by a developer are integrated. As much as 5 million users per month use this tool in order to simplify their API development. In this article, we will explain how to install the latest version … Read more