Click here to Skip to main content
15,867,835 members
Everything / Operating Systems / Linux

Linux

Linux

Great Reads

by Miroslav Fidler
Installation and the first look at U++ platform
by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
by Shao Voon Wong
A portable and easy-to-use C++ file library to read and write structured data
by Florian Rappl
Exploring the abilities, benefits and features of TypeScript by extending / rewriting the original Mario5 source.

Latest Articles

by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
by Mohammad Elsheimy
Porting Windows Fonts to Linux
by Frédéric -lefred- Descamps
How to deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
by Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier

All Articles

Sort by Updated

Linux 

29 Feb 2024 by Frédéric -lefred- Descamps
How to deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
29 Feb 2024 by Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier
28 Feb 2024 by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
28 Feb 2024 by Pranay Bakre
How to migrate existing x86 containerized applications to Arm
28 Feb 2024 by Pranay Bakre
How to build and deploy a multi-architecture application with x86/amd64 and arm64-based container images on Amazon EKS
21 Feb 2024 by Richard Chambers
This article discusses using cross compile tools under x86 Ubuntu Linux to build the Linux kernel for the VisionFive 2 RISC-V SBC.
5 Feb 2024 by Clark Fieseln
Protect your privacy against malicious network activity and policy violations
30 Jan 2024 by José Cintra
IoT architecture proposal for sensor data acquisition modules using the REDIS database and the GO language
26 Dec 2023 by Nick Polyak
This article describes embedding native Windows and Linux control into an Avalonia application.
18 Dec 2023 by Intel
Fast and Easy Training and Inference Using Intel® Consumer GPUs and Windows* Subsystem for Linux 2
24 Oct 2023 by Dub Andrei Manuel
This short tutorial aims to inculcate in the reader's mind a meaningful intuition to get around known Docker misconceptions.
26 Jul 2023 by 1f604
Source code and explanation of my io_uring based implementation of b3sum
16 Jul 2023 by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
28 Jun 2023 by Dr. Song Li
This is a note on how compilers implement function calls to pass the parameters to and get the return value from the called functions.
17 Jun 2023 by VISWESWARAN1998
Scrape the websites with Python 3
17 Apr 2023 by Mark H Bishop
Computational classes and a GUI interface to illustrate usage
11 Jan 2023 by Clark Fieseln
Simulate hardware containing an FPGA programmed in VHDL interactively
5 Nov 2022 by Steffen Ploetz
My way to have a first sample program running with "Texus' Graphical User Interface" (TGUI) - a cross-platform modern C++ immediate GUI, on which I use "Simple and Fast Multimedia Library" (SFML) as backend.
7 Jul 2022 by Greg Utas
Analogous functions, subtle differences, multiple compilers...
27 Jun 2022 by Shao Voon Wong
A portable and easy-to-use C++ file library to read and write structured data
23 Jun 2022 by Igor Ladnik
Simple software to solve quadratic optimal control problem
26 May 2022 by Miroslav Fidler
Installation and the first look at U++ platform
5 May 2022 by Jerome Vonk
Description of cryptographic hashes and practical examples on how to calculate them
7 Apr 2022 by Chris Maunder
A quick overview and a simple bash script to make your script output a little more lively
3 Feb 2022 by adriancs
Step by step guide for installing MySQL on CentOS
3 Feb 2022 by adriancs
Building a .NET Core Linux Project with MySqlBackup.NET
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
25 Jul 2021 by Igor Ladnik
This article presents a compact framework for managing operations flow in various control, simulation and testing applications.
4 Jul 2021 by Miroslav Fidler
Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI
2 May 2021 by Michael Chourdakis
All in one: x86, x64, Virtualization, multiple cores, along with new additions
4 Apr 2021 by Yuancai (Charlie) Ye
Continuous SQL-stream Sending and Processing System
30 Mar 2021 by AlexeyAB
Smart pointer that makes any object thread-safe for any operations, with the performance equal to that of optimized lock-free containers
14 Mar 2021 by Steffen Ploetz
Draw text using Cairo from C# with full control over character positioning, linebreaking, etc.
6 Mar 2021 by Clark Fieseln
Chat using "enhanced" end-to-end-encryption and modulation of audio signal in isolated device, ensuring privacy, anonymity and cybersecurity.
16 Feb 2021 by Han Bo Sun
A tutorial on how to setup an application Spring Security and Spring MVC, and use ThymeLeaf for secured page rendering.
12 Jan 2021 by Alexander Schichmanter
Concept, Motivation and Implementation of Dynamic Logging - a valuable aid to the C++ programmer
5 Jan 2021 by theoldfool
Using a Blazor Server, running on a Raspberry Pi, to display output from an MCP9808 I2C sensor
2 Jan 2021 by honey the codewitch
Hoodwink your computer into doing your work for you using regular expressions
1 Jan 2021 by Yuancai (Charlie) Ye
Application of SocketPro onto various databases for continuous inline request/result batching and real-time stream processing with bi-directional asynchronous data transferring
22 Dec 2020 by honey the codewitch
Highly efficient access to JSON data sources and selective bulk loading JSON on any platform using a new JSON paradigm
3 Dec 2020 by Yuancai (Charlie) Ye
C++, C++20 Coroutine, Awaitable Object, co_await, Cross Platform Development and Non-blocking Socket Communication
22 Nov 2020 by honey the codewitch
Revisiting our WiFi enabled smart clock project with more modern hardware
12 Nov 2020 by g96b10
In-depth instructions covering several headaches, and personal musings
10 Nov 2020 by honey the codewitch
An advanced network connected clock that puts the Arduino through its paces
5 Nov 2020 by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
5 Nov 2020 by Han Bo Sun
Basics of using Thymeleaf integration with Spring Boot web application, and the four basic uses of Thymeleaf mark-ups
1 Nov 2020 by Han Bo Sun
How to design a previewable HTML editor, and how to use this control in your application
30 Oct 2020 by honey the codewitch
Using this cheap, powerful little device to make magic
16 Aug 2020 by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Beginning Console Apps
15 Aug 2020 by Dr. Song Li
How to run Linux in a VirtualBox and miscellaneous subjects
13 Aug 2020 by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Getting started
30 Jul 2020 by raddevus
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)
20 Jun 2020 by Just Perfection
In this article, you will learn about the GNOME Shell extension basics, schema, gettext and more.
6 Jun 2020 by Mark H Bishop
Build a motion-triggered cam with room illumination, off-site storage of captured movies, and secure remote administration... all with simple bash scripts. Great for off-site monitoring and wildlife cams.
3 Jun 2020 by Akshay Srinivasan2
Step by step process to deploy Blazor Server-side app to an existing installation of Linux Distro Ubuntu
8 May 2020 by stevenong_2006
How to install/configure the Artemis on the Linux Ubuntu 18.04.x OS
7 May 2020 by Intel, Arthur V. Ratz
In this article, I will ground the discussion on the several aspects of delivering a modern parallel code using the Intel® MPI library, that provides even more performance speed-up and efficiency of the parallel “stable” sort, previously discussed.
7 May 2020 by Arthur V. Ratz
In this article I will thoroughly discuss about the several aspects of using the revolutionary new Intel® oneAPI HPC Toolkit to deliver a modern code that implements a parallel “stable” sort
24 Apr 2020 by Han Bo Sun
Short tutorial on Javax mail library
20 Apr 2020 by Roland Roos ICT Architectures
Concept and implementation of Inversion Of Control, aka IOC through Dependency Injection (DI)
19 Apr 2020 by Roland Roos ICT Architectures
Using patterns like aspect-oriented programming in modern OO-languages in micro-services context
17 Apr 2020 by Roland Roos ICT Architectures
Separation of deployment and feature releases: how to enable and disable features in applications (services) at configuration time
15 Apr 2020 by Издислав Издиславов
This article will demo the usage of Blazor WebAssembly and how to create simple web application with it.
13 Mar 2020 by Volynsky Alex
New features of the C++17 standard
21 Feb 2020 by Kamran A
How to use RavenDB to implement throttling in less than 40 lines of code
18 Feb 2020 by steveb
Why use pointers?
10 Feb 2020 by Han Bo Sun
This tutorial will introduce the basics needed to use RequireJS to build modularized web applications with JavaScript.
19 Jan 2020 by Arthur V. Ratz
A simple introduction to using K-Means Clustering for data analysis.
6 Jan 2020 by Erik Engineer
Development of a multiplatform desktop application with .NET Core 3 and Electron.NET from scratch
5 Dec 2019 by Renz Ladroma
A tutorial on how to setup Keepalived for MySQL Auto Failover
24 Nov 2019 by Volynsky Alex
This article describes the difference between shallow and deep copy using Python 3.
4 Nov 2019 by Dr. Song Li
FAQs about Visual Studio Code
28 Oct 2019 by Azim Zahir
KMeans and MeanShift Clustering using sklearn and scipy
28 Oct 2019 by Igor Ladnik
Simple Kafka producer and consumer written in C# and Scala with Avro schema read either from local file or simple Web server
22 Oct 2019 by Han Bo Sun
This tutorial discusses the way to setup a Spring boot application that can utilize JSTL template and taglib.
22 Sep 2019 by Shameel
Part 1 of this multi-part article series discusses Open Source considerations, history of SQL Server and PostgreSQL, choosing the right PostgreSQL version for your needs and On-Premise vs Cloud comparison
10 Sep 2019 by Antoine Amend
Create custom indexes for improving Mapreduce performance
8 Sep 2019 by Sidd Gautama
Declarative, Configurable and Super Easy API testing lib using YAML/JSON steps
8 Sep 2019 by Arthur V. Ratz
How to properly install and configure SAP-HANA and TensorFlow Model Server to predict the S&P 500 Index
27 Aug 2019 by Dan Sporici
This article discusses the idea of Hot Patching C/C++ functions using Intel Pin in order to remove known vulnerabilities
19 Aug 2019 by VISWESWARAN1998
An opensource antivirus engine which uses Yara, Locality Sensitive Hashing to detect malware
26 Jul 2019 by Igor Ladnik
The article presents compact and simple-to-use infrastructure for full duplex messages streaming with .NET Core 3.0 and gRPC.
20 Jul 2019 by Arthur V. Ratz
How to perform ARL by using FPGrowth algorithm
17 Jul 2019 by ireland94
This program demonstrates the methodology needed for by directional messaging between a Java FX foreground and 1 or more background threads.
15 Jul 2019 by Cloudster
Run command line Linux apps inside of Django to rapidly process 360 degree images.
25 Jun 2019 by Dave Kerr
Subtelities of Shell commands
26 May 2019 by altomaltes
This code allows dumping and retrieval from a single variable to a complete tree of objects using both JSON and XML, in an unintrusive way, using tentative templates.
15 May 2019 by Han Bo Sun
In this tutorial, I am going to discuss how ngResource works. I will demo all 4 HTTP verbs (or methods), and multiple ways request input data can be packaged. It will be a very fun tutorial.
14 May 2019 by Renz Ladroma
A tutorial on how to setup firewalld on CentOS
26 Apr 2019 by Igor Kushnarev
Creating Vulkan instance with Kotlin Native
26 Apr 2019 by Igor Kushnarev
Vulkan surface, physical and logical devices with Kotlin Native
26 Apr 2019 by Igor Kushnarev
Vulkan API with Kotlin Native. Drawing loop.
25 Apr 2019 by Gaston Verelst
How to set up and use an Azure key vault to store your secret values
24 Apr 2019 by Azim Zahir
This article demonstrates Data Visualization using Matplotlib library of Python.
23 Apr 2019 by Kevin Mack
How to configure Terraform Development Environment
23 Apr 2019 by Phil Hopley
Seventh part in a series on a ROS (Robot Operating System) House Bot
21 Apr 2019 by setevoy4
What pointers are? Pointers examples in Golang. * and & operators. Pointer as an argument to a function. Functions - arguments by value and by reference.