Linux Tutorials on the topic “programming”
-
How to Install Gradle Build Automation Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0 • Published: Feb 24, 2023Gradle is an open-source build automation tool based on Groovy and Kotlin. It is mostly used for building Java projects, but it supports multiple languages, including Java, C/C++, and JavaScript.
-
How to Install HTTP Git Server with Nginx and SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Feb 24, 2023Git is an open-source version control system that keeps track of your software changes at the source level. This tutorial will explain setting up an HTTP Git repository server with Nginx on Ubuntu 22.04.
-
How to Install Anaconda Python Distribution on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1 • Published: Feb 24, 2023Python is an open-source and object-oriented interpreted programming language. Anaconda is a Python, R, Data Science, and machine learning platform and used as a package manager. It comes with 1,500+ open source packages.
-
-
How to Debug C Programs in Linux using gdb
Author: Himanshu Arora • Tags: linux, programming • Comments: 1 • Updated: Feb 17, 2023If you are a C/C++ programmer or develop software using the Fortran and Modula-2 programming languages, you'll be glad to know there exists an excellent debugger - dubbed GDB - that lets you easily debug your code for bugs and other problems. In this article, we will discuss the basics of GDB, including some of the useful features/options it provides.
-
How to Install Java OpenJDK and Oracle JDK on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 1 • Updated: Feb 03, 2023Java is one of the most powerful programming languages. This post will show you how to install OpenJDK and Oracle JDK on Ubuntu 22.04.
-
Develop Network Applications for ESP8266 using Mongoose in Linux
Author: Alexander Alashkin • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023
Let’s talk about how to start to develop network applications for ESP8266 chip using Mongoose Embedded Web Server in Linux. I will use Ubuntu, but all things can be easily adapted for any Linux distribution.
-
How to Install Rust Programming Language on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023The Rust programming language has been adopted by hundreds of big companies in production environments. This tutorial will guide you through installing Rust Programming Language on a Ubuntu 22.04 machine.
-
How to Install and Configure a JupyterLab Environment on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, programming, web server • Comments: 0 • Published: Jan 09, 2023JupyterLab is a next-generation web-based development environment for Project Jupyter. Project Jupyter was developed with the goal to develop open-source, open standards, and services for interactive computing across multiple programming languages.
-
How to Install and Configure GoCD on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Dec 20, 2022GoCD is an open-source continuous delivery and automation system. GoCD excels at modeling complex CD workflows for fast feedback with its modeling constructs, parallel execution, and dependency management. This tutorial will teach you to install and configure GoCD on a Ubuntu 22.04 server.
-
How to Install Jenkins on Rocky Linux 9
Author: Arvid L • Tags: linux, programming, server • Comments: 0 • Published: Dec 06, 2022Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). is entirely written in Java with the support of more than 1000 plugins for building, deploying, and automating your project.