Linux

This category contains all Linus Distros related information like

Ubuntu

Oracle Linux

Linux Red Hat

Khali Linux

Suse Linux

Fedora

Installing Oracle Database 19c on Linux/Oracle Linux 8.x

Installing Oracle Database 19c on Linux/Oracle Linux 8.x

Introduction: Oracle Database 19c stands as a pinnacle of reliability, performance, and security in the world of enterprise-level databases. This article will show step-by-step guide for installing and configuring an Oracle Database 19c on Oracle Linux 8.9. this is first time for me to install oracle database on Oracle Linux 8.9 server on virtualization infrastructure….

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…

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…

Easy Steps to Install Xrdp Server (Remote Desktop) on Oracle Linux 9.2

Easy Steps to Install Xrdp Server (Remote Desktop) on Oracle Linux 9.2

XRDP stands for X Window System Remote Desktop Protocol. It is a free and open-source that enables operating systems other than Microsoft Windows (such as Linux and BSD-style operating systems) to provide a fully functional RDP-compatible remote desktop experience. In this blog post we will learn how to Installing Xrdp Server on Oracle Linux. XRDP…

Installing PuTTY on Ubuntu: A step by step guide

Installing PuTTY on Ubuntu: A step by step guide

PuTTY SSH client provides extensive support for well-known operating systems. PuTTY is a widely used SSH client for windows. however, it supports various network protocols such as Telnet, rlogin. The system administrators use PuTTY on ubuntu as SSH and Telnet client as well.  A new protocol named SSH (Secure Shell) was introduced that allows multiple…

Reset GitLab root Password in Linux

Reset GitLab root Password in Linux

you must be an administrator of a self-managed instance. there are several methods to reset gitlab root password but we will use Rake Task method. Here’s a step-by-step guide on how to reset the GitLab ee root password: Step 1: sudo gitlab-ctl stop Step 2: sudo gitlab-rake ‘gitlab:password:reset[root]’ Enter Password: ‘new_password’Confirm Password: Step 3: sudo…

Step-by-Step Guide: Migrating Your GitLab Server Backup to a New Server

Step-by-Step Guide: Migrating Your GitLab Server Backup to a New Server

Introduction: The migration process for GitLab server backup means a successful data transition from one server to another server. This process is done if the both the GitLab servers have same version and prerequisites. This guide provides you clear instructions and explanations, how to make migration process more efficient, even for users with limited technical…

How to Downgrade Gitlab Server from 16.0.1.ee to 15.9.3.ee: A step by step Guide.

How to Downgrade Gitlab Server from 16.0.1.ee to 15.9.3.ee: A step by step Guide.

Introduction: Downgrading the GitLab server version may be necessary for various reasons, such as compatibility issues or the need to revert to a previous stable version. In my case i want to restore Gitlab taken from version 15.9.3 to Gitlab Version 16.0, which is incompatible to restre. So, to come over such situation, need to…

  • 1
  • 2