Click here to Skip to main content
15,894,180 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 Updated

Linux 

1 Feb 2013 by aaverian
A very simple console progress bar.
17 Sep 2012 by Adam Wojnar
A complete log viewer written in C++/WTL.
3 Oct 2011 by Adrabi Abderrahim
Simple C genetic algorithm example
20 Sep 2010 by Aescleal
If you can, the quickest way to calculate the Fibonacci numbers is to do it at compile time. This is a case of "My recursive method is quicker than yours...":templateclass fibonacci_number{ public: static const T value = fibonacci_number
5 Nov 2013 by Ahmed Alaa El-Din
Useful and simple tutorial to create multi-language ASP.NET website. Following these steps, you will be able to create a good user interface multi-language website with 4 main steps.
28 Apr 2017 by Ahmed Elkafrawy
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union
28 May 2013 by akramKamal
Code to serialize/deserialize any object to an XML file.
15 Mar 2014 by Alain Peralta
How to use getMagicCaretPosition without getting null value
12 Jan 2016 by Amit KD
How to identify if the executable is 32-bit or 64-bit
5 Sep 2016 by Andrew Admire
Create a distributed P2P TMTO Hash database
27 Jan 2014 by Andrey Chaschev
Describes how to install and use Bear to set up and manage Tomcat cluster
26 Aug 2014 by Andrey Grodzovsky
Stack corruptions are usually tricky to solve, they can be random or consistent in nature, random are usually due to some rogue pointer writing to a random location wrecking havoc along the process address space and the consistent are due to overrunning allocated write buffer with more bytes that it
28 Apr 2016 by Andy Allinger
Convert .txt files to .bow in one Linux shell command
15 Oct 2015 by Andy Feng
Create a simple Http Server using Java SDK and process GET/POST requests
24 Oct 2015 by Andy Feng
Create a simple and flexible HTTPS server using JDK to process GET/POST requests
8 Sep 2014 by Andy Kirkham
The Poco XML Configuration has thrown up a number of (unanswered) questions across the inter-webs. This tip is intended to answer the commonest of them all, how to read multiple tags within an XML container tag
15 Mar 2016 by araud
Did you ever want to know where most of the memory is consumed? Whether it leaks or just gets allocated too much. This home brew memory tracker is yet another bicycle that you will be able to tune for your needs.
17 Jan 2017 by Arun Maiya
How to setup GCC cross compiler in Windows to generate Linux binaries
22 Feb 2018 by Asif Bahrainwala
OpenGL Compute Shader
4 Aug 2012 by Azim Zahir
This tip demonstrates using the Select command to display a bar chart.
18 Sep 2013 by Azim Zahir
This article explains creating a JSF application using NetBeans 7.2.1 and Oracle 11G.
7 Oct 2015 by B. Clay Shannon
Using routing in Meteor with IronRouter to allow users to navigate between templates/pages
4 Dec 2019 by botman1001
Given a Singly Linked List, we have to modify it such that all Even numbers appear before Odd
17 Jun 2013 by C Is Sharp
PHP and Accessing MS SQL Server in Unix/Linux.
21 Aug 2012 by Carlos A. Ramos
This brief article describes a frequency divider with VHDL along with the process to calculate the scaling factor.
12 Feb 2014 by charles henington
This is an alternative for "Send Mail With Attachment File"
20 Jun 2012 by chetan dudhagara
How to Protect from SQL Injection in PhP based website
6 Aug 2014 by Chinh Vo Wili
This is simple creating datepicker directive using AngularJs and Bootstrap
7 Mar 2014 by Christopher Ayres
Track usage of a value overtime
20 Mar 2013 by cocaf
How to show progress in a Boost test application.
4 Aug 2015 by cocaf
The generic network endpoint (IP address and port) class that can be compared with and cast to/from the protocol aware boost::asio::ip::udp::endpoint and boost::asio::ip::tcp::endpoint objects.
2 Sep 2015 by cocaf
The virtual inheritance helps to solve certain class design problems even if they are unrelated to the "deadly diamond of death".
5 Apr 2015 by ColdskyXia
Installing Mongodb
8 Apr 2015 by ColdskyXia
How to get started with mongodb
12 Apr 2015 by ColdskyXia
How to add new documents to a collection more efficiently
12 Apr 2015 by ColdskyXia
How to remove documents from a collection more efficiently
7 Jun 2013 by csanuragjain
Captures, searches, and manages all your screenshots in one place.
17 Aug 2017 by D4rkTrick
How to create a web control panel for sound and lights for your Parrot drone (Wi-fi connected)
19 Nov 2012 by Debdatta Basu
Emulating iterative structures with the C++ pre-processor.
10 Jan 2014 by deepi2014
This tip is to showcase how to write “Native C Library” so that it can be used for Cross Platform with .NET interoperability with Native C Libraries.
17 Jan 2014 by deepi2014
An attempt to taking up an existing published article “C#.NET Interoperability with Native C Libraries on Cross Platform” towards the next level.
5 Dec 2011 by Denno.Secqtinstien
How to deploy your Java Web Project code to a Linux server.
2 Nov 2014 by Dhruv Singh
Follow the tips below to write more beautiful and idiomatic Python code!
23 Mar 2014 by DigitalInBlue
Guidance on C++/C++!1 Parameter Passing
23 Dec 2014 by Dominique Gilleman
How to handle (load/save) only a part of an aggregate domain model with composition
27 Jul 2014 by Emiliarge
How to send data to device and receive data from device through COM-port
28 Oct 2014 by Farzan Hajian
This tip describes how to create and delete Linux swap files using a Python script
22 Oct 2017 by fernandoc1
This article describes how to extract RAW image information from Thermal Flir JPEG images
13 Jan 2018 by fnjauke
Set up laravel 5 and set permissions for the Apache user to write to storage directory
17 Oct 2013 by freeluna
A simple alternative progress bar or gauge in wxPython
3 Apr 2024 by GabrieleTronchin
The Docker context command simplifies the configuration and switching between contexts.
17 Feb 2015 by Gautham Prabhu K
Using getopts in shell scripting to handle command line arguments.
2 Nov 2020 by George Shagov
An idea how to improve the performance of binary search algorithm using three boolean logic
9 Apr 2018 by gintack
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs
9 Aug 2013 by Grant Curell
Using proxychains for pivoting through routers and other multi-homed devices
22 Nov 2020 by honey the codewitch
This is a very specialized tool that generates source code to upload files into SPIFFS on an ESP32
22 Feb 2015 by Hugo Carnicelli
During this article, we are going to explore what is currently necessary to run an ASP.NET 5 website on Ubuntu.
31 May 2012 by Jaiswar Vipin Kumar R.
How to access WAMP Server in LAN or WAN.
23 Jan 2018 by James Johnes
Do you want to secure your nginx server? Do you want to prevent Google Chrome from name shaming your non-SSL domain? Well, here a perfect yet easy to follow guide to help you.
10 Dec 2015 by JinWenQiang
Get started with your own SDN (Software Defined Network) simulation network
16 Dec 2015 by JinWenQiang
Just a brief introduction of a simulator to build wireless environment
15 Feb 2013 by John Duquette
How-to setup an FTP server on an EC2 instance using S3 for storage
1 Nov 2015 by Johnson Augustine
Faster image matching or comparison in large set of categorized images or training set in machine learning
28 Jun 2016 by JohnX2015
This is a cross-platform general C++ engine, including a general runtime and a reflection engine.
18 Sep 2010 by joseph.arul83@gmail.com
Non Recursive and Recursive implementation of Fibonaci series in C++. Emphasis is on the complexity involved in the different implementations.
6 Jun 2020 by Kamal Mahendra Sirisena
Online Anonymity for Penetration Testing
27 Apr 2015 by Kiril Shulga
Parsing XML tree containing heterogeneous data using libxml2 Reader API
13 Dec 2011 by KjellKod.cc
Ideone.com pastebin and online compiler with support for 40 programming languages
2 Feb 2015 by lakhdarr
Using angularjs global controllers and MVC Razor to divide page (load) rendering between server and browser
7 Sep 2017 by Latika surse
How to use SASS in Drupal ?
19 Feb 2013 by Lazaro Lima
This paper attempts to pass all the steps to create an automated backup for a MongoDB Server on a Linux Server where all backups are sent to Amazon AWS S3 service scheduled through crontab.
14 Feb 2015 by Liu Junfeng
A simple and powerful command line options parser.
13 Feb 2014 by Lothar Perr
Simple and lightweight XML Serialization using tinyxml2
21 May 2014 by M@dHatter
A new way to handle globals in php without declaring global identifier.
17 Feb 2019 by Maciej Los
This tip is for those who have installed PostgreSQL server on QNAP NAT server in Container Station (docker) and want to enable remote connection to that server. Note: NAT server is over the router!
19 Mar 2013 by Marco Bertschi
Activating the Windows POSIX Kernel patch and installing the Interix SDK on Windows 7 Ultimate.
18 Oct 2014 by Marco Bertschi
A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way
18 Oct 2014 by Marco Bertschi
A brief step-by-step guide on what is needed to get Qt and the Qt Creator installed on your Linux environment
5 Jan 2016 by marcus obrien
Fix your goflex media server files and have poke around on the device.
19 Mar 2019 by Martin Vorbrodt
Plugins: loading code at runtime
16 Jan 2016 by Mathew_wwx
This tip will introduce a library written in C++ that wraps up a 2d polygon triangulation algorithm with time complexity of O(N*logN), the algorithm works on both self-intersected and non self-intersected polygons.
3 Jun 2013 by Mattias Ordboken
jvmtop is a lightweight, open-source console monitoring tool
7 Sep 2013 by me.ajaykumar
How to convert a web page to PDF or image
11 Sep 2015 by Member 11246861
First samples in VisualGDB for Raspberry pi2
18 Feb 2019 by Member 14151270
Docker Private registry on CentOS
11 May 2010 by Michael Safyan
If you've done a regular search for API reference documentation, most likely you've come across links to very old versions of the API (e.g. links to Java 1.4.2 instead of Java 5 or Java 6), or you've probably come across plenty of links that are completely unrelated to the actual search (getting...
19 Aug 2013 by Mikeqm
Making the web work with Pick
24 Jul 2013 by Mircea Sirghi
The article exposes some useful functions for making Eggplant easier.
23 Feb 2024 by Mohammad Elsheimy
One of the major issues encountered when connecting to databases after porting ASP.NET app to Docker Linux containers.
22 Mar 2024 by Mohammad Elsheimy
Configuring OpenSSL minimum version and legacy renogetiation
29 May 2013 by mpolaczyk
Public Key Auth - Why it's better than simple password and how to configure
21 Aug 2016 by Mr. xieguigang 谢桂纲
How to use pipeline feature for linux programming
25 Aug 2016 by Mr. xieguigang 谢桂纲
Manhattan plot in VisualBasic, application of the cross platform VisualBasic in the data science
15 Jan 2011 by Mustafa Ismail Mustafa
Mounting a Windows share/shared folder on FreeBSD/FreeNAS
24 Oct 2019 by Nabil Droussi
This article will walk you with steps on how to install, configure and connect to SQL Server 15.x on,Linux Ubuntu Server 18.04 LTS
26 Feb 2016 by Nagaraj Krishnamurthy
This tip will go into the details of platform devices and their corresponding drivers in Linux
13 Dec 2015 by Nazar.Bukhari
This tutorial will demonstrate the creation of second mysql instance and transfer a database from the first instance to the second.
12 Mar 2013 by Nelson Kosta Souto
Running the same compiled assembly on Windows and Linux.
26 Dec 2013 by Nelson Kosta Souto
Run .NET Windows forms 2.0 on Ubuntu 13.04