Click here to Skip to main content
15,881,600 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 Frédéric -lefred- Descamps
How to install WordPress on Oracle Cloud Infrastructure (OCI) using always free tier
by Frédéric -lefred- Descamps
How to deploy Arm instances on Oracle Cloud Infrastructure (OCI) using Terraform
by Pranay Bakre
How to deploy applications to the Azure Kubernetes Cluster powered by arm64-based virtual machines
by Pranay Bakre
How to migrate existing x86 containerized applications to Arm

All Articles

Sort by Score

Linux 

26 May 2022 by Miroslav Fidler
Installation and the first look at U++ platform
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.
27 Jun 2022 by Shao Voon Wong
A portable and easy-to-use C++ file library to read and write structured data
18 Dec 2014 by Florian Rappl
Exploring the abilities, benefits and features of TypeScript by extending / rewriting the original Mario5 source.
5 Feb 2024 by Clark Fieseln
Protect your privacy against malicious network activity and policy violations
5 Mar 2023 by V. Subhash
About odd but critical shell-programming details that get easily forgotten or ignored
13 Aug 2018 by Shmuel Zang
This article shows how we can implement a thread-safe events (similar to .NET events) mechanism using the standard C++ library.
1 Dec 2016 by Igor Ladnik
Software for large image smart viewing, mark out and annotation
29 Aug 2017 by Andrew Kirillov
The article describes cam2web project - an open source application aimed for streaming cameras as MJPEG streams.
22 Apr 2011 by Sergiy Korzh
A JavaScript function to get the absolute coordinates of a DOM element within a document
10 Sep 2018 by Kewin Rausch
Moving forward in the future networks evolution
1 May 2017 by AlexeyAB
Examples of use and testing of a thread-safe pointer and contention-free shared-mutex
1 Sep 2009 by Koushik Biswas
How to setup Darwin Streaming Server 6.0.3 on 32 or 64 bit Linux platforms, add custom functionality by developing plugins ("modules" as Apple calls them), and results of some performance and load tests I ran
22 Feb 2009 by Clayton Rumley
An easy-to-use class that allows us to create PHP classes whose methods are automatically exposed in client-side JavaScript.
4 Jul 2021 by Miroslav Fidler
Using asynchronous nature of U++ library HttpRequest class to implement parallel web crawler with GUI
28 Jul 2016 by Omar Al Zabir
Protect ASP.NET and WCF from various brute force and Denial of Service attacks and speed up response time using nginx.
10 Jan 2019 by Andi Kleinbichler
Illustrates the implementation of a .NET Core app, running in a Linux container, connecting to a SQL Server database with integrated security.
15 Jun 2017 by 0xG00DC0FFEE
A better and much simpler implementation of Finite State Machine library for C++
29 Jun 2017 by EgorYusov
This article describes an efficient thread-safe reference counting system.
26 Dec 2023 by Nick Polyak
This article describes embedding native Windows and Linux control into an Avalonia application.
21 Nov 2016 by Kornfeld Eliyahu Peter
How to host a cross-platform ASP.NET Core application
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
2 Nov 2017 by Voevudko A. E., Ph.D.
Understanding and using technique of generating and plotting spirals in plain JavaScript. Offering web-pages demonstrating different kind of spirals.
28 May 2013 by John Atten
How to use SSH to access a Linux machine from Windows
30 May 2017 by Voevudko A. E., Ph.D.
Understanding, designing, generating and plotting Kronecker product based fractals and offering web-pages supporting it.
11 Jan 2023 by Clark Fieseln
Simulate hardware containing an FPGA programmed in VHDL interactively
9 Sep 2018 by Philipp Sch
Finding a fundamental Cycle Set forming a complete basis to enumerate all cycles of a given undirected graph
13 Nov 2017 by Elmue
This article describes how to use a Teensy 3.1 board from PJRC.com to simulate keyboard, mouse and touch screen USB HID devices at the same time. This allows to remote-control a computer through one USB cable.
19 Feb 2016 by pasztorpisti
An advice to make your DLL interface more attractive and easier-to-maintain even in cross-platform projects
21 Jun 2016 by Marc Clifton
A deep dive into the $lookup aggregator with examples of one-to-one, one-to-many, many-to-many, and nested relational "queries"
10 May 2017 by Marc Clifton
Using C#, a simple web server, and Docker, I show you how to create a "Fiddle" website to run Python (or other script languages)
17 Dec 2017 by Voevudko A. E., Ph.D.
Explaining the Vogel spiral phenomenon. Offering web-pages used to illustrate different aspects of the Vogel spirals.
14 Apr 2018 by Kewin Rausch
An introduction on how these applications self-defend themselves against scanning techniques, and how they could have evolved from simple and naive forms to more sophisticated ones.
11 Apr 2015 by Marc Clifton, Arthur Brock, Eric Harris-Braun
Semtrex is a semantic tree expression evaluator
8 Mar 2017 by Eric D Schmidt
A crash course in working with the BeagleBone and its built-in A/D converter, GPIO, and I2C bus using C++
18 Dec 2016 by Afzaal Ahmad Zeeshan
Overview of SQL Server on Linux
30 Oct 2020 by honey the codewitch
Using this cheap, powerful little device to make magic
13 Jun 2012 by lewax00
Well let's start with the most obvious problem, you opened it in a text editor. The text editor assumes anything you want opened in it is text, and is therefore showing you the equivalent text of the executable.EVERY file on your computer is in 1's and 0's. All the time. It's how computers...
26 Jan 2013 by pepethepepe
Access realtime Linux Web server statistics right away from Windows Store App
29 Jul 2014 by tyebillion
Implementation of the fourth order Runge-Kutta method in Python for solving n-dimensional ordinary differential equations
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.
15 Oct 2017 by Kewin Rausch
Design and development of a TOR-like protocol to keep your communication secure and your identity unknown
4 Apr 2021 by Yuancai (Charlie) Ye
Continuous SQL-stream Sending and Processing System
5 Jan 2021 by theoldfool
Using a Blazor Server, running on a Raspberry Pi, to display output from an MCP9808 I2C sensor
9 Mar 2015 by Steffen Ploetz
How to develop Linux/Unix (X11) GUI applications in C# efficiently without dependencies to GUI frameworks like GTK or KDE. Description of composite widgets.
13 Aug 2020 by raddevus
Learn to program Linux via .NET Core 3 and Visual Studio code: Getting started
5 Nov 2020 by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
6 Oct 2013 by Mr. xieguigang 谢桂纲
Mathematical method of S-system equation to simulate a biochemical network system
6 Nov 2014 by Orjan Westin
Simplifying the use of dynamically sized C structs
11 Jan 2015 by Manar Ezzadeen
Examining packets exchanged between ZeroMQ sockets using Wireshark; and studying ZMTP protocol and its grammar that governs these packets through a simple PUSH-PULL example.
1 Apr 2016 by Nagaraj Krishnamurthy
This article goes into the details of how to write a Linux Device Driver for a pseudo Ethernet device simulated on a Qemu platform.
4 Feb 2019 by Igor Ladnik
Compact infrastructure for custom hosting of .NET Core component in unmanaged C/C++ code with reciprocal methods calls between the parts running in Windows and Linux. Section Threads and Processes
2 Jan 2021 by honey the codewitch
Hoodwink your computer into doing your work for you using regular expressions
25 Sep 2021 by Clark Fieseln
Compress, encrypt and hide a secret file inside an audio file (MP3, WAV, OGG, FLAC, ..)
7 Apr 2022 by Chris Maunder
A quick overview and a simple bash script to make your script output a little more lively
22 Jun 2014 by _Asif_
Welcome to the wonderful word of CCXML/VXML
22 Jan 2015 by Christopher Swiderski
We’ll be using Java 7 and the Apache CXF framework for implementing a web service and client within the Eclipse IDE.
29 Jan 2015 by Suffyan Asad
How to implement Joins in Hadoop Map-Reduce applications during Reduce and Map phases
20 Oct 2017 by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.
16 Apr 2018 by Voevudko A. E., Ph.D.
Demonstrating a few approaches to generating and plotting fractals in R and offering R scripts realizing it.
8 Aug 2017 by Wajeeh Ahmed
This article is about launching a secondary process from within a process and verifying the successful launch.
20 Mar 2018 by Voevudko A. E., Ph.D.
Continue defining and presenting Gearographic curves from the simplest to the most intriguing. Offering web-pages and R scripts used to illustrate different aspects of it.
8 Sep 2009 by jerryd_intw
This article presents a commercial-grade cross-platform Harel UML StateChart Open-Source application framework named StateWizard for concurrent, distributed, and real-time reactive system development with simplicity, efficiency, and scalability.
13 Aug 2009 by webdev_hb
jLinq is a Javascript query language that makes it easy to work with large arrays of information. Today, jLinq 2.2.0 is released which offers new commands, bug fixes and more!
1 Oct 2012 by Espen Harlinn
Have a look at C++ Builder[^]Personally I think it's a good idea to learn a language that allows you to get "close" to the hardware. In a way it could be argued that assembly is a good first language, except that you would proably find the exercise rather frustrating.C++ Builder comes...
5 Mar 2014 by OriginalGriff
"it means we can't decide when it return -1 and when success?"No, you can't - that's the whole point.Think of it this way: you want to open a file so you can write some stuff into it, so you call the method to open the file. If the file is already open because some other program is writing...
29 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based ribbon application with the Roma Widget Set (Xrw) in C#
27 Jan 2015 by Vaclav Naydenov
Comparing the performance of two similar CRUD server apps, one written in Python and SQLAlchemy, the other in C++ and YB.ORM.
12 Jun 2015 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article reviews a XAML based application with WPF geometry objects (shapes).
26 Mar 2019 by Steffen Ploetz
Check OpenGL as a basis for appealing applications, that are not necessarily games.
5 Dec 2015 by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
5 Apr 2016 by Matt Scarpino
Developing Low-Level Linux Applications with XCB (X protocol C-language Binding)
18 Jul 2016 by Kornfeld Eliyahu Peter
PoC - a small trip to see how .NET Core IS multiplatform
10 Aug 2018 by RCL_SPD
How to allocate memory on Linux and Windows
24 Nov 2019 by Volynsky Alex
This article describes the difference between shallow and deep copy using Python 3.
28 Oct 2010 by Aescleal
Order of destruction isn't up for grabs by compiler writers - it's set by the standard. If you have two objects a and b, declared as:A a;B b;then the destructor of b is always going to be called first. So if b depends on a it will always be destroyed before its dependent object.So...
25 Nov 2010 by JF2015
The best start into programming is reading good books and trying out some small examples. As always the first thing in programming you should start with a simple "Hello World" application and build up from there.At first you should decide what you really want to do:- Linux or windows?-...
21 Jan 2013 by Richard MacCutchan
The definition of NewFunc contains a forward reference (not allowed) to the enum, hence the error message. Move it below the enum definition.
26 Mar 2013 by Volynsky Alex
For example you can try to settle it, by following way:#include #include int main(){ time_t your_time = .... struct tm your_time_tm = *localtime( &your_time); struct tm then_tm = your_time_tm; then_tm.tm_sec += 100; mktime(...
4 Jul 2013 by H.Brydon
In fact it is not that daunting a task. Really, an operating system is the code that takes over from the boot loader. As others here have hinted at, you won't get much success on conventional machines that you buy in a computer store. On the other hand, that is pretty much what you do with...
20 Jul 2014 by Mark H Bishop
Build an Arduino Hardware Random Number Generator and use it from Java
10 Oct 2014 by Steffen Ploetz
Currently none of the big Linux/Unix (X11) GUI application frameworks (GTK+, KDE) support XAML based application development. The Moonlight project (including XAML support) was abandoned on May 29, 2012. This article shows 'how to' a XAML based dialog application with the Roma Widget Set (Xrw) in C#
8 Oct 2014 by Relly Rivlin
Filter, sort and paging with ng-grid using AngularJS and REST
26 Oct 2014 by Abhishek Nandy
An Overview of IOT
9 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the Raspberry Pi development board.
10 Dec 2014 by Mircea Diaconescu, Gerd Wagner
In this article, we describe how to develop IoT apps with Node/JavaScript for the Arduino-compatible PCDuino. We take JavaScript to the land of microseconds where a digitalWrite operation takes 6-7 microseconds and a digitalRead operation takes 4-5 microseconds.
10 Apr 2015 by Gaurav Aroraa, Mahsa Hassankashi
In this article, we will discuss how to create npm packages/modules
8 Oct 2015 by Anele 'Mashy' Mbanga
A look at a flexible Java MySQL CRUD PHP script generator
20 Oct 2017 by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
15 Aug 2020 by Dr. Song Li
How to run Linux in a VirtualBox and miscellaneous subjects
18 Mar 2018 by Steffen Ploetz
How to run the -IntegrationSample- of the incredible feature-rich NoesisGUI, that might be the best WPF competitor, on Linux using MonoDevelop and C#.
17 Jan 2019 by Phil Hopley
Fourth part in a series on a ROS (Robot Operating System) House Bot
5 Feb 2019 by Ryan Peden
Writing to a Slack Channel - Node.js Edition
23 Apr 2019 by Phil Hopley
Seventh part in a series on a ROS (Robot Operating System) House Bot
21 May 2020 by CPallini
it is called stdio.h, NOT studio.h (I can hear the Gods Of Computer Programming crying...).
22 Nov 2020 by honey the codewitch
Revisiting our WiFi enabled smart clock project with more modern hardware
10 Aug 2010 by anshulskywalker
Understanding of Example Based Machine Translation (EBMT) system and how to create your own using exisiting tools
26 Jun 2011 by OriginalGriff
First thing: forget C#, forget any managed language: an image of 32000x32000 has 1,024,000,000 pixels, which means 4,096,000,000 bytes. This is too big for a single object in .NET which has a maximum size of 2GB.You may be able to do it in native C++, but it will be slow, slow, slow to work...