Admin

Uninstall Oracle 19c in Linux/OL8 and remove Oracle configuration files completely
DBA

Uninstall Oracle 19c in Linux/OL8 and remove Oracle configuration files completely

With some reasons, we need to remove or uninstall Oracle Database from our computer. for Oracle Database 19c, it is easy to remove Oracle software and configuration files on the operating system for a specific Oracle home using deinstall command. in this guide we describe how to remove Oracle software and configuration files for version Oracle 19c…

How to Resolve INS-08101 Unexpected Error on Linux/OL 8: A Comprehensive Guide
DBA

How to Resolve INS-08101 Unexpected Error on Linux/OL 8: A Comprehensive Guide

Introduction: While trying to install oracle database 19c on Linux/OL 8 through Oracle Universal Installer in GUI as well as silent mode in Linux or Oralce Linux that stops and shows this error message: [WARNING]: INS-08101 Unexpected error while executing the action at state: ‘supportedOSCheck’. By understanding the root causes, troubleshooting effectively, and implementing best…

The Ultimate Guide to the Top 5 Linux Desktop Distributions for 2023

The Ultimate Guide to the Top 5 Linux Desktop Distributions for 2023

Introduction The world of Linux desktop distributions is a landscape of innovation, diversity, and endless possibilities. With 2023 upon us, it’s time to explore the best Linux desktop distributions that are shaping the way we experience computing. Whether you’re a seasoned Linux user or a curious newcomer, these distributions offer an array of features and…

Configure Automatically Log Off Idle RDP user Sessions in Windows

Configure Automatically Log Off Idle RDP user Sessions in Windows

Cause of issue Many times as system admin observed that multiple users connected to remote Windows systems, did their work, and close the remote session without properly log off the user sessions. In that case, multiple applications under that remote session remained running state an utilizing system resources that may cause server slow response that…

How to link your Android phone to your Windows 11 PC

How to link your Android phone to your Windows 11 PC

Microsoft announced a new feature in Windows 10 released October 2018 as “Your Phone Companion“. The purpose of this App to connect your phone with PC, where users have access the both devices at once location. Later, in Windows 11 Microsoft reintroduced the same app with some additional features with the name of “Phone Link…

How to Setup FTP server on Ubuntu 22.04 as vsftpd

How to Setup FTP server on Ubuntu 22.04 as vsftpd

VSFTPD stands for Very Secure FTP Daemon is an open-source FTP (File Transfer Protocol) server that is the default FTP server. VSFTPD is widely used for file transferring in a most secure way as any competitive FTP server. FTP allows a remote computer to connect to a server retrieving/uploading  files. FTP at its best is…

The ABCs of Computing: An Introduction to Computers for Everyone

The ABCs of Computing: An Introduction to Computers for Everyone

Contents: we can write many content over the topic “The ABCs of Computing” but few of them written below. In this Blog Post we will discuss all above mentioned points one by one in a very simple way. The ABCs of computing means everyone can understand easily the computer basics. 1. Origin of word Computer:…

How To Export/Import Oracle schema on AWS RDS through Data pump Utility
DBA

How To Export/Import Oracle schema on AWS RDS through Data pump Utility

Oracle Data Pump is a utility that allows you to export Oracle data to a dump file and import it into another Oracle database. Oracle Data Pump is the recommended way to move large amounts of data from an Oracle database to an Amazon AWS RDS DB instance. As we well aware of, AWS provides…