Skip to content
  • +91 - 9922008871
  • info@magnumnet.in
About Me ! Just Click Here !

Magnum Net

Simply Bytes Ahead In Computing !

  • Programming !
    • Mastering C Programming
    • Basic PHP Coding
    • Advanced PHP Coding
    • Python In 24 Hours
    • Linux Shell Scripting
  • Mastering Linux Course !
    • Module : 1 Beginner
    • Module : 2 Intermediate
    • Module : 3 Expert
    • Linux For College Students
  • Cloud Computing !
    • Linux : Citrix Xen Cloud
    • Linux : KVM Cloud
    • Windows – Hyper V
  • Important Links
  • Contact Me !
    • Our YouTube Channel

Category: Important Stuff !

Configuring Apache Server In CentOS 7

January 9, 2022March 28, 2022 S. Sharad

The Apache HTTP Server is powerful open-source HTTP server for modern operating systems including UNIX and Windows. The Apache HTTP Server (“httpd”) was launched in 1995. The Apache HTTP Server is a project of The Apache Software Foundation. Below are Read More …

CentOS-7, Important Stuff !, Linux

Xen Server – Adding ISO Repository

January 7, 2022January 7, 2022 S. Sharad

After initial installation of Citrix Xen Server, you are supposed to add ISO repository for installation of VM. Below are the steps to do so. # mkdir /home/iso # xe sr-create name-label=ISO-Repo type=iso device-config:location=/home/iso device-config:legacy_mode=true content-type=iso After putting this commands Read More …

Important Stuff !, Linux, Xen Server

HowTo check which Hypervisor is used in Linux VM?

January 3, 2022 S. Sharad

If you are using CentOS Linux then install following software and run the next command. # yum install virt-what -y after this installation run # virt-what  

Important Stuff !

Linux Video Tutorials

December 26, 2021December 26, 2021 S. Sharad

I have created some Basic Easy Linux Video Tutorials. You can take a look at them. Just click below link. Linux Video Docs

CentOS-7, Important Stuff !, Linux

Installing NTFS Support In CentOS 7

December 26, 2021December 26, 2021 S. Sharad

Below are the step to add NTFS File System Support in CentOS Linux. # yum install epel-release -y  # yum update -y  # yum install ntfs-3g ntfsprogs -y This add NTFS File System Support in your Linux Machine.

CentOS-7, Important Stuff !, Linux

HowTo Set root password in MariaDB

December 26, 2021December 26, 2021 S. Sharad

If you are root login then issue following command to set root password of MariaDB Server. # /usr/bin/mysql_secure_installation Make sure that you should have working root password of MariaDB.

Important Stuff !

HowTo Install DLib in Python3.7 On CentOS 7

December 25, 2021 S. Sharad

The dlib Module requires gcc version higher than 4.8. Default CentOS 7 comes with 4.8 as latest version. Using Developer Tool Set you can install higher version of gcc in another folder (Say /opt) and your compilation will be higher Read More …

Important Stuff !

Controlling hostname in Linux – hostnamectl

November 3, 2021March 11, 2022 S. Sharad

Hostname is a name given to machine. You can check the machine’s hostname using following command. # hostname Using the same command you can set hostname also. # hostname station1.example.com Basically Linux maintains host in /etc/hostname file. You can edit Read More …

CentOS-7, Important Stuff !, Linux

Redirecting Tomcat Port 8443 to Port 80 For CentOS 7

September 14, 2021 S. Sharad

It is very simple process using iptables firewall. Below is a single step. #  iptables -t nat -A PREROUTING -p tcp –dport 443 -j REDIRECT –to-port 8443 All request coming on port 443 are forwarded to Port 8443 of Tomcat. Read More …

CentOS-7, Important Stuff !, Linux

SSL Certificate Installation On Tomcat For CentOS7

September 14, 2021September 14, 2021 S. Sharad

Below are the steps. Here we are using Let’s Encrypt SSL Certificate to secure the Tomcat Server. For this example, I am using demo.ssharad.com as domain name for Tomcat. Before I move ahead, please make sure that your server must Read More …

CentOS-7, Important Stuff !, Linux

Posts navigation

Older posts
Newer posts

Recent Posts

  • Cloud Linux – Registration
  • Minimal GUI & RDP On Alma Linux
  • Plesk One Click Install
  • Basic Python
  • CageFS Installation in cPanel !

Archives

  • September 2025
  • August 2025
  • July 2025
  • May 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • January 2024
  • November 2023
  • October 2023
  • August 2023
  • June 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • September 2021
  • September 2020
  • December 2019
  • August 2019
  • July 2019
  • March 2019
  • February 2019
  • August 2018
  • June 2018
  • May 2018
  • March 2017
  • February 2017
  • October 2016
  • September 2016
  • July 2016

Categories

  • CentOS-7
  • Important Stuff !
  • Linux
  • Plesk
  • Programming Languages
  • Understanding Linux – Lectures, Videos & Notes
  • Utility
  • Xen Server
Copyright. All rights reserved By S.Sharad
Proudly powered by WordPress | Education Hub by WEN Themes