Linux Tutorials on the topic “programming”
-
C Programming Tutorial Part 3 - Variables basics
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 2In this tutorial, we will show you the basics of using variables in C programming.
-
C Programming Tutorial Part 2 - Preprocessors
Author: Himanshu Arora • Tags: c-programming, programming • Comments: 0In the first part of our ongoing C programming tutorial series, we briefly touched on the preprocessing stage. In this tutorial, we will discuss it in a little more detail so that you have a basic idea about it before learning other C programming aspects.
-
C Programming Language - Introduction
Author: Himanshu Arora • Tags: c-programming, linux, programming • Comments: 1This tutorial is the first part of a C programming language course on Linux. C is a procedural programming language that was designed by American computer scientist Dennis Ritchie. Please note that we'll be using Linux for all our examples and explanation. Specifically, we'll be using Ubuntu 18.04 LTS.
-
-
How to Install SonarQube on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 6SonarQube is an open source platform to continuously inspect code quality of applications, it supports more than 20 programming languages and different databases. In this tutorial, we will learn how to install SonarQube on Ubuntu 18.04 LTS (Bionic Beaver).
-
How to Setup Apache Subversion with Let's encrypt SSL on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 1Apache Subversion or SVN is an open-source software versioning and revision control system developed by the Apache Software Foundation. In this article, I will show you how to set up the Apache Subversion using Ubuntu 18.04 LTS server.
-
How to Install Nvidia CUDA Toolkit on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 7Cuda is a parallel computing platform created by Nvidia that can be used to increase performance by harnessing the power of the graphics processing unit (GPU) on your system. In this tutorial, we will learn how to install Cuda on Ubuntu 18.04.
-
Docker Guide: Dockerizing Python Django Application
Author: Muhammad Arul • Tags: linux, programming, ubuntu, virtualization • Comments: 3In this tutorial, I will show you step-by-step how to create a docker image for an existing Django application project in Ubuntu 16.04. We will learn about dockerizing a python Django application, and then deploy the application as a container to the docker environment using a docker-compose script.
-
How to Install Ionic Mobile App Framwork on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 1
Ionic is an open-source Framework that can be used for developing hybrid mobile apps using Web technologies like CSS, HTML5, and Sass. In this tutorial, we will learn to install Ionic framework on Ubuntu 18.04 (Bionic Beaver).
-
How to Install Laravel 5.6 PHP Framework with Nginx on Ubuntu 18.04
Author: Muhammad Arul • Tags: linux, php, programming, ubuntu, web server • Comments: 6
Laravel is a free and open source PHP framework that implements the MVC (Model-View-Controller) design pattern. In this tutorial, I will guide you step-by-step on how to install Laravel version 5.6 with Nginx as the web server, PHP-FPM 7.2, and MariaDB.
-
How to Install Taiga.io Project Management Software on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, programming • Comments: 8
Taiga.io is an open source project management system for agile developers, designers, and project managers. It's a beautiful project management tool that can handle both simple and complex projects for startups and software developers. In this tutorial, I will show you step-by-step how to install the Taiga.io project management tools on the CentOS 7 server.