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: CentOS-7

AutoFS Server In Linux

February 7, 2022February 15, 2022 S. Sharad

The autofs server is very useful server. It automatically mounts the drive when you enter in respective mount point folder and the devices automatically gets unmounted if you are not using them for defined time. Below are the steps to Read More …

CentOS-7, Important Stuff !, Linux, Understanding Linux - Lectures, Videos & Notes

Software Installation In Linux Using yum Tool

February 1, 2022February 1, 2022 S. Sharad

Please check following link to download the PowerPoint File. Download File

CentOS-7, Linux

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

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

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

Installing htop Command on CentOS 7

December 7, 2019December 7, 2019 S. Sharad

htop is an interactive text-mode process viewer for Linux. On CentOS 7, you can install as below. Step 1 : Download htop  #  wget http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/h/htop-2.2.0-3.el7.x86_64.rpm Step 2 : Install htop #  yum localinstall htop-2.2.0-3.el7.x86_64.rpm Step 3 : Now run htop Read More …

CentOS-7, Important Stuff !, Linux, Utility

Check SHA256 (256-bit) Checksums

August 16, 2019August 16, 2019 S. Sharad

Using sha256sum command in Linux you can check SHA 256 Bit Checksum. Below are the steps. Suppose you have setup.exe file then you can check the SHA 256 Bit Checksum as below. # sha256sum setup.exe b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6 setup.exe The text “b7e8dabcaf825a65085564a63791355f37a18d5df5b3da71d4c0002ee40522f6” 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