Quickfixlinux - Tech Blog

0

Mouse cursor pointer on guest VM is not working properly

The Mouse Cursor on the guest VM on Redhat Linux KVM is not pointing or working properly. To resolve this issue, we need to add additional hardware on your guest VM under virt-manager utility....

0

5 Ways to find Memory size in Linux

[1] Using “free” Command [stextbox id=”Default” mode=”css” bwidth=”7″ color=”FFFFFF” ccolor=”000000″ bcolor=”1A52EA” bgcolor=”000000″ bgcolorto=”000000″   image=”null”] [root@quickfixlinux ~]# free -m total used free shared buff/cache available Mem: 128636 34088 475 132 94072 93798 Swap: 15359...

0

Steps to Install Oracle Database 12c Release 2 in Redhat Linux 7.5

In this Guide we will see on How to Install the Oracle Database 12c Release 2 in Redhat Enterprise Linux 7.5 Server. To Download the Oracle Database Installer, Visit the below URL: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html Prerequiste...

0

How to Generate and Update SSL SAN Certificate in Linux

What is SAN Certificate?    The Subject Alternative Name (SAN) are also called as multi-domain SSL Certificate, which allows you to identify different domain names or even IP Address with one certificate. SAN Certificates...

0

Error: Can’t open display: localhost:10.0

ISSUE: Server gives error while I try to execute the command xterm. [stextbox id=”Default” mode=”css” bwidth=”7″ color=”FFFFFF” ccolor=”000000″ bcolor=”1A52EA” bgcolor=”000000″ bgcolorto=”000000″   image=”null”] [root@quickfixlinux ~]# xclock Error: Can’t open display: localhost:10.0 [/stextbox] RESOLUTION: a)...

0

How to Download Videos in Linux Command Line

“youtube-dl” is a python based script which is used to download the Videos from any of the URL’s:   1] How to Install the required “youtube-dl” package in the Linux Server: To install it...

0

How to configure Sendmail in Linux

Sendmail’s core purpose, like other MTAs, is to safely transfer email among hosts, usually using the SMTP protocol. However, Sendmail is highly configurable, allowing control over almost every aspect of how email is handled,...

0

How to Register and Subscribe a system in Redhat Linux

1) Register and automatically subscribe the system in one step:  [[stextbox id=”Default” mode=”css” bwidth=”7″ color=”000000″ bcolor=”FF0000″ bgcolor=”FFFFFF” bgcolorto=”BABFFF” image=”null”] # subscription-manager register – -username <username> – -password <password> – -auto-attach [/stextbox] NOTE:  user name...