C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Raveena Attri(4)
Abhishek Mishra(3)
Deepak Tewatia(2)
Sarthak Varshney(2)
Poonam Beniwal(2)
Sam Hobbs(2)
Karthick S(2)
Rohit Gupta(2)
Divyang Desai(2)
Nithya Mathan(2)
Suketu Nayak(2)
Yashwant Vishwakarma(2)
Romil Bheda(2)
Kuppurasu Nagaraj(2)
Saurav Kumar(2)
John Godel(2)
Mohamed Safath(2)
Edinbiro James(2)
Mukesh Kumar(2)
Afzaal Ahmad Zeeshan(2)
Ananya Desai(1)
Nidhi Sharma(1)
Vijay Pratap Singh(1)
Aarav Patel(1)
Baibhav Kumar(1)
Najath Risni(1)
Vikas Singh(1)
Samarth Srivastava(1)
Jefferson S. Motta(1)
Vinay Ayinapurapu(1)
Daniella Coleman(1)
Ibrahim Sumon(1)
Sathya N(1)
Anupam Maiti(1)
Daniel Gomez(1)
Anish Ansari(1)
Abhishek Chadha(1)
Prasad Rane(1)
Akshay Patel(1)
Gokulakrishna (1)
Amit Mohanty(1)
Dhanasekaran G(1)
Mohit Chhabra(1)
Sarathlal Saseendran(1)
Jayakumar Balasubramaniam(1)
Ramees (1)
Catcher Wong(1)
Vidyadharran G(1)
Vipul Poojara(1)
Vimal Lohani(1)
Janshair Khan(1)
Abdul Rasheed Feroz Khan(1)
Ahmed Khateeb(1)
Swati Sharma(1)
Usman Sheikh(1)
Chervine Bhiwoo(1)
Rahul Sahay(1)
Anoop Kumar Sharma(1)
Rizwan Ali(1)
Amit Choudhary(1)
Aman Singhal(1)
Kirtan Patel(1)
Deepika Sawant(1)
Lokesh Varman(1)
Praveen Sreeram(1)
Hugo G. Fernandez R.(1)
John Morehouse(1)
Varun Setia(1)
Abdul Raheem(1)
Monica Rathbun(1)
Jothimani Elumalai(1)
Sudeshna Sur(1)
Mohsin Arif(1)
Satyaprakash Samantaray(1)
Allen Oneill(1)
Akshay Phadke(1)
Kasam Shaikh(1)
Resources
No resource found
Azure Cosmos DB Linux Emulator: What Developers Need to Know
Jun 09, 2026.
Unlock efficient local development for Azure Cosmos DB on Linux with the emulator. Test queries, data models, and CI/CD workflows.
What Is the Latest Zero-Day Vulnerability Affecting Windows or Linux Systems?
Mar 02, 2026.
Discover the latest zero-day vulnerabilities impacting Windows and Linux systems in 2026. Learn about the risks, real-world examples, and how to protect your systems.
Essential Coding Patterns for Windows and Linux Compatibility in .NET Core
Feb 03, 2026.
Master .NET Core cross-platform development! Learn essential coding patterns for Windows & Linux compatibility, avoiding common pitfalls in file handling, dependencies, and more.
Why are Linux systemd Services Starting Successfully but Failing Minutes Later Without Logs?
Jan 21, 2026.
Troubleshoot silent systemd service failures on Linux! Learn why services start but fail without logs, covering misconfigurations, memory issues, and dependencies. Practical fixes included.
How to Install Nginx on Linux Server
Sep 02, 2025.
Installing Nginx on a Linux server is easy. First, update your server using the command: `sudo apt update`. Then, install Nginx with `sudo apt install nginx`. After the install, start Nginx by typing `sudo systemctl start nginx`. You can check if it’s running by opening your web browser and going to your server’s IP address.
New Linux Bugs Let Hackers Gain Root: CVE-2025-6018 & 6019
Jul 10, 2025.
Discover how clever logic flaws in Linux could let attackers become root. Understand CVE-2025-6018 & 6019—and how to stay safe.
How to Host a Website on AWS Linux EC2: A Beginner's Guide
Jun 30, 2025.
Learn how to host a website on AWS EC2 using a Linux server. This beginner-friendly guide covers step-by-step deployment of Node.js, React, and static sites with PM2 and NGINX.
How to Install Kali Linux in Microsoft Hyper V
Apr 30, 2025.
This article covers the necessary steps, from enabling Hyper-V on Windows to setting up a Kali Linux virtual machine.
Exploring Software and Hardware Interaction via Linux Kernel
Nov 05, 2024.
This article explores how the Linux Kernel facilitates interaction between software and hardware. By contributing to the kernel, developers gain hands-on experience with system programming, memory management, and process scheduling.
Basic Linux Commands
Oct 06, 2024.
Learn about basic Linux commands including listing files and managing directories as part of fundamental of DevOps.
Top 50 Linux Interview Questions and Answers
Jun 18, 2024.
Unlock your potential with "The Ultimate Linux Interview Question and Answer Handbook." This comprehensive guide covers essential Linux topics, from basic commands to advanced system administration and troubleshooting.
What is Linux User Management Mastery?
May 30, 2024.
Learn to create, modify, and delete users, manage groups, and set permissions. Whether you're a beginner or experienced, this article provides essential commands and concepts to ensure secure and efficient control of your Linux system.
Deploy Azure IoT Edge on Linux with Windows
May 13, 2024.
Discover optimal Azure IoT Edge deployment strategies for Linux and Windows environments. Explore compatibility, containerization with Docker, Kubernetes integration, and device management, ensuring seamless IoT solutions in hybrid setups.
Unlocking the Power of Linux File Permissions
May 06, 2024.
In this article, we will Explore the potency of Linux file permissions, ensuring security and control over system resources. Master chmod, user/group management, and access levels for robust security.
Go live on linux Server With Node JS App
Dec 23, 2023.
Download nvm. NVM is a node version manager and in order to install Node and npm, first nvm is to be installed using following commands.
Kali Linux for Powerful Penetration Testing
Oct 25, 2023.
The most popular distributions for penetration testing. ndisputable advantages of Kali Linux include its extensive collection of more than 600 pre-installed penetration testing programs. This extensive collection makes testing more user-friendly by streamlining the initiation process. Combining it with a kernel that has been painstakingly updated to meet penetration testing requirements ensures a seamless use of all tools without the hassle of compatibility issues.
Setting Up Docker In Linux VM For Container Apps
Feb 03, 2023.
In this article, we will see how to set up docker in Linux VM for building and shipping container applications.
How To Restore Linux Server Via Veeam Agent
Apr 28, 2022.
This guide will show you how to easily restore a volume on a Linux server using free backup tool — Veeam Agent.
Installing Puppy Linux To A Dedicated Partition
Feb 23, 2022.
Describes Puppy Linux distributions and how to install a FossaPup64 Puppy Linux distribution.
Running ASP.NET Core In Linux System(Alpine Linux Distribution) Using Docker
Feb 09, 2022.
In this article, you will learn how to run Asp.net Core In Linux system(Alpine Linux Distribution) using docker.
How To Deploy ASP.NET Core App/Web API On Oracle Linux Server Using Nginx
Feb 09, 2022.
In this article, you will learn how to deploy Asp.NET Core App / Web API in Oracle Linux 7.9 server using Nginx as reverse proxy.
Setup HTTPS For Nginx On AWS EC2 Linux Instance Using Docker And Certbot
Jan 27, 2022.
How to install Https certificate in ngnix using certbot(lets encrypt) with docker
Frequently Used Linux Commands
Jan 20, 2022.
This article will help to learn the simple and frequently used Linux commands
How To Install Windows Subsystem For Linux (WSL2) On Windows 11
Jan 12, 2022.
In this article, you will learn how we can install a windows subsystem for Linux on Windows 11.
Setup Docker And Docker-compose On Linux VM
Dec 30, 2021.
This article demonstrates simple steps to install docker and docker-compose in Ubuntu 20.04 server.
Deploy ASP.NET Web App To A Linux Virtual Machine In Azure
Aug 19, 2021.
In this article, you will learn how to Deploy ASP.NET Web App To a Linux Virtual Machine in Azure.
What Is Cloud-init And How To Use It For Azure Linux VM
Jul 13, 2021.
In this article, You will learn about cloud init and Boot Diagnostic. You will learn how to use it.
Create Amazon Linux AMI EC2 Instance And Deploy NodeJS Application
Oct 08, 2020.
With this article, one should easily create an Amazon EC2 instance and deploy a nodeJS application and also learn how to install node modules directly on EC2 instance
Run nginx Server As a Container In Docker Installed On Linux Based Virtual Machine In Azure
Sep 18, 2020.
In this article, we will create a Linux VM on the Azure Cloud platform and configure a nginx Web Server to host .NET Core applications. This nginix server could also run as a container on Docker hub.
How To Install Geth On A Linux Machine
Jul 28, 2020.
This article describes installing Geth on a Linux/Ubuntu machine.
Host ASP.NET Core Web API On Linux Azure VM
Jan 03, 2020.
In this article, will create ASP.NET Web Core Web API application and host in Linux environment.
Jira Confluence Installation In Linux And Integrate With Jira Service Desk
Oct 21, 2019.
In this article, you will learn about Jira confluence installation in Linux and integrate with Jira service desk .
File Transfer Between Windows And Linux Using WinSCP In C#
Oct 15, 2019.
In this article, we will learn how to transfer files between Windows and Linux using WinSCP In C#.
Provisioning Linux Virtual Machines Through PowerShell Commands
Sep 03, 2019.
This article helps you to learn the Azure Module PowerShell commands to provisioning the Linux Virtual Machines.
How To Run nopCommerce On Linux Using Docker
Jul 24, 2019.
nopCommerce 4.20 is running successfully with .NET Core and many of us want to run it on a Linux machine. In this article, we’ll see how to run a nopCommerce app on a Linux machine using Docker.
Deploy .NET Core Application To Linux Containers On Azure Web App using Deployment Center - Part Three
Jul 16, 2019.
This article demonstrates how to generate Azure DevOps CI and CD Pipelines from Azure Web App Deployment Center. This technique saves a lot of time for DevOps Engineers as they need not create or configure Continuous Integration and Continuous Deployment Pipelines manually and can generate these with a few button clicks in the Azure portal.
Deploy .NET Core Application To Linux Containers On Azure Web App - Part Two
May 08, 2019.
This article provides step by step guidance on how to pull a docker image from Azure Container Registry and deploy it on Azure Web App for Containers using Azure Pipelines.
Deploy .NET Core Application To Linux Containers On Azure Web App - Part One
Apr 18, 2019.
This article provides step by step guidance on how to build a Linux based Docker image using Azure DevOps and push it to Azure Container Registry using Azure Pipelines.
Hosting Docker Container On Azure Linux VMS
Nov 21, 2018.
Docker is one of the most popular container management platform amongst the IT companies and it has the capability of running on both Linux and Windows based systems. As it was originally designed for the linux based systems, it’s been the first choice for the DevOps guys to host their containers on the linux systems.
Create A Linux Ubuntu Virtual Machine In Azure With Xfce Desktop
Aug 08, 2018.
We can create a Linux Ubuntu VM in Azure and then install Xfce desktop version 4 and connect with any windows machine using Remote desktop protocol.
How To Setup SPFx (SharePoint Framework) In Linux Ubuntu
Jun 15, 2018.
In this article, we are going to see how to setup SharePoint Framework environment in Linux Ubuntu. SharePoint Framework is an emerging technology in the SharePoint world. It is a page and web part model that provides full support for client-side SharePoint development. Please have a look at the overview of SharePoint Framework in the official Microsoft documentation.
Configuring A LAMP Server On A Linux VM In Azure
May 20, 2018.
This article walks you through how to deploy the LAMP stack on an Ubuntu VM in Azure
Host ASP.NET Core On Linux With Jexus
Jan 02, 2018.
In this article, you will learn a new and easy way to host your ASP.NET Core project on Linux with Jexus Web Server.
Creating A Data Science Virtual Machine(DSVM) For Linux In The Azure Portal
Nov 21, 2017.
In this article, I am going to demonstrate how to create the Data Science Virtual Machine for Linux on the Azure Portal and connect the DSVM to visualize the VM using X2Go Client Software.
Microsoft Azure Cloud Shell Startup And Creating A Linux VM WebServer Using Cloud Shell
Jul 06, 2017.
Microsoft Azure Cloud Shell is very interactive, easy and browser accessible shell platform for creating, maintaining and managing all Azure resources using portal only. Azure Cloud Shell provides you access to Azure CLI browser based experience which supports built in tasks.
Installing SQL Server vNext On Linux - Part Two
Jul 04, 2017.
With the release of Microsoft SQL Server on Linux, it is a huge step towards gaining markets in Database Technologies giving competition to other RDBMS software. Microsoft SQL Server is not only on Windows but it is on Linux also and people who love Linux can check the flavor of SQL Server in the Linux environment.
Creating Linux Based HdInsight Cluster In Azure
Jun 01, 2017.
In this article, I will explain about creating the HDInsight Clusters in Azure. HDInsight cluster is a distribution from Cloud for Hadoop components. Hadoop refers to a type of cluster, which is used for Map reducing.
Installing SQL Server vNext On Linux - Part One
May 09, 2017.
Installing SQL Server vNext On Linux. install SQL Server vNext on Ubuntu, install SQL Server on Linux. install SQL Server vNext on Linux. install SQL Server vNext.
Deploy ASP.NET Core Application On EC2 Amazon Linux Instance
Feb 14, 2017.
This article will provide you with a step-by-step guide to deploy ASP .NET Core Web applications on Amazon Linux instance.
Learn BigData With Me - Linux Basics - Part One
Feb 08, 2017.
In this article, you will learn all about BigData. We are starting this series with Linux basics.
How To Run Interactive Spark SQL Queries On Apache Spark Hdinsight Linux Cluster
Dec 31, 2016.
In this article, you will learn how to run Interactive Spark SQL queries on Apache Spark HDinsight Linux cluster.
.NET Core And SQL Server In Linux Docker Containers
Dec 21, 2016.
Learn to deploy .NET Core applications with SQL Server in Linux Docker containers. Explore containerization benefits for cross-platform development, leveraging Docker's efficiency and flexibility.
Creating A Linux VM On Azure With SSH Keys From Ubuntu Machine
Dec 13, 2016.
In this article you will learn how to create a Linux VM on Azure with SSH Keys from Ubuntu Machine.
Handling Permissions In Linux VM While Migrating WordPress Site
Oct 27, 2016.
In this article, I'll write about how to give WordPress plug-ins permission, while migrating or maintaining the backup of your site.
Load Balancing On Linux Virtual Machine
Jul 10, 2016.
In this article, you will learn how to implement load balancing on Linux Virtual Machine.
Create Linux Virtual Machine - Azure Portal
May 21, 2016.
In this article we will go step by step to create Ubuntu Server 14.04 LTS using two different deployments: Classic & Resource Manager.
How To Install Apache, MySQL, PHP (LAMP) Stack On Azure Linux VM
May 02, 2016.
In this article you will install Linux, Apache, MySQL, PHP (LAMP) Stack on Azure Linux VM in Azure Portal by using PUTTY.
Working With Red Hat Enterprise Linux 7.2 Virtual Machine In Azure By Using PUTTY
May 01, 2016.
In this article you will create and work with Red Hat Enterprise Linux VM in Azure Portal by using PUTTY.
Introduction To Linux Operating System
Mar 11, 2016.
In this article we will learn about an introduction to the Linux Operating System.
Creating Linux Based Virtual Machine And Installing Cpanel On Azure
Jan 06, 2016.
In this article we will discuss how to setup virtual machine on Microsoft Azure then configuring Cpanel on it using PuTTY.
Running Hadoop on Linux using Azure HDInsight
Oct 30, 2015.
This articles demonstrates how to run Hadoop on Linux using Azure HDInsight.
Publishing Your ASP.Net App to Linux in 5 Minutes With Docker
May 12, 2015.
This article shows how to publish your ASP.NET app to Linux in 5 minutes with Docker.
Visual Studio Code: A Free Cross-Platform Code Editor For OS X, Linux And Windows
May 01, 2015.
This article describes Visual Studio Code, a cross-platform code editor from Microsoft that supports OSX, Linux and Windows.
Deploy ASP.Net 5 Applications in Linux Containers With Docker
Mar 02, 2015.
This article explains how to run an application on the Linux operating system using Docker.
Hosting ASP.Net VNext Application In a Linux VM on Azure
Dec 17, 2014.
In this tutorial we’ll see how to host an ASP.Net vNext application in a Linux VM image running on Azure.
Windows 8 Dual Boot and Linux Mint on the Same PC
Dec 21, 2012.
In this article we are going to explain how to Dual Boot Windows 8 and Linux Mint on the same PC.
Compile C# Program on Linux Operating System
Jun 08, 2010.
probably all programmers working in c# on windows platform but here i m presenting some thing that will give you a brief idea how to compile a c# program on LINUX platform in mono develop IDE.
Linux Server Monitoring: Essential Commands Every Developer Should Know
Jun 03, 2026.
Learn essential Linux server monitoring commands including top, htop, free, df, ps, ss, and journalctl to troubleshoot and manage servers effectively.
Linux systemd Tutorial: Create and Manage Custom Services
Jun 03, 2026.
Learn Linux systemd with step-by-step examples. Create, manage, monitor, and automatically start custom services on Linux servers.
Unix OS vs Linux: A Comprehensive Comparison
Feb 24, 2026.
Explore the key differences between Unix and Linux OS. Discover their history, architecture, applications, and limitations. Learn which is best for you!
Druva64 Linux: What It Is and How It Works on Indigenous RISC-V Platforms
Dec 19, 2025.
Understand what Druva64 Linux is and how it works as a Linux operating environment for the DHRUV64 RISC-V microprocessor, including architecture, boot flow, use cases, and deployment considerations.
The Future of Operating Systems: Beyond Windows, Linux, macOS, iOS and Android
Nov 29, 2025.
Explore AgenticOS, the future of operating systems! It orchestrates AI agents, tools, and data around goals, moving beyond traditional app-centric models.
The Future of Operating Systems: Beyond Windows, Linux, macOS, iOS and Android
Nov 29, 2025.
Explore AgenticOS, the future of operating systems! It orchestrates AI agents, tools, and data around goals, moving beyond traditional app-centric models.
How to Change Time in Linux
Feb 25, 2025.
This article covers how to check, set, and synchronize system time using commands like date, timedatectl, and NTP. Whether adjusting manually or syncing with a time server, learn how to manage time effectively in Linux.
Setting Up SSH Login and Post-Login Banners in Linux
Feb 24, 2025.
This article provides a step-by-step guide to setting up SSH banners in Linux, including pre-login and post-login banners. It covers configuration changes, testing, and troubleshooting to enhance security awareness and system communication.
Farewell CentOS: Moving to Rocky, AlmaLinux, CentOS Stream, or RHEL
Oct 22, 2024.
CentOS 7 reaches its end of life on June 30, 2024. Transition to RHEL, AlmaLinux, Rocky Linux, or CentOS Stream now. CentOS 7, a popular open-source OS, reaches the end of life on June 30, 2024, prompting users to migrate to alternatives like RHEL, AlmaLinux, or Rocky Linux.
Exploring Linux: Unlocking the Secrets of the Open-Source
May 21, 2024.
Unraveling the Mysteries of Linux: This guide delves into the enigmatic world of Linux, an open-source operating system renowned for its customization, security, and performance. Explore the Linux kernel, distributions like Ubuntu and Fedora, and discover the power of its command-line interface.
Understanding Logical Volume Management (LVM) in Linux
Apr 11, 2024.
In this article, we will learn how LVM facilitates flexible allocation of disk space, enabling tasks like volume resizing and snapshots. Dive into concepts like volume groups, physical volumes, and logical volumes, essential for optimizing storage resources in Linux environments.
Exploring the Versatility of Linux
Sep 04, 2023.
In today's digital age, choosing the perfect operating system for your computing needs is akin to selecting the right tool for the job. With a multitude of options available, including the familiar Windows, the elegant macOS, and the intriguing Linux, it's essential to understand what makes each platform distinct. In this journey, let's delve into the fascinating world of Linux and explore how it distinguishes itself among the available choices.
Install Windows Subsystem For Linux
Dec 16, 2021.
Windows has now made it very easy to install real Linux distributions inside of Windows.
Azure App Service - Profile A .Net Core Application Hosted In Azure App Service - Linux
Apr 29, 2021.
In this article, we are going to learn how to find performance issues in a .Net Core 3.1 application hosted in Azure App Service – Linux environment
Hello World .NET Core On Linux
Jul 19, 2020.
In this article, you will learn how to implement .NET Core in Linux.
Using Docker Volumes For SQL Server In Linux
Jul 02, 2020.
Using Docker Volumes for SQL Server in Linux
Trying .NET 5 Preview in Linux
Apr 27, 2020.
In this article, we will explore the .NET 5 Preview in Linux.
How To Deploy .Net Core Application On Linux
Feb 18, 2020.
We will be deploying .Net core application on Linux environment using Apache as a proxy server, We will be deploying .Net Core 3.1 application but you can following same steps to deploy any .Net Core version
Introduction To The Performance Features On SQL Server On Linux
Dec 04, 2019.
In this article, you will learn about performance features on SQL Server on Linux.
Create A Python App In Azure App Service On Linux
Nov 11, 2019.
In this article, we will learn about how to deploy a Python app to Azure app service on Linux Operation System.
How To Setup Django Virtual Environment On Linux
Nov 06, 2019.
In this article, you'll learn about how to create Django virtual environment.
Create Linux-Based Clusters In HDInsight
Sep 30, 2019.
By using HDInsight, we can process a large amount of data by using open-source frameworks, such as Apache Spark, Hive, and LLAP.
Comparison Of Different SQL Query Responses Of SQL Server On Windows And Ubuntu Linux
Jul 26, 2019.
The article consists of some benchmark tests of SQL Server on different Operating Systems, the parameters considered are CPU Time, Elapsed Time and Total Execution Time.
Installing SQL Server And SQL Operation Studio On Windows And Ubuntu Linux
Jul 24, 2019.
The article shows how to install SQL Server and SQL Operation Studio on Windows and Ubuntu Linux.
File Permissions In Linux
Jul 23, 2019.
In this article, you will learn about file permissions in Linux.
Compilation And Installation Of Kernel In Linux
Apr 30, 2019.
In this article, you will learn how to compile and install Linux Kernel on a machine.
Set Up ⚙️ Angular 7 Beta On Windows, Linux, And Mac 💻
Jan 23, 2019.
We will learn how to set up Angular 7 to Angular 7 Beta versions on Windows, Linux, and Macintosh systems in a few minutes.
Creating An HDInsight Hadoop Cluster On Linux
Dec 01, 2017.
This article shows how to create the HDInsight Hadoop cluster with Linux installed on the cluster nodes in the Azure Portal.
Linux BASH Shell On Windows With 'Microsoft 2.0'
Oct 31, 2017.
We have come a long way from the days Steve Balmer declared Linux 'a cancer', and the culture of 'fear uncertinty and doubt' was tightly ingrained across Microsoft. I recall baulking when I heard it the first time... what a guy.... :/
SQL Server (VNext) On Linux
Dec 26, 2016.
In this article you will learn about SQL Server (VNext) on Linux.
Installing and Managing SQL Server 2016 on Linux
Dec 18, 2016.
Here, you will learn about considerations for SQL Server on Linux.
Getting Started With Microsoft Azure Web App On Linux
Nov 12, 2016.
In this article, you will learn getting started with Microsoft Azure Web app on Linux.
Automating Deployment Of ASP.NET Core To Azure App Service From Linux
Nov 10, 2016.
In this article, you will learn about automating the deployment of ASP.NET Core to Azure App Service, from Linux.