Linux Tutorials on the topic “programming”
-
How to Install Anaconda Python Distribution on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1Python 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 Install OpenCV on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0
OpenCV is an open-source and cross-platform library of computer vision and machine learning software. In this tutorial, we will learn how to install OpenCV on Debian.
-
How to Debug C Programs in Linux using gdb
Author: Himanshu Arora • Tags: linux, programming • Comments: 1If 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 Anaconda Python on CentOS 8
Author: Hitesh Jethva • Tags: linux, programming • Comments: 0
Anaconda is a free and open-source package manager for Python and R Programming languages. It is specially designed for data science and machine learning platforms on Linux, Windows, and Mac OS.
-
How to Install Java OpenJDK and Oracle JDK on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 1Java 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
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: 0The 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: 0JupyterLab 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: 0GoCD 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: 0Jenkins 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.