Articles

How to list and sort files in Linux

The ls command, Display contents of a directory, list all files in a folder and subfolders, sort files, display detailed information on files.

  • Linux
  • 765 Views

How to Install PHP on Ubuntu 20.04

PHP is widely-used programming language in the Web , it is a server scripting language known for creating dynamic and interactive web pages. It is executed, run, and must be installed on the web server..

  • PHP
  • 698 Views

How To Install Apache Kafka on Ubuntu 20.04

An open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications..

  • Linux
  • 990 Views

Installing Curl on Ubuntu 20.04

A command line tool and library for transferring data with URLs, curl is free and open source software.

  • Linux
  • 933 Views

How To Install pgAdmin 4 on Ubuntu 20.04

A PostgreSQL management tool, A most popular and feature rich Open Source administration and development platform for PostgreSQL database server.

  • Linux
  • 1,030 Views

How to Install PostgreSQL in Ubuntu 20.04

How to install PostgreSQL Database Server on Ubuntu 20.04.4 LTS.

  • Linux
  • 1,007 Views

Install Ubuntu on Oracle VirtualBox

An instruction with step-by-step process to show how to install Ubuntu 20.04.4 as guest machine on Oracle VirtualBox.

  • Linux
  • 672 Views

Laravel Controllers

Controllers are used to handle the request logic within the single class, and the controllers are defined in the "app/http/Controllers" directory..

Route Groups

Route Groups is an essential feature in Laravel, which allows you to group all the routes..

Laravel Middleware

Middleware acts as a layer between the user and the request..