
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Satish Kumar has Published 1032 Articles

Satish Kumar
524 Views
Introduction As technology advances, so too do cyber threats. Protecting your network from these threats has never been more important. One such threat is the SambaCry vulnerability (CVE-2017-7494), which has the potential to compromise entire networks if left unaddressed. In this article, we will discuss what SambaCry is, why ... Read More

Satish Kumar
16K+ Views
Introduction Have you ever tried to access your Windows partition from Linux and encountered an error message stating "Failed to mount the NTFS partition"? This is a common issue faced by many Linux users. When this error occurs, you are unable to access the contents of your Windows partition, ... Read More

Satish Kumar
15K+ Views
Introduction MySQL is a popular open-source relational database management system. It is widely used in web applications and provides efficient data storage and retrieval capabilities. It is easy to install and configure on Linux, Windows, and mac OS systems. However, sometimes users encounter issues while using MySQL. Explanation ... Read More

Satish Kumar
5K+ Views
Introduction When it comes to managing and deploying applications in a Kubernetes environment, the helm tool is a powerful and efficient solution that helps simplify the process. Helm is a package manager for Kubernetes, which allows you to define, install, upgrade, and manage applications on top of your Kubernetes cluster. ... Read More

Satish Kumar
6K+ Views
Introduction Git is a distributed version control system that allows software developers to track and manage changes to their code. It was created by Linus Torvalds, the same person who created the Linux operating system. Git has become an essential tool for modern software development due to its ability ... Read More

Satish Kumar
24K+ Views
Introduction If you are a Linux user, you might have come across an error message that says, "Failed to Download Metadata for Repo 'AppStream'". This error occurs when the metadata for the AppStream repository fails to download properly. The AppStream repository contains additional packages that work with the ... Read More

Satish Kumar
1K+ Views
Introduction If you use the internet regularly, chances are you might have come across the "ERR_SSL_VERSION_OR_CIPHER_MISMATCH" error. This error message typically appears on your browser when you try to access a website over an HTTPS connection. The SSL (Secure Sockets Layer) protocol is used to secure online communication and ... Read More

Satish Kumar
16K+ Views
Introduction If you are an IT professional or a website developer, chances are, you have encountered the MySQL error code 1130 (HY000) in your line of work. The error message usually reads "Host 'host_name' is not allowed to connect to this MySQL server." It is common knowledge that MySQL is ... Read More

Satish Kumar
23K+ Views
Introduction The "Could not get lock /var/lib/dpkg/lock" error is a common issue that Ubuntu users encounter. It usually occurs when the system attempts to execute multiple commands that require access to the same file. The "/var/lib/dpkg/lock" file is a critical component of Ubuntu's APT package management system, which is ... Read More

Satish Kumar
47K+ Views
Introduction Ubuntu is one of the most popular Linux distributions available today, with millions of users worldwide. It's a free and open-source operating system based on the Debian architecture, which means that anyone can use, modify or distribute it without any cost. Ubuntu is known for its simplicity, user-friendliness, and ... Read More