Linux Tutorials on the topic “programming”
-
How to Install Laravel PHP Web Framework on Ubuntu 20.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 7This tutorial will show you how to install the Laravel version 8.x with the Apache webserver on Ubuntu 20.04 Server. We will show you two different ways of installing the Laravel web framework on the Linux Ubuntu system.
-
How to Install Go (Golang) Compiler on Ubuntu 20.04
Author: Hitesh Jethva • Tags: programming, ubuntu • Comments: 1Go also called Golang is an open-source programming language developed by Google. It is used to build reliable and efficient applications. In this post, I will show you how to install the Go programming language on Ubuntu 20.04 server.
-
How to Install Swift Programming Language on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 1Swift is a general-purpose, compiled, and high-performing programming language with a focus on safety. It was developed by Apple as a replacement for the older Objective-C language.
-
-
How to display GUI dialogs in bash script using Zenity
Author: sohan patel • Tags: centos, debian, linux, programming, shell, ubuntu • Comments: 2Zenity is an open-source application for displaying simple GUI in shell scripts. It makes scripts more user-friendly by displaying GTK+ dialogs. In this article, we will show you how to use Zenity to display GUI dialogs in Bash scripts.
-
How to Install Angular CLI on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 0Angular is a popular open-source application development framework. It is highly extensible and used for developing mobile and web applications using TypeScript/JavaScript.
-
How to Install Erlang Programming Language on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0Erlang is a general-purpose programming language and runtime environment. In this tutorial, I will show you how to install Erlang on Debian 10.
-
How to install ReactJS with Nginx proxy on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, programming, web server • Comments: 0React is a free and open-source JavaScript library developed by Facebook. It is used for creating web frontend and UI components. In this post, we will show you how to install React JS on CentOS 8
-
How to copy items from one DynamoDB to another DynamoDB table using Python on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, programming • Comments: 3This tutorial shows you how to write a Python script to copy data from one DynamoDB to another DynamoDB table on AWS.
-
Advanced Git Tutorial
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0In this article, we will cover creating a branch, tag, renaming the branch, and revert the commits on Git. If you are new to Git, I would recommend you to first go through my previous article and then continue with this.
-
Getting started with GIT on Linux
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0Git is a distributed version control system. It is used for tracking changes in any files. It was designed for coordinating work among programmers operating on source code during the software development process. In this article, I will show you the commands to perform basic operations on a Git repository.