© 2023 Hashnode
#ubuntu
Not all Azure Linux VM's are created equal, particularly when it comes to network performance 💨 The Ubuntu Azure kernel is the most optimized for network performance on Azure. The majority of Linux…
Here we see as a normal user we are unable to access this file and it gives us "Permission denied". Now let's see who can access this file. This shows that the file belongs to the root user. Now to b…
Are you having trouble resetting your MySQL password? Look no further! Here's a step-by-step guide for resetting your password on both Mac OS X and Ubuntu. Step 1: Stop MySQL sudo systemctl stop mysql…
Windows Subsystem for Linux (WSL) is one such application to boot multiple operating systems in parallel on the Windows platform. WSL lets you install and run your preferred Linux distribution (Which …
When deploying infrastructures with Terraform, there is a vital part of the process that has to do with Providers. Providers are plugins that allow you to interact with different Cloud Provider Servic…
Purpose of this post I wish to document this process wherein I solved the upgrade error of obs studio in Ubuntu. As it's obvious to get errors while trying to update stuff or adding some packages or plugins. Also, it's a nice motivation to …
I was facing this issue this morning. My system was on for several weeks, and today it was showing disc full warnings. On brief analysis, I found that /var/log/ folder has grown massively. So cleaned …
A Linux command is a program and/or utility that runs on the CLI (Command Line Interface). Linux commands are executed on the terminal. These commands have usage ranging from package management to fil…
Who is the creator of Linux OS? Linus Torvalds, a computer science student at the University of Helsinki in Finland, created Linux. The development of Linux began in 1991 as a personal project of Torv…
https://youtu.be/nspTn9pHRjE Introduction Welcome to our blog post on using Ansible to install Docker on two EC2 instances. In this tutorial, we will be using a GitHub repository that contains the n…