Browsing category

Linux

How to Install Laravel on Ubuntu 22.04 / Ubuntu 20.04

Laravel is a popular open-source PHP framework for developers looking to build modern web applications based on PHP. It is compliant with the model view controller (MVC) framework. It was developed by Taylor Otwell and based on Symfony. Taylor Otwell created Laravel to provide an alternative to the CodeIgniter framework. Here, you will learn how […]

How to Install PowerShell on Ubuntu 22.04 / Ubuntu 20.04

PowerShell is a task automation and configuration program consisting of a command-line shell and scripting language. It was initially developed as a Windows component known as Windows PowerShell. Then, later, in 2016, with the introduction of PowerShell Core, it was made open-source and cross-platform. PowerShell is available for Windows, Linux, and macOS. Here, we will […]

How to Install Apache NetBeans on Ubuntu 22.04 / Ubuntu 20.04

Apache NetBeans is an integrated development environment (IDE) that helps develop applications in Java, PHP, and many other programming languages.  It also supports different languages, such as C/C++, JavaScript, and HTML5, via extensions. Apache NetBeans IDE is available for Windows, Linux, and macOS operating systems. Here, we will see how to install Apache NetBeans on […]

How to Install Go Lang on Ubuntu 22.04 / Ubuntu 20.04

Go is an open-source programming language designed by Google’s engineers, Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically typed, compiled programming language primarily intended to be modern. Go’s major features are: memory safety without a garbage collector, deadlock freedom, concurrency without data races, and coordination avoidance. Here, we will see how to […]

How to Install Yarn on Ubuntu 22.04 / Ubuntu 20.04

Yarn is a package manager for Node.js that allows developers to manage Javascript application dependencies. It is an alternative to the NPM (Node Package Manager) installed during the Node.js installation. With Yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install […]